On Fri, Nov 15, 2024 at 11:13:55AM -0500, Andrew MacLeod wrote: > > On 11/15/24 04:36, Jakub Jelinek wrote: > > On Thu, Nov 14, 2024 at 06:25:49PM +0100, Jakub Jelinek wrote: > > > On Thu, Nov 14, 2024 at 10:05:05AM -0500, Andrew MacLeod wrote: > > > > The inferred range mechanism is also initialized using cfun, so again > > > > introducing a use of cfun shouldnt be an issue. > > > > > > > > Something like this ought to work I think? > > > 2024-11-14 Jakub Jelinek <ja...@redhat.com> > > > Andrew MacLeod <amacl...@redhat.com> > > > > > > PR c/117023 > > > * gimple-range-infer.cc (gimple_infer_range::gimple_infer_range): > > > Handle also nonnull_if_nonzero attributes. > > > > > > * gcc.dg/tree-ssa/pr78154-2.c: New test. > > Unfortunately that broke bootstrap. > > https://gcc.gnu.org/pipermail/gcc-patches/2024-November/668554.html > > https://gcc.gnu.org/pipermail/gcc-patches/2024-November/668699.html > > https://gcc.gnu.org/pipermail/gcc-patches/2024-November/668700.html > > https://gcc.gnu.org/pipermail/gcc-patches/2024-November/668711.html > > bootstrap/regtest fine, but if > > > Are any of these all committed?
No, this is late stage1, everybody is trying to post last minute enhancements/new features. Richard briefly replied on the first patch, but it hasn't been fully reviewed/approved. Jakub