This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PCH] /cvs/gcc-pch-branch/gcc/gengtype.c:359:11: attempt to usepoisoned "rindex"


Bootstrapping of the pch branch fails for me on i686-linux-gnu with:

gcc -c -DIN_GCC    -g  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long  -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I/cvs/gcc-pch-branch/gcc -I/cvs/gcc-pch-branch/gcc/. -I/cvs/gcc-pch-branch/gcc/config -I/cvs/gcc-pch-branch/gcc/../include \
  /cvs/gcc-pch-branch/gcc/gengtype.c -o gengtype.o
/cvs/gcc-pch-branch/gcc/gengtype.c:359:11: attempt to use poisoned "rindex"
/cvs/gcc-pch-branch/gcc/gengtype.c:362:12: attempt to use poisoned "rindex"
/cvs/gcc-pch-branch/gcc/gengtype.c:362:24: attempt to use poisoned "rindex"
/cvs/gcc-pch-branch/gcc/gengtype.c:362:70: attempt to use poisoned "rindex"
/cvs/gcc-pch-branch/gcc/gengtype.c:367:48: attempt to use poisoned "rindex"
/cvs/gcc-pch-branch/gcc/gengtype.c:368:15: attempt to use poisoned "rindex"
make[2]: *** [gengtype.o] Error 1

The problem is a *variable* called rindex.

Andreas
-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]