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 ping


Alan Modra <amodra@bigpond.net.au> writes:

> I know it's only been a few days, but the rs6000 bit has been OK'd
> and the rest is just a mechanical change.
> http://gcc.gnu.org/ml/gcc-patches/2004-02/msg00071.html

Breaks bootstrap.

gcc -c   -O2 -g -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes     -fno-common   -DHAVE_CONFIG_H    -I. -Iada -I../../gcc -I../../gcc/ada -I../../gcc/../include  ../../gcc/ada/misc.c -o ada/misc.o
../../gcc/ada/misc.c:867:52: macro "INIT_CUMULATIVE_ARGS" requires 5 arguments, but only 4 given
../../gcc/ada/misc.c: In function `default_pass_by_ref':
../../gcc/ada/misc.c:867: error: `INIT_CUMULATIVE_ARGS' undeclared (first use in this function)
../../gcc/ada/misc.c:867: error: (Each undeclared identifier is reported only once
../../gcc/ada/misc.c:867: error: for each function it appears in.)
make[2]: *** [ada/misc.o] Error 1
make[2]: Leaving directory `/tmp/cvs/gcc-20040206/Build/gcc'
make[1]: *** [stage1_build] Error 2
make[1]: Leaving directory `/tmp/cvs/gcc-20040206/Build/gcc'
make: *** [bootstrap] Error 2

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux AG, Maxfeldstraße 5, 90409 Nürnberg, Germany
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."


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