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]

Re: MAINLINE breakage on Solaris-2.7


"Zack Weinberg" <zackw@Stanford.EDU> writes:

| 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. 
       ^^^^

The diagnostics say line '2983' not 2963 which is 

  bool result = true;

| ... Could you please send me the
| preprocessed function.i?

Certainly (in private as it seems huge).

-- Gaby
CodeSourcery, LLC                       http://www.codesourcery.com


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