https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111642

Sergei Trofimovich <slyfox at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[14 Regression]             |[14 Regression] bootstrap4
                   |profiledbootstrap failure:  |or profiledbootstrap
                   |poly-int.h:453:5: error:    |failure: poly-int.h:453:5:
                   |too many initializers for   |error: too many
                   |‘long int [1]’ (possibly    |initializers for ‘long int
                   |since                       |[1]’ (possibly since
                   |r14-4339-geaa41a6dc127d8)   |r14-4339-geaa41a6dc127d8)

--- Comment #3 from Sergei Trofimovich <slyfox at gcc dot gnu.org> ---
(In reply to Sergei Trofimovich from comment #0)

> To reproduce:
> 
> $ ~/dev/git/gcc/configure --disable-multilib --enable-languages=c,c++
> CC='gcc -O1 -g0' CXX='g++ -O1 -g0'
> $ make -j16 profiledbootstrap

Minor note: it has something to do with 4-stage bootstrap (which
profiledbootstrap also happens to be). `make bootstrap4` fails the same way.

Reply via email to