public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/36180]  New: [4.4 Regression] Multiple bootstrap failures due to revision 135069
@ 2008-05-08 10:27 dominiq at lps dot ens dot fr
  2008-05-08 11:38 ` [Bug bootstrap/36180] " ktietz at gcc dot gnu dot org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: dominiq at lps dot ens dot fr @ 2008-05-08 10:27 UTC (permalink / raw)
  To: gcc-bugs

Building gcc on powerpc-apple-darwin9, I got the following error:

...
/opt/gcc/darwin_buildw/./prev-gcc/xgcc -B/opt/gcc/darwin_buildw/./prev-gcc/
-B/opt/gcc/gcc4.4w/powerpc-apple-darwin9/bin/ -c  -g -O2 -mdynam
ic-no-pic -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pe
dantic -Wno-long-long -Wno-variadic-macros                                  
-Wno-overlength-strings -Werror -fno-common  -DHAVE_CONFIG_H -I
. -I. -I../../gcc-4.4-work/gcc -I../../gcc-4.4-work/gcc/.
-I../../gcc-4.4-work/gcc/../include -I../../gcc-4.4-work/gcc/../libcpp/include
-I/
sw/include  -I../../gcc-4.4-work/gcc/../libdecnumber
-I../../gcc-4.4-work/gcc/../libdecnumber/dpd -I../libdecnumber 
../../gcc-4.4-work/gcc/
calls.c -o calls.o
cc1: warnings being treated as errors
../../gcc-4.4-work/gcc/calls.c: In function 'compute_argument_block_size':
../../gcc-4.4-work/gcc/calls.c:1192: error: unused parameter 'fndecl'
../../gcc-4.4-work/gcc/calls.c: In function 'emit_library_call_value_1':
../../gcc-4.4-work/gcc/calls.c:3284: error: unused variable 'fndecl'
make[3]: *** [calls.o] Error 1
make[2]: *** [all-stage2-gcc] Error 2
make[1]: *** [stage2-bubble] Error 2
make: *** [all] Error 2

And bootstraping on i686-apple-darwin9 fails with:

...
/opt/gcc/i686-darwin/./prev-gcc/xgcc -B/opt/gcc/i686-darwin/./prev-gcc/
-B/opt/gcc/gcc4.4w/i686-apple-darwin9/bin/ -c  -g -O2 -fomit-frame-pointer
-DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long
-Wno-variadic-macros                                     
-Wno-overlength-strings -Werror -fno-common  -DHAVE_CONFIG_H -I. -I.
-I../../gcc-4.4-work/gcc -I../../gcc-4.4-work/gcc/.
-I../../gcc-4.4-work/gcc/../include -I./../intl
-I../../gcc-4.4-work/gcc/../libcpp/include -I/sw/include 
-I../../gcc-4.4-work/gcc/../libdecnumber
-I../../gcc-4.4-work/gcc/../libdecnumber/dpd -I../libdecnumber 
../../gcc-4.4-work/gcc/c-common.c -o c-common.o
In file included from ../../gcc-4.4-work/gcc/c-common.c:50:
../../gcc-4.4-work/gcc/target-def.h:548:1: error: "TARGET_RETURN_IN_MEMORY"
redefined
In file included from ./tm.h:5,
                 from ../../gcc-4.4-work/gcc/c-common.c:24:
../../gcc-4.4-work/gcc/config/i386/i386.h:1281:1: error: this is the location
of the previous definition
...


-- 
           Summary: [4.4 Regression] Multiple bootstrap failures due to
                    revision 135069
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: dominiq at lps dot ens dot fr
 GCC build triplet: *-apple-darwin9
  GCC host triplet: *-apple-darwin9
GCC target triplet: *-apple-darwin9


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


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

* [Bug bootstrap/36180] [4.4 Regression] Multiple bootstrap failures due to revision 135069
  2008-05-08 10:27 [Bug bootstrap/36180] New: [4.4 Regression] Multiple bootstrap failures due to revision 135069 dominiq at lps dot ens dot fr
@ 2008-05-08 11:38 ` ktietz at gcc dot gnu dot org
  2008-05-08 11:39 ` ktietz at gcc dot gnu dot org
  2008-05-28 18:51 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: ktietz at gcc dot gnu dot org @ 2008-05-08 11:38 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from ktietz at gcc dot gnu dot org  2008-05-08 11:37 -------
Created an attachment (id=15618)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15618&action=view)
Committed patch at revision 135079.


-- 

ktietz at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |ktietz at gcc dot gnu dot
                   |dot org                     |org
             Status|UNCONFIRMED                 |ASSIGNED


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


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

* [Bug bootstrap/36180] [4.4 Regression] Multiple bootstrap failures due to revision 135069
  2008-05-08 10:27 [Bug bootstrap/36180] New: [4.4 Regression] Multiple bootstrap failures due to revision 135069 dominiq at lps dot ens dot fr
  2008-05-08 11:38 ` [Bug bootstrap/36180] " ktietz at gcc dot gnu dot org
@ 2008-05-08 11:39 ` ktietz at gcc dot gnu dot org
  2008-05-28 18:51 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: ktietz at gcc dot gnu dot org @ 2008-05-08 11:39 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from ktietz at gcc dot gnu dot org  2008-05-08 11:38 -------
Committed at revision135079 to gcc trunk.


-- 

ktietz at gcc dot gnu dot org changed:

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


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


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

* [Bug bootstrap/36180] [4.4 Regression] Multiple bootstrap failures due to revision 135069
  2008-05-08 10:27 [Bug bootstrap/36180] New: [4.4 Regression] Multiple bootstrap failures due to revision 135069 dominiq at lps dot ens dot fr
  2008-05-08 11:38 ` [Bug bootstrap/36180] " ktietz at gcc dot gnu dot org
  2008-05-08 11:39 ` ktietz at gcc dot gnu dot org
@ 2008-05-28 18:51 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2008-05-28 18:51 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.4.0


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


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

end of thread, other threads:[~2008-05-28 18:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-05-08 10:27 [Bug bootstrap/36180] New: [4.4 Regression] Multiple bootstrap failures due to revision 135069 dominiq at lps dot ens dot fr
2008-05-08 11:38 ` [Bug bootstrap/36180] " ktietz at gcc dot gnu dot org
2008-05-08 11:39 ` ktietz at gcc dot gnu dot org
2008-05-28 18:51 ` 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).