This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/14216] macro "INIT_CUMULATIVE_ARGS" passed 5 arguments, but takes just 4
- From: "v dot haisman at sh dot cvut dot cz" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 19 Feb 2004 19:37:08 -0000
- Subject: [Bug bootstrap/14216] macro "INIT_CUMULATIVE_ARGS" passed 5 arguments, but takes just 4
- References: <20040219193537.14216.v.haisman@sh.cvut.cz>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From v dot haisman at sh dot cvut dot cz 2004-02-19 19:37 -------
And so does i386-unknown-freebsd4.9.
gcc -c -g -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I.
-I../../srcdir/gcc -I../../srcdir/gcc/. -I../../srcdir/gcc/../include
../../srcdir/gcc/function.c -o function.o
../../srcdir/gcc/function.c:4354:66: macro "INIT_CUMULATIVE_ARGS" passed 5
arguments, but takes just 4
../../srcdir/gcc/function.c: In function `assign_parms':
../../srcdir/gcc/function.c:4354: error: `INIT_CUMULATIVE_ARGS' undeclared
(first use in this function)
../../srcdir/gcc/function.c:4354: error: (Each undeclared identifier is reported
only once
../../srcdir/gcc/function.c:4354: error: for each function it appears in.)
../../srcdir/gcc/function.c:5245: warning: implicit declaration of function
`set_decl_incoming_rtl'
make[2]: *** [function.o] Error 1
make[2]: Leaving directory `/home/4/wilx/tmp/gcc34/objdir/gcc'
make[1]: *** [stage1_build] Error 2
make[1]: Leaving directory `/home/4/wilx/tmp/gcc34/objdir/gcc'
make: *** [bootstrap] Error 2
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14216