This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: pchmerge-branch
- To: Kaoru Fukui <k_fukui at highway dot ne dot jp>
- Subject: Re: pchmerge-branch
- From: Kaoru Fukui <k_fukui at highway dot ne dot jp>
- Date: Thu, 4 Oct 2001 18:35:54 +0900
- CC: gcc at gcc dot gnu dot org
- References: <3BBC155D.387C3288@highway.ne.jp>
From: Kaoru Fukui <k_fukui@highway.ne.jp>
To: gcc@gcc.gnu.org
Subject: pchmerge-branch
Date: Thu, 04 Oct 2001 16:53:01 +0900
> `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
Recent mainline's `ggc_add_rtx_root' has 2 parameter,
but ggc_add_rtx_root of pchmerge tree has 3 parameter.
And pchmerge tree's rs6000.c is used 2 parameter in ggc_add_rtx_root.
Which is collect ?
Kaoru