This is the mail archive of the gcc-patches@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]

Re: [PATCH][Ada] PR ada/5911 Enable multilib build for Ada


On Thu, 2008-09-18 at 09:48 -0500, Joel Sherrill wrote:
> I can't build the trunk native on Fedora 9, 32 bit with the
> native gcc:
> 
> [joel@iceland svn]$ type gcc
> gcc is /usr/bin/gcc
> [joel@iceland svn]$ gcc --version
> gcc (GCC) 4.3.0 20080428 (Red Hat 4.3.0-8)
> 
> 
> 
> gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings 
> -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -fno-common 
> -DHAVE_CONFIG_H -I.. -I. -Iada -I/home/joel/work-gnat/svn//gcc/gcc 
> -I/home/joel/work-gnat/svn//gcc/gcc/ada 
> -I/home/joel/work-gnat/svn//gcc/gcc/../include 
> -I/home/joel/work-gnat/svn//gcc/gcc/../libcpp/include 
> -I/home/joel/work-gnat/svn//gcc/gcc/../libdecnumber 
> -I/home/joel/work-gnat/svn//gcc/gcc/../libdecnumber/bid 
> -I../libdecnumber 
> /home/joel/work-gnat/svn//gcc/gcc/ada/gcc-interface/utils2.c -o ada/utils2.o
> /home/joel/work-gnat/svn//gcc/gcc/ada/gcc-interface/utils.c: In function 
> âcreate_subprog_declâ:
> /home/joel/work-gnat/svn//gcc/gcc/ada/gcc-interface/utils.c:1979: 
> warning: implicit declaration of function âDECL_INLINEâ
> /home/joel/work-gnat/svn//gcc/gcc/ada/gcc-interface/utils.c: In function 
> âend_subprog_bodyâ:
> /home/joel/work-gnat/svn//gcc/gcc/ada/gcc-interface/utils.c:2237: error: 
> lvalue required as left operand of assignment
> 
> I doubt Laurent's patch broke this. Can you guys build?

Here is the source of the current Ada bootstrap failure:

http://gcc.gnu.org/ml/gcc-patches/2008-09/msg01285.html

I assume Jan will propose a fix soon.

Laurent



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