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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Can't reproduce.
$ ./xgcc -B ./ -v
Reading specs from ./specs
COLLECT_GCC=./xgcc
COLLECT_LTO_WRAPPER=./lto-wrapper
Target: powerpc-e500v2-linux-gnuspe
Configured with: ../configure --target powerpc-e500v2-linux-gnuspe
--disable-bootstrap --enable-languages=c,c++,fortran : (reconfigured) 
Thread model: posix
gcc version 8.0.1 20180309 (experimental) (GCC) 
$ ./cc1 -quiet -m32 -O2 -Wall -W pr84772.c -nostdinc -mcpu=8540
$ ./cc1 -quiet -m32 -O2 -Wall -W pr84772.c -nostdinc -mcpu=8548
No warnings at all in either.

Nor in 7.3.1:
$ ./xgcc -B ./ -v
Reading specs from ./specs
COLLECT_GCC=./xgcc
COLLECT_LTO_WRAPPER=./lto-wrapper
Target: powerpc-glibc-linux-gnuspe
Configured with: ../configure --target powerpc-glibc-linux-gnuspe
--disable-bootstrap --enable-languages=c,c++,fortran
Thread model: posix
gcc version 7.3.1 20180309 (GCC) 
$ ./cc1 -quiet -O -Wall -W pr84772.c -nostdinc

Reply via email to