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

--- Comment #2 from seurer at gcc dot gnu.org ---
And prevents 176.gcc in spec2000 from building

c-lex.o: In function `init_lex':
c-lex.c:(.text+0xb30): undefined reference to `is_reserved_word'
c-lex.c:(.text+0xc68): undefined reference to `is_reserved_word'
c-lex.c:(.text+0xe50): undefined reference to `is_reserved_word'
c-lex.c:(.text+0xe74): undefined reference to `is_reserved_word'
collect2: error: ld returned 1 exit status
specmake: *** [cc1] Error 1
specmake -j 16 options 2> options.err | tee options.out
COMP: /home/seurer/gcc/install/gcc-test/bin/gcc -c -o options.o  -m64
-fno-strict-aliasing -DHOST_WORDS_BIG_ENDIAN -DSPEC_CPU2000_LP64        -O2
-m64 -mcpu=power7  
LINK: /home/seurer/gcc/install/gcc-test/bin/gcc -m64 -Wl,-q
-Wl,-rpath=/home/seurer/gcc/install/gcc-test/lib64  -O2 -m64 -mcpu=power7     
-lm  -o options
  Some files did not appear to be built: cc1
*** Error building 176.gcc

Reply via email to