public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/14216] New: macro "INIT_CUMULATIVE_ARGS" passed 5 arguments, but takes just 4
@ 2004-02-19 19:35 v dot haisman at sh dot cvut dot cz
  2004-02-19 19:37 ` [Bug bootstrap/14216] " v dot haisman at sh dot cvut dot cz
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: v dot haisman at sh dot cvut dot cz @ 2004-02-19 19:35 UTC (permalink / raw)
  To: gcc-bugs

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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug bootstrap/14216] macro "INIT_CUMULATIVE_ARGS" passed 5 arguments, but takes just 4
  2004-02-19 19:35 [Bug bootstrap/14216] New: macro "INIT_CUMULATIVE_ARGS" passed 5 arguments, but takes just 4 v dot haisman at sh dot cvut dot cz
@ 2004-02-19 19:37 ` v dot haisman at sh dot cvut dot cz
  2004-02-19 19:44 ` pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: v dot haisman at sh dot cvut dot cz @ 2004-02-19 19:37 UTC (permalink / raw)
  To: gcc-bugs


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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug bootstrap/14216] macro "INIT_CUMULATIVE_ARGS" passed 5 arguments, but takes just 4
  2004-02-19 19:35 [Bug bootstrap/14216] New: macro "INIT_CUMULATIVE_ARGS" passed 5 arguments, but takes just 4 v dot haisman at sh dot cvut dot cz
  2004-02-19 19:37 ` [Bug bootstrap/14216] " v dot haisman at sh dot cvut dot cz
@ 2004-02-19 19:44 ` pinskia at gcc dot gnu dot org
  2004-02-20  0:13 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-02-19 19:44 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-02-19 19:44 -------
Caused by:
2004-02-19  Alan Modra  <amodra@bigpond.net.au>

        * function.c (assign_parms): When building decl_rtl for
        SPLIT_COMPLEX_ARGS, ensure inner modes of concat match outer.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |lucier at math dot purdue
                   |                            |dot edu
         AssignedTo|unassigned at gcc dot gnu   |amodra at bigpond dot net
                   |dot org                     |dot au
           Severity|normal                      |critical
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|                            |1
           Keywords|                            |build
      Known to fail|                            |3.4.0
      Known to work|                            |3.3.3 3.5.0
   Last reconfirmed|0000-00-00 00:00:00         |2004-02-19 19:44:42
               date|                            |
   Target Milestone|---                         |3.4.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14216


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug bootstrap/14216] macro "INIT_CUMULATIVE_ARGS" passed 5 arguments, but takes just 4
  2004-02-19 19:35 [Bug bootstrap/14216] New: macro "INIT_CUMULATIVE_ARGS" passed 5 arguments, but takes just 4 v dot haisman at sh dot cvut dot cz
  2004-02-19 19:37 ` [Bug bootstrap/14216] " v dot haisman at sh dot cvut dot cz
  2004-02-19 19:44 ` pinskia at gcc dot gnu dot org
@ 2004-02-20  0:13 ` pinskia at gcc dot gnu dot org
  2004-02-20  3:05 ` v dot haisman at sh dot cvut dot cz
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-02-20  0:13 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-02-20 00:13 -------
Should be fixed now, can you check?

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |WAITING


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14216


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug bootstrap/14216] macro "INIT_CUMULATIVE_ARGS" passed 5 arguments, but takes just 4
  2004-02-19 19:35 [Bug bootstrap/14216] New: macro "INIT_CUMULATIVE_ARGS" passed 5 arguments, but takes just 4 v dot haisman at sh dot cvut dot cz
                   ` (2 preceding siblings ...)
  2004-02-20  0:13 ` pinskia at gcc dot gnu dot org
@ 2004-02-20  3:05 ` v dot haisman at sh dot cvut dot cz
  2004-02-20  3:09 ` lucier at math dot purdue dot edu
  2004-02-20 16:20 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: v dot haisman at sh dot cvut dot cz @ 2004-02-20  3:05 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From v dot haisman at sh dot cvut dot cz  2004-02-20 03:05 -------
It got past the problem but now there is another. I am going to fill a new PR.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14216


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug bootstrap/14216] macro "INIT_CUMULATIVE_ARGS" passed 5 arguments, but takes just 4
  2004-02-19 19:35 [Bug bootstrap/14216] New: macro "INIT_CUMULATIVE_ARGS" passed 5 arguments, but takes just 4 v dot haisman at sh dot cvut dot cz
                   ` (3 preceding siblings ...)
  2004-02-20  3:05 ` v dot haisman at sh dot cvut dot cz
@ 2004-02-20  3:09 ` lucier at math dot purdue dot edu
  2004-02-20 16:20 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: lucier at math dot purdue dot edu @ 2004-02-20  3:09 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From lucier at math dot purdue dot edu  2004-02-20 03:09 -------
Subject: Re:  macro "INIT_CUMULATIVE_ARGS" passed 5 arguments, but takes just 4

bootstrap finished successfully on 3.4 branch, make check results in a 
while.

Brad



-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14216


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug bootstrap/14216] macro "INIT_CUMULATIVE_ARGS" passed 5 arguments, but takes just 4
  2004-02-19 19:35 [Bug bootstrap/14216] New: macro "INIT_CUMULATIVE_ARGS" passed 5 arguments, but takes just 4 v dot haisman at sh dot cvut dot cz
                   ` (4 preceding siblings ...)
  2004-02-20  3:09 ` lucier at math dot purdue dot edu
@ 2004-02-20 16:20 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-02-20 16:20 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-02-20 16:20 -------
This problem has now been fixed so closing.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |FIXED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14216


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2004-02-20 16:20 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-02-19 19:35 [Bug bootstrap/14216] New: macro "INIT_CUMULATIVE_ARGS" passed 5 arguments, but takes just 4 v dot haisman at sh dot cvut dot cz
2004-02-19 19:37 ` [Bug bootstrap/14216] " v dot haisman at sh dot cvut dot cz
2004-02-19 19:44 ` pinskia at gcc dot gnu dot org
2004-02-20  0:13 ` pinskia at gcc dot gnu dot org
2004-02-20  3:05 ` v dot haisman at sh dot cvut dot cz
2004-02-20  3:09 ` lucier at math dot purdue dot edu
2004-02-20 16:20 ` pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).