This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
pchmerge-branch
- To: gcc at gcc dot gnu dot org
- Subject: pchmerge-branch
- From: Kaoru Fukui <k_fukui at highway dot ne dot jp>
- Date: Thu, 04 Oct 2001 16:53:01 +0900
Hi!
I tried pchmerge-branch,but I have the error.
My system is linuxppc.
I used compiler which is gcc-3.0.2pre.
Kaoru
------------------------------------------------------
gcc -c -DIN_GCC -g -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H -I. -I. -I/usr/src/redhat/BUILD/gcc-3.1/gcc
-I/usr/src/redhat/BUILD/gcc-3.1/gcc/.
-I/usr/src/redhat/BUILD/gcc-3.1/gcc/config
-I/usr/src/redhat/BUILD/gcc-3.1/gcc/../include
/usr/src/redhat/BUILD/gcc-3.1/gcc/tlink.c -o tlink.o
/usr/src/redhat/BUILD/gcc-3.1/gcc/config/rs6000/rs6000.c: In function
`rs6000_add_gc_roots':
/usr/src/redhat/BUILD/gcc-3.1/gcc/config/rs6000/rs6000.c:8445: too few
arguments to function `ggc_add_rtx_root'
/usr/src/redhat/BUILD/gcc-3.1/gcc/config/rs6000/rs6000.c:8446: too few
arguments to function `ggc_add_rtx_root'
/usr/src/redhat/BUILD/gcc-3.1/gcc/config/rs6000/rs6000.c:8450: too few
arguments to function `ggc_add_root'
/usr/src/redhat/BUILD/gcc-3.1/gcc/tlink.c: In function
`recompile_files':
/usr/src/redhat/BUILD/gcc-3.1/gcc/tlink.c:498: warning: passing arg 1 of
`putenv' discards qualifiers from pointer target type
/usr/src/redhat/BUILD/gcc-3.1/gcc/tlink.c:499: warning: passing arg 1 of
`putenv' discards qualifiers from pointer target type
make[2]: *** [rs6000.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory `/usr/src/redhat/BUILD/obj-gcc-ppc/gcc'
make[1]: *** [stage1_build] Error 2
make[1]: Leaving directory `/usr/src/redhat/BUILD/obj-gcc-ppc/gcc'
make: *** [bootstrap-lean] Error 2