public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/22078] New: Cannot bootstrap 3.4.4 on OS X 10.3, 3.4.3 works
@ 2005-06-15 15:05 hramrach at centrum dot cz
  2005-06-15 15:22 ` [Bug bootstrap/22078] " pinskia at gcc dot gnu dot org
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: hramrach at centrum dot cz @ 2005-06-15 15:05 UTC (permalink / raw)
  To: gcc-bugs

So far I have tried bootstrapping 3.4.4 three times, and it always fails in
something named rs6000. I also tried 3.4.3 several times, and it works (compiles
gcj).

Re-running make in the failed directory does not reproduce the error, at least
not quickly.

Configure parameters from config.status:
# ../gcc-3.4.4/configure  --prefix=/sw --enable-languages=c++,java
'--infodir=${prefix}/share/info' '--libexecdir=${prefix}/lib' --disable-shared
--progra
m-suffix=-3.4
--with-gcc-version-trigger=/Volumes/Fink/sw/src/gcj-3.4.4-0/gcc-3.4.4/gcc/version.c

>From Makefile in gcc:
XCFLAGS =
TCFLAGS =
CFLAGS = -g
STAGE1_CFLAGS = -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0
BOOT_CFLAGS = -g -O2


Error message:
stage1/xgcc -Bstage1/ -B/sw/powerpc-apple-darwin7.9.0/bin/ -c   -g -O2
-fprofile-generate -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -pedantic -Wno-long-long -Wold-style-definition    
-DHAVE_CONFIG_H -DGENERATOR_FILE -I/sw/include   -I. -I. -I../../gcc-3.4.4/gcc
-I../../gcc-3.4.4/gcc/. -I../../gcc-3.4.4/gcc/../include 
../../gcc-3.4.4/gcc/genattr.c -o genattr.o
stage1/xgcc -Bstage1/ -B/sw/powerpc-apple-darwin7.9.0/bin/   -g -O2
-fprofile-generate -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -pedantic -Wno-long-long -Wold-style-definition    
-DHAVE_CONFIG_H -DGENERATOR_FILE  -o genattr \
        genattr.o rtl.o read-rtl.o bitmap.o ggc-none.o min-insn-modes.o
gensupport.o insn-conditions.o print-rtl1.o \
        errors.o ../libiberty/libiberty.a
./genattr ../../gcc-3.4.4/gcc/config/rs6000/rs6000.md > tmp-attr.h
/bin/sh ../../gcc-3.4.4/gcc/move-if-change tmp-attr.h insn-attr.h
echo timestamp > s-attr
stage1/xgcc -Bstage1/ -B/sw/powerpc-apple-darwin7.9.0/bin/ -c   -g -O2
-fprofile-generate -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -pedantic -Wno-long-long -Wold-style-definition    
-DHAVE_CONFIG_H -I. -I. -I../../gcc-3.4.4/gcc -I../../gcc-3.4.4/gcc/.
-I../../gcc-3.4.4/gcc/../include  -I/sw/include   ../../gcc-3.4.4/gcc/combine.c
-o combine.o
../../gcc-3.4.4/gcc/combine.c: In function `subst':
../../gcc-3.4.4/gcc/combine.c:3540: internal compiler error: in
rs6000_split_multireg_move, at config/rs6000/rs6000.c:10613
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

-- 
           Summary: Cannot bootstrap 3.4.4 on OS X 10.3, 3.4.3 works
           Product: gcc
           Version: 3.4.4
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: hramrach at centrum dot cz
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: powerpc-apple-darwin7.9.0
  GCC host triplet: powerpc-apple-darwin7.9.0
GCC target triplet: powerpc-apple-darwin7.9.0


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


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

* [Bug bootstrap/22078] Cannot bootstrap 3.4.4 on OS X 10.3, 3.4.3 works
  2005-06-15 15:05 [Bug bootstrap/22078] New: Cannot bootstrap 3.4.4 on OS X 10.3, 3.4.3 works hramrach at centrum dot cz
@ 2005-06-15 15:22 ` pinskia at gcc dot gnu dot org
  2005-06-15 16:57 ` hramrach at centrum dot cz
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-06-15 15:22 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-06-15 15:22 -------
So rerunning "make bootstrap", makes this work, then there is something wrong with your hardware.

-- 


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


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

* [Bug bootstrap/22078] Cannot bootstrap 3.4.4 on OS X 10.3, 3.4.3 works
  2005-06-15 15:05 [Bug bootstrap/22078] New: Cannot bootstrap 3.4.4 on OS X 10.3, 3.4.3 works hramrach at centrum dot cz
  2005-06-15 15:22 ` [Bug bootstrap/22078] " pinskia at gcc dot gnu dot org
@ 2005-06-15 16:57 ` hramrach at centrum dot cz
  2005-06-16 11:13 ` hramrach at centrum dot cz
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 10+ messages in thread
From: hramrach at centrum dot cz @ 2005-06-15 16:57 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From hramrach at centrum dot cz  2005-06-15 16:56 -------
hmm, I forgot bootstrap. That's why it fails differently when I continue manually.

The build is normally controlled by a package management system, I will try with
full make command line next time.

-- 


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


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

* [Bug bootstrap/22078] Cannot bootstrap 3.4.4 on OS X 10.3, 3.4.3 works
  2005-06-15 15:05 [Bug bootstrap/22078] New: Cannot bootstrap 3.4.4 on OS X 10.3, 3.4.3 works hramrach at centrum dot cz
  2005-06-15 15:22 ` [Bug bootstrap/22078] " pinskia at gcc dot gnu dot org
  2005-06-15 16:57 ` hramrach at centrum dot cz
@ 2005-06-16 11:13 ` hramrach at centrum dot cz
  2005-06-16 11:14 ` hramrach at centrum dot cz
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 10+ messages in thread
From: hramrach at centrum dot cz @ 2005-06-16 11:13 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From hramrach at centrum dot cz  2005-06-16 11:12 -------
The command is

make CFLAGS='-O -fno-common' LIBCFLAGS='-g -O2 -fno-common' LIBCXXFLAGS='-g -O2
-fno-implicit-templates' profiledbootstrap

and it reproduces the error




-- 


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


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

* [Bug bootstrap/22078] Cannot bootstrap 3.4.4 on OS X 10.3, 3.4.3 works
  2005-06-15 15:05 [Bug bootstrap/22078] New: Cannot bootstrap 3.4.4 on OS X 10.3, 3.4.3 works hramrach at centrum dot cz
                   ` (2 preceding siblings ...)
  2005-06-16 11:13 ` hramrach at centrum dot cz
@ 2005-06-16 11:14 ` hramrach at centrum dot cz
  2005-06-16 11:16 ` hramrach at centrum dot cz
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 10+ messages in thread
From: hramrach at centrum dot cz @ 2005-06-16 11:14 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From hramrach at centrum dot cz  2005-06-16 11:14 -------
Created an attachment (id=9098)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9098&action=view)
saved .i file


-- 


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


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

* [Bug bootstrap/22078] Cannot bootstrap 3.4.4 on OS X 10.3, 3.4.3 works
  2005-06-15 15:05 [Bug bootstrap/22078] New: Cannot bootstrap 3.4.4 on OS X 10.3, 3.4.3 works hramrach at centrum dot cz
                   ` (3 preceding siblings ...)
  2005-06-16 11:14 ` hramrach at centrum dot cz
@ 2005-06-16 11:16 ` hramrach at centrum dot cz
  2005-06-16 11:19 ` hramrach at centrum dot cz
  2005-06-16 12:08 ` [Bug target/22078] [3.4 Regression] Cannot profilebootstrap " pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 10+ messages in thread
From: hramrach at centrum dot cz @ 2005-06-16 11:16 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From hramrach at centrum dot cz  2005-06-16 11:15 -------
Created an attachment (id=9099)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9099&action=view)
.gcno file in case it is useful


-- 


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


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

* [Bug bootstrap/22078] Cannot bootstrap 3.4.4 on OS X 10.3, 3.4.3 works
  2005-06-15 15:05 [Bug bootstrap/22078] New: Cannot bootstrap 3.4.4 on OS X 10.3, 3.4.3 works hramrach at centrum dot cz
                   ` (4 preceding siblings ...)
  2005-06-16 11:16 ` hramrach at centrum dot cz
@ 2005-06-16 11:19 ` hramrach at centrum dot cz
  2005-06-16 12:08 ` [Bug target/22078] [3.4 Regression] Cannot profilebootstrap " pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 10+ messages in thread
From: hramrach at centrum dot cz @ 2005-06-16 11:19 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From hramrach at centrum dot cz  2005-06-16 11:19 -------
continuing with bootstrap instead of profiledbootstrap does not fail

-- 


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


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

* [Bug target/22078] [3.4 Regression] Cannot profilebootstrap 3.4.4 on OS X 10.3, 3.4.3 works
  2005-06-15 15:05 [Bug bootstrap/22078] New: Cannot bootstrap 3.4.4 on OS X 10.3, 3.4.3 works hramrach at centrum dot cz
                   ` (5 preceding siblings ...)
  2005-06-16 11:19 ` hramrach at centrum dot cz
@ 2005-06-16 12:08 ` pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-06-16 12:08 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-06-16 12:08 -------
Hmm, weird, might have a look later next week.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|bootstrap                   |target
           Keywords|                            |build, ice-on-valid-code
            Summary|Cannot bootstrap 3.4.4 on OS|[3.4 Regression] Cannot
                   |X 10.3, 3.4.3 works         |profilebootstrap 3.4.4 on OS
                   |                            |X 10.3, 3.4.3 works
   Target Milestone|---                         |3.4.5


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


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

* [Bug target/22078] [3.4 Regression] Cannot profilebootstrap 3.4.4 on OS X 10.3, 3.4.3 works
       [not found] <bug-22078-10823@http.gcc.gnu.org/bugzilla/>
  2005-10-07  4:05 ` gdr at gcc dot gnu dot org
@ 2006-02-28 15:49 ` gdr at gcc dot gnu dot org
  1 sibling, 0 replies; 10+ messages in thread
From: gdr at gcc dot gnu dot org @ 2006-02-28 15:49 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from gdr at gcc dot gnu dot org  2006-02-28 15:48 -------
Unlikely to be fixed for 3.4.6


-- 

gdr at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |WONTFIX


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


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

* [Bug target/22078] [3.4 Regression] Cannot profilebootstrap 3.4.4 on OS X 10.3, 3.4.3 works
       [not found] <bug-22078-10823@http.gcc.gnu.org/bugzilla/>
@ 2005-10-07  4:05 ` gdr at gcc dot gnu dot org
  2006-02-28 15:49 ` gdr at gcc dot gnu dot org
  1 sibling, 0 replies; 10+ messages in thread
From: gdr at gcc dot gnu dot org @ 2005-10-07  4:05 UTC (permalink / raw)
  To: gcc-bugs



-- 

gdr at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.4.5                       |3.4.6


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


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

end of thread, other threads:[~2006-02-28 15:48 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-06-15 15:05 [Bug bootstrap/22078] New: Cannot bootstrap 3.4.4 on OS X 10.3, 3.4.3 works hramrach at centrum dot cz
2005-06-15 15:22 ` [Bug bootstrap/22078] " pinskia at gcc dot gnu dot org
2005-06-15 16:57 ` hramrach at centrum dot cz
2005-06-16 11:13 ` hramrach at centrum dot cz
2005-06-16 11:14 ` hramrach at centrum dot cz
2005-06-16 11:16 ` hramrach at centrum dot cz
2005-06-16 11:19 ` hramrach at centrum dot cz
2005-06-16 12:08 ` [Bug target/22078] [3.4 Regression] Cannot profilebootstrap " pinskia at gcc dot gnu dot org
     [not found] <bug-22078-10823@http.gcc.gnu.org/bugzilla/>
2005-10-07  4:05 ` gdr at gcc dot gnu dot org
2006-02-28 15:49 ` gdr 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).