Snapshot gcc-15-20240728 is now available on
https://gcc.gnu.org/pub/gcc/snapshots/15-20240728/
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
Since the RC I've fixed a few 14/15 C++ regressions with extremely safe
patches, and wonder what you think about pushing them to the branch at this
point:
115583, 115986, 115561
Sorry these came so late.
Jason
On Tue, Jul 23, 2024 at 8:51 AM Jakub Jelinek via Gcc
wrote:
> The first release ca
FX Coudert writes:
>> Ah yes indeed it is systematic. Many thanks for spotting this - git
>> pushed GNU flex required
>> https://gcc.gnu.org/pipermail/gcc-cvs/2024-July/406305.html
>
> Couldn’t the generated files be committed to the tree, so that flex is not
> needed (unless one modifies the s
On Sat, 2024-07-27 at 17:38 -0700, Andrew Pinski via Gcc-help wrote:
> On Sat, Jul 27, 2024 at 3:37 PM pifminns deettnta via Gcc
> wrote:
> >
> > using uint_least64_t = __UINT_LEAST64_TYPE__;
> >
> > uint_least64_t testbswap(uint_least64_t a) noexcept
> > {
> > return __builtin_bswap64(a);
>