your recent change is buggy

Mike Stump mrs@windriver.com
Fri Nov 12 23:01:00 GMT 1999


your recent change is buggy:

/usr/bin/gcc -c  -DIN_GCC   -DUSE_GNULIBC_1 -g -W -Wall  -DHAVE_CONFIG_H    -I. -I../../egcs/gcc -I../../egcs/gcc/config -I../../egcs/gcc/../include ../../egcs/gcc/final.c
../../egcs/gcc/final.c: In function `final_scan_insn':
../../egcs/gcc/final.c:2431: parse error before `}'
../../egcs/gcc/final.c:2071: warning: unused parameter `optimize'
../../egcs/gcc/final.c:2073: warning: unused parameter `nopeepholes'
make[2]: *** [final.o] Error 1

I fixed it.  But, even the _need_ to do this is buggy.  If
ASM_OUTPUT_LABEL ever needs wrapping like this, then _that_ definition
of ASM_OUTPUT_LABEL is buggy and it is the one that should be fixed,
not ASM_OUTPUT_ALTERNATE_LABEL_NAME.

Did you even try and compile it?


More information about the Gcc-bugs mailing list