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] New: macro "INIT_CUMULATIVE_ARGS" passed 5 arguments, but takes just 4


Bootstrap of recent GCC 3.4 dies on this.

../srcdir/configure --with-gcc --with-gnu-ld --with-gnu-as
--enable-languages=c,c++,objc --enable-threads=posix --with-system-zlib
--enable-nls --without-included-gettext --enable-sjlj-exceptions
--enable-version-specific-runtime-libs --enable-shared --disable-win32-registry
--enable-dwarf2 --with-cpu=athlon-tbird --with-arch=athlon-tbird
--enable-intermodule

[...]
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-p
rototypes -pedantic -Wno-long-long    -DHAVE_CONFIG_H    -I. -I. -I../../srcdir/
gcc -I../../srcdir/gcc/. -I../../srcdir/gcc/../include  ../../srcdir/gcc/functio
n.c -o function.o
../../srcdir/gcc/function.c:4354:66: macro "INIT_CUMULATIVE_ARGS" passed 5 argum
ents, but takes just 4
../../srcdir/gcc/function.c: In function `assign_parms':
../../srcdir/gcc/function.c:4354: error: `INIT_CUMULATIVE_ARGS' undeclared (firs
t 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 `/cygdrive/d/WilX/gcc34/objdir/gcc'
make[1]: *** [stage1_build] Error 2
make[1]: Leaving directory `/cygdrive/d/WilX/gcc34/objdir/gcc'
make: *** [bootstrap] Error 2

-- 
           Summary: macro "INIT_CUMULATIVE_ARGS" passed 5 arguments, but
                    takes just 4
           Product: gcc
           Version: 3.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: v dot haisman at sh dot cvut dot cz
                CC: gcc-bugs at gcc dot gnu dot org,v dot haisman at sh dot
                    cvut dot cz
 GCC build triplet: i686-pc-cygwin
  GCC host triplet: i686-pc-cygwin
GCC target triplet: i686-pc-cygwin


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]