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]

every test dies: "changing search order for system directory"


My mainline cross-compiler to powerpc-eabisim is failing the library
testsuite because of "excess errors" on every test:

cc1plus: warning: changing search order for system directory "/home/pme/build/B/powerpc-eabisim/newlib/targ-include"
cc1plus: warning:   as it has already been specified as a non-system directory
cc1plus: warning: changing search order for system directory "/home/pme/src/unified/newlib/libc/include"
cc1plus: warning:   as it has already been specified as a non-system directory

I'll give the compile line below, but I'm confused why others aren't
seeing it.  (I'm also confused why the regression tester fails with an
error message that I can't reproduce on this same target.)

help?

Phil

/home/pme/build/B/gcc/g++ -B/home/pme/build/B/gcc/ -nostdinc++ -L/home/pme/build/B/powerpc-eabisim/libstdc++-v3/src -L/home/pme/build/B/powerpc-eabisim/libstdc++-v3/src/.libs -nostdinc -B/home/pme/build/B/powerpc-eabisim/newlib/ -isystem /home/pme/build/B/powerpc-eabisim/newlib/targ-include -isystem /home/pme/src/unified/newlib/libc/include -B/home/pme/build/install-2001-11-02-ppc/powerpc-eabisim/bin/ -B/home/pme/build/install-2001-11-02-ppc/powerpc-eabisim/lib/ -isystem /home/pme/build/install-2001-11-02-ppc/powerpc-eabisim/include -L/home/pme/build/B/ld -B/home/pme/build/B/powerpc-eabisim//libgloss/rs6000/ -L/home/pme/build/B/powerpc-eabisim//libgloss/rs6000 -L/home/pme/src/unified/libgloss/rs6000 -g -DDEBUG_ASSERT -DLOCALEDIR="/home/pme/build/B/powerpc-eabisim/libstdc++-v3/po/share/locale" -nostdinc++ -I/home/pme/build/B/powerpc-eabisim/libstdc++-v3/include/powerpc-eabisim -I/home/pme/build/B/powerpc-eabisim/libstdc++-v3/include -I/home/pme/src/unified/libstdc++-v3/libsupc++ -I/home/pme/src/unified/libstdc++-v3/libio -I/home/pme/src/unified/libstdc++-v3/include/backward -I/home/pme/src/unified/libstdc++-v3/testsuite /home/pme/src/unified/libstdc++-v3/testsuite/17_intro/headers.cc -DDEBUG_ASSERT -I/home/pme/build/B/powerpc-eabisim//newlib/targ-include -I/home/pme/src/unified/newlib/libc/include -msim -B/home/pme/build/B/powerpc-eabisim//libgloss/rs6000/ -L/home/pme/build/B/powerpc-eabisim//libgloss/rs6000 -L/home/pme/src/unified/libgloss/rs6000 -L/home/pme/build/B/ld -B/home/pme/build/B/powerpc-eabisim//newlib/ -L/home/pme/build/B/powerpc-eabisim//newlib -lm -o ./headers
cc1plus: warning: changing search order for system directory "/home/pme/build/B/powerpc-eabisim/newlib/targ-include"
cc1plus: warning:   as it has already been specified as a non-system directory
cc1plus: warning: changing search order for system directory "/home/pme/src/unified/newlib/libc/include"
cc1plus: warning:   as it has already been specified as a non-system directory


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