public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug regression/32296]  New: Bootstrap failure in stage1 on hppa*-*-*
@ 2007-06-12  0:33 danglin at gcc dot gnu dot org
  2007-06-12  0:40 ` [Bug regression/32296] " pinskia at gcc dot gnu dot org
                   ` (23 more replies)
  0 siblings, 24 replies; 25+ messages in thread
From: danglin at gcc dot gnu dot org @ 2007-06-12  0:33 UTC (permalink / raw)
  To: gcc-bugs

In stage1,

/home/dave/gnu/gcc-4.3/objdir/./gcc/xgcc -B/home/dave/gnu/gcc-4.3/objdir/./gcc/
-B/home/dave/opt/gnu/gcc/gcc-4.3.0/hppa-linux/bin/
-B/home/dave/opt/gnu/gcc/gcc-
4.3.0/hppa-linux/lib/ -isystem
/home/dave/opt/gnu/gcc/gcc-4.3.0/hppa-linux/inclu
de -isystem /home/dave/opt/gnu/gcc/gcc-4.3.0/hppa-linux/sys-include -g
-fkeep-in
line-functions -O2  -O2 -g -O2  -DIN_GCC    -W -Wall -Wwrite-strings
-Wstrict-pr
ototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -fPIC
-DELF=1 -DLINUX=1 -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED
 -I. -I. -I../.././gcc -I../../../gcc/libgcc -I../../../gcc/libgcc/.
-I../../../
gcc/libgcc/../gcc -I../../../gcc/libgcc/../include  -o _negdi2.o -MT _negdi2.o
-
MD -MP -MF _negdi2.dep -DL_negdi2 -c ../../../gcc/libgcc/../gcc/libgcc2.c \
          -fvisibility=hidden -DHIDE_EXPORTS
../../../gcc/libgcc/../gcc/libgcc2.c: In function '__muldi3':
../../../gcc/libgcc/../gcc/libgcc2.c:566: error: unrecognizable insn:
(jump_insn 83 82 84 2 ../../../gcc/libgcc/../gcc/libgcc2.c:566 (parallel [
            (return)
            (use (reg:SI 2 %r2))
            (const_int 0 [0x0])
        ]) -1 (nil))
../../../gcc/libgcc/../gcc/libgcc2.c:566: internal compiler error: in
extract_in
sn, at recog.c:1957
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make[3]: *** [_muldi3.o] Error 1
make[3]: *** Waiting for unfinished jobs....
../../../gcc/libgcc/../gcc/libgcc2.c: In function '__negdi2':
../../../gcc/libgcc/../gcc/libgcc2.c:80: error: unrecognizable insn:
(jump_insn 44 43 45 2 ../../../gcc/libgcc/../gcc/libgcc2.c:80 (parallel [
            (return)
            (use (reg:SI 2 %r2))
            (const_int 0 [0x0])
        ]) -1 (nil))
../../../gcc/libgcc/../gcc/libgcc2.c:80: internal compiler error: in
extract_ins
n, at recog.c:1957
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make[3]: *** [_negdi2.o] Error 1
make[3]: Leaving directory `/home/dave/gnu/gcc-4.3/objdir/hppa-linux/libgcc'
make[2]: *** [all-stage1-target-libgcc] Error 2
make[2]: Leaving directory `/home/dave/gnu/gcc-4.3/objdir'
make[1]: *** [stage1-bubble] Error 2
make[1]: Leaving directory `/home/dave/gnu/gcc-4.3/objdir'
make: *** [bootstrap] Error 2
Mon Jun 11 17:56:33 EDT 2007


-- 
           Summary: Bootstrap failure in stage1 on hppa*-*-*
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: regression
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: danglin at gcc dot gnu dot org
 GCC build triplet: hppa*-*-*
  GCC host triplet: hppa*-*-*
GCC target triplet: hppa*-*-*


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


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

end of thread, other threads:[~2007-06-30 15:20 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-06-12  0:33 [Bug regression/32296] New: Bootstrap failure in stage1 on hppa*-*-* danglin at gcc dot gnu dot org
2007-06-12  0:40 ` [Bug regression/32296] " pinskia at gcc dot gnu dot org
2007-06-12  0:44 ` [Bug rtl-optimization/32296] [4.3 Regression] " pinskia at gcc dot gnu dot org
2007-06-12  1:01 ` spark at gcc dot gnu dot org
2007-06-12  1:14 ` spark at gcc dot gnu dot org
2007-06-12  1:38 ` dave at hiauly1 dot hia dot nrc dot ca
2007-06-12 21:43 ` spark at gcc dot gnu dot org
2007-06-12 23:00 ` dave at hiauly1 dot hia dot nrc dot ca
2007-06-12 23:07 ` spark at gcc dot gnu dot org
2007-06-12 23:31 ` dave at hiauly1 dot hia dot nrc dot ca
2007-06-13  3:45 ` dave at hiauly1 dot hia dot nrc dot ca
2007-06-13  3:48 ` spark at gcc dot gnu dot org
2007-06-13 13:28 ` dave at hiauly1 dot hia dot nrc dot ca
2007-06-14  3:54 ` spark at gcc dot gnu dot org
2007-06-14 21:05 ` dave at hiauly1 dot hia dot nrc dot ca
2007-06-15 20:05 ` dave at hiauly1 dot hia dot nrc dot ca
2007-06-19 19:57 ` dave at hiauly1 dot hia dot nrc dot ca
2007-06-19 20:10 ` hjl at lucon dot org
2007-06-19 20:40 ` dave at hiauly1 dot hia dot nrc dot ca
2007-06-19 23:30 ` danglin at gcc dot gnu dot org
2007-06-19 23:32 ` danglin at gcc dot gnu dot org
2007-06-21  2:56 ` dave at hiauly1 dot hia dot nrc dot ca
2007-06-21  8:53 ` tbm at cyrius dot com
2007-06-29 18:44 ` mmitchel at gcc dot gnu dot org
2007-06-30 15:20 ` danglin 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).