This is the mail archive of the gcc@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: Can't bootstrap gcc cvs HEAD 20031008 sparc-linux: gcc/function.c:5525: parse error before `int'


On Wed, Oct 08, 2003 at 03:31:20PM +0200, Carlo Wood wrote:
> On Wed, Oct 08, 2003 at 03:07:22PM +0200, Christian Joensson wrote:
> > gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -fno-common   -DHAVE_CONFIG_H    -I. -I. -I/usr/local/src/trunk/gcc/gcc -I/usr/local/src/trunk/gcc/gcc/. -I/usr/local/src/trunk/gcc/gcc/../include  /usr/local/src/trunk/gcc/gcc/function.c -o function.o
> > gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -fno-common   -DHAVE_CONFIG_H    -I. -I. -I/usr/local/src/trunk/gcc/gcc -I/usr/local/src/trunk/gcc/gcc/. -I/usr/local/src/trunk/gcc/gcc/../include  /usr/local/src/trunk/gcc/gcc/gcse.c -o gcse.o
> > /usr/local/src/trunk/gcc/gcc/function.c: In function `pad_to_arg_alignment':
> > /usr/local/src/trunk/gcc/gcc/function.c:5525: parse error before `int'
> 
> What is the 'config.h' that you generated with configure?
> I wonder what SPARC_STACK_BOUNDARY_HACK is defined to.

well, config.h in the gcc build subdir is this:

[chj@sparky gcc]$ less config.h
#ifndef GCC_CONFIG_H
#define GCC_CONFIG_H
#include "auto-host.h"
#ifdef IN_GCC
# include "ansidecl.h"
#endif
#endif /* GCC_CONFIG_H */
[chj@sparky gcc]$

and how SPARC_STACK_BOUNDARY_HACK is defined, well, I don't know...

Cheers,

/ChJ


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