gcc-15-20240825 is now available

2024-08-25 Thread GCC Administrator via Gcc
Snapshot gcc-15-20240825 is now available on https://gcc.gnu.org/pub/gcc/snapshots/15-20240825/ and on various mirrors, see https://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the GCC 15 git branch with the following options: git://gcc.gnu.org/git/gcc.git branch

Re: value-range.cc:2165: ICE in invert

2024-08-25 Thread Richard Biener via Gcc
On Sat, Aug 24, 2024 at 6:19 PM Georg-Johann Lay wrote: > > Trying to use the value-range interface and functions I am running > into that ICE when using invert(). > > From what the sources suggest, invert() computes the complement of > the current set (the union of finitely many intervals). > >