public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Solaris 8/SPARC bootstrap broken building 64-bit libgcc
@ 2003-07-04 12:53 Rainer Orth
  2003-07-04 13:22 ` Andrew Pinski
                   ` (2 more replies)
  0 siblings, 3 replies; 28+ messages in thread
From: Rainer Orth @ 2003-07-04 12:53 UTC (permalink / raw)
  To: gcc

Current mainline fails to bootstrap on bi-arch sparc-sun-solaris2.8:

/vol/gcc/obj/gcc-3.4-20030704/8-gcc/gcc/xgcc -B/vol/gcc/obj/gcc-3.4-20030704/8-gcc/gcc/ -B/vol/gcc/share/sparc-sun-solaris2.8/bin/ -B/vol/gcc/share/sparc-sun-solaris2.8/lib/ -isystem /vol/gcc/share/sparc-sun-solaris2.8/include -isystem /vol/gcc/share/sparc-sun-solaris2.8/sys-include -O2  -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I/vol/gnu/src/gcc/gcc-dist/gcc -I/vol/gnu/src/gcc/gcc-dist/gcc/. -I/vol/gnu/src/gcc/gcc-dist/gcc/config -I/vol/gnu/src/gcc/gcc-dist/gcc/../include  -m64 -DL__gcc_bcmp -c /vol/gnu/src/gcc/gcc-dist/gcc/libgcc2.c -o libgcc/sparcv9/__gcc_bcmp.o
/vol/gcc/obj/gcc-3.4-20030704/8-gcc/gcc/xgcc -B/vol/gcc/obj/gcc-3.4-20030704/8-gcc/gcc/ -B/vol/gcc/share/sparc-sun-solaris2.8/bin/ -B/vol/gcc/share/sparc-sun-solaris2.8/lib/ -isystem /vol/gcc/share/sparc-sun-solaris2.8/include -isystem /vol/gcc/share/sparc-sun-solaris2.8/sys-include -O2  -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I/vol/gnu/src/gcc/gcc-dist/gcc -I/vol/gnu/src/gcc/gcc-dist/gcc/. -I/vol/gnu/src/gcc/gcc-dist/gcc/config -I/vol/gnu/src/gcc/gcc-dist/gcc/../include  -m64 -DL_gcov -c /vol/gnu/src/gcc/gcc-dist/gcc/libgcov.c -o libgcc/sparcv9/_gcov.o
/vol/gnu/src/gcc/gcc-dist/gcc/libgcc2.c: In function `__gcc_bcmp':
/vol/gnu/src/gcc/gcc-dist/gcc/libgcc2.c:1519: error: head insn 102 for block 0 not found in the insn stream
/vol/gnu/src/gcc/gcc-dist/gcc/libgcc2.c:1519: internal compiler error: Segmentation Fault

The current state of mainline gets increasingly annoying: it's almost
impossible to get any work done when at any random time at least one of
your platforms doesn't bootstrap at all, while more often than not most of
them don't.  I spend more time tracking down the culprit patches than
anything else ;-(

	Rainer

-----------------------------------------------------------------------------
Rainer Orth, Faculty of Technology, Bielefeld University

^ permalink raw reply	[flat|nested] 28+ messages in thread
* Re: Solaris 8/SPARC bootstrap broken building 64-bit libgcc
@ 2003-07-04 23:03 John David Anglin
  0 siblings, 0 replies; 28+ messages in thread
From: John David Anglin @ 2003-07-04 23:03 UTC (permalink / raw)
  To: gcc; +Cc: jh, pinskia, ro

I have seen the same error but in a different place for the past two days:

stage1/xgcc -Bstage1/ -B/home/dave/opt/gnu/hppa-linux/bin/ -c   -gstabs -O2 -DIN
_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedant
ic -Wno-long-long -Werror -fno-common   -DHAVE_CONFIG_H -DGENERATOR_FILE    -I.
-I. -I../../gcc/gcc -I../../gcc/gcc/. -I../../gcc/gcc/config -I../../gcc/gcc/../
include -I../intl ../../gcc/gcc/genautomata.c -o genautomata.o
../../gcc/gcc/genautomata.c: In function `automata_list_eq_p':
../../gcc/gcc/genautomata.c:4463: error: head insn 90 for block 0 not found in t
he insn stream
../../gcc/gcc/genautomata.c:4463: internal compiler error: Segmentation fault

Dave
-- 
J. David Anglin                                  dave.anglin@nrc-cnrc.gc.ca
National Research Council of Canada              (613) 990-0752 (FAX: 952-6602)

^ permalink raw reply	[flat|nested] 28+ messages in thread
[parent not found: <no.id>]

end of thread, other threads:[~2003-07-17 17:43 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-04 12:53 Solaris 8/SPARC bootstrap broken building 64-bit libgcc Rainer Orth
2003-07-04 13:22 ` Andrew Pinski
2003-07-04 21:12 ` Phil Edwards
2003-07-04 22:53   ` Eric Botcazou
2003-07-04 23:07     ` Phil Edwards
2003-07-05  8:37       ` Eric Botcazou
2003-07-06 22:22     ` Gerald Pfeifer
2003-07-06 22:47       ` Phil Edwards
2003-07-06 23:40       ` Eric Botcazou
2003-07-12 16:14         ` Eric Botcazou
2003-07-07  2:59       ` Jeff Sturm
2003-07-07 12:50         ` Gerald Pfeifer
2003-07-07 14:41           ` Mark Mitchell
     [not found]             ` <Pine.BSF.4.56.0307090031480.86235@acrux.dbai.tuwien.ac.at>
     [not found]               ` <16139.18358.209462.246169@xayide.TechFak.Uni-Bielefeld.DE>
2003-07-14 16:30                 ` Release criteria (was: PATCH for Re: Solaris 8/SPARC bootstrap broken building 64-bit libgcc) Gerald Pfeifer
2003-07-17 18:12                   ` Mark Mitchell
2003-07-14 21:39     ` Solaris 8/SPARC bootstrap broken building 64-bit libgcc Phil Edwards
2003-07-14 22:47       ` Eric Botcazou
2003-07-14 22:49         ` Phil Edwards
2003-07-14 23:43           ` Eric Botcazou
2003-07-15  0:45             ` Phil Edwards
2003-07-15  7:47               ` Eric Botcazou
2003-07-16 20:22                 ` Phil Edwards
2003-07-16 20:29                   ` Eric Botcazou
2003-07-16 20:30                     ` Phil Edwards
2003-07-16 20:38                       ` Eric Botcazou
2003-07-05  5:13 ` Andreas Jaeger
2003-07-04 23:03 John David Anglin
     [not found] <no.id>
2003-07-05 17:01 ` John David Anglin

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