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]
Other format: [Raw text]

[Bug bootstrap/14216] macro "INIT_CUMULATIVE_ARGS" passed 5 arguments, but takes just 4


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


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