This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: MAINLINE breakage on Solaris-2.7
- To: Gabriel Dos Reis <gdr at codesourcery dot com>
- Subject: Re: MAINLINE breakage on Solaris-2.7
- From: "Zack Weinberg" <zackw at Stanford dot EDU>
- Date: Mon, 5 Mar 2001 09:33:05 -0800
- Cc: gcc-bugs at gcc dot gnu dot org
- References: <flr90cpfwg.fsf@sel.cmla.ens-cachan.fr>
On Mon, Mar 05, 2001 at 01:19:11PM +0100, Gabriel Dos Reis wrote:
>
> Zack,
>
> I think your patch
...
> is causing the bootstrap failure I'm seeing on Solaris-2.7:
>
> gcc -c -DIN_GCC -DSVR4 -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I. -I/BASE/dosreis/egcs/gcc -I/BASE/dosreis/egcs/gcc/. -I/BASE/dosreis/egcs/gcc/config -I/BASE/dosreis/egcs/gcc/../include /BASE/dosreis/egcs/gcc/function.c -o function.o
> /BASE/dosreis/egcs/gcc/function.c: In function `purge_addressof_1':
> /BASE/dosreis/egcs/gcc/function.c:2983: invalid initializer
Line 2963 is in the middle of a comment. Could you please send me the
preprocessed function.i?
zw