public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/37296]  New: Bootstrap failure due to __muldi3
@ 2008-08-31  4:56 kargl at gcc dot gnu dot org
  2008-08-31  4:57 ` [Bug target/37296] " kargl at gcc dot gnu dot org
                   ` (36 more replies)
  0 siblings, 37 replies; 39+ messages in thread
From: kargl at gcc dot gnu dot org @ 2008-08-31  4:56 UTC (permalink / raw)
  To: gcc-bugs

Recent bootstraps on i386-unknown-freebsd8.0  lead to 

gmake[4]: Leaving directory
`/usr/home/kargl/gcc/obj/i386-unknown-freebsd8.0/libgcc'
/usr/home/kargl/gcc/obj/./gcc/xgcc -B/usr/home/kargl/gcc/obj/./gcc/
-B/usr/home/kargl/work/i386-unknown-freebsd8.0/bin/
-B/usr/home/kargl/work/i386-unknown-freebsd8.0/lib/ -isystem
/usr/home/kargl/work/i386-unknown-freebsd8.0/include -isystem
/usr/home/kargl/work/i386-unknown-freebsd8.0/sys-include -g -O2 -O2  -g -O2
-DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-Wcast-qual -Wold-style-definition  -isystem ./include   -fPIC -pthread -g
-DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I.
-I../.././gcc -I../../../gcc4x/libgcc -I../../../gcc4x/libgcc/.
-I../../../gcc4x/libgcc/../gcc -I../../../gcc4x/libgcc/../include   -o
_muldi3.o -MT _muldi3.o -MD -MP -MF _muldi3.dep -DL_muldi3 -c
../../../gcc4x/libgcc/../gcc/libgcc2.c \

../../../gcc4x/libgcc/../gcc/libgcc2.c: In function '__muldi3':
../../../gcc4x/libgcc/../gcc/libgcc2.c:566: internal compiler error:
Segmentation fault: 11
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
gmake[3]: *** [_muldi3.o] Error 1
gmake[3]: Leaving directory
`/usr/home/kargl/gcc/obj/i386-unknown-freebsd8.0/libgcc'
gmake[2]: *** [all-stage2-target-libgcc] Error 2
gmake[2]: Leaving directory `/usr/home/kargl/gcc/obj'
gmake[1]: *** [stage2-bubble] Error 2
gmake[1]: Leaving directory `/usr/home/kargl/gcc/obj'
gmake: *** [all] Error 2


-- 
           Summary: Bootstrap failure due to __muldi3
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: kargl at gcc dot gnu dot org
  GCC host triplet: i386-unknown-freebsd8.0


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


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

end of thread, other threads:[~2008-11-13 16:01 UTC | newest]

Thread overview: 39+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-08-31  4:56 [Bug target/37296] New: Bootstrap failure due to __muldi3 kargl at gcc dot gnu dot org
2008-08-31  4:57 ` [Bug target/37296] " kargl at gcc dot gnu dot org
2008-08-31  6:43 ` [Bug rtl-optimization/37296] " ebotcazou at gcc dot gnu dot org
2008-08-31 12:47 ` gerald at pfeifer dot com
2008-08-31 17:13 ` ebotcazou at gcc dot gnu dot org
2008-08-31 18:41 ` kargl at gcc dot gnu dot org
2008-09-01  3:26 ` vmakarov at redhat dot com
2008-09-01  3:32 ` kargl at gcc dot gnu dot org
2008-09-01  3:33 ` kargl at gcc dot gnu dot org
2008-09-01  5:12 ` kargl at gcc dot gnu dot org
2008-09-01  5:19 ` kargl at gcc dot gnu dot org
2008-09-01 10:30   ` Graham Stott
2008-09-01 10:31 ` graham dot stott at btinternet dot com
2008-09-01 13:01 ` ebotcazou at gcc dot gnu dot org
2008-09-01 13:04 ` ebotcazou at gcc dot gnu dot org
2008-09-01 13:04 ` ebotcazou at gcc dot gnu dot org
2008-09-01 13:18 ` [Bug rtl-optimization/37296] [4.4 Regression] " rguenth at gcc dot gnu dot org
2008-09-01 13:41 ` [Bug rtl-optimization/37296] [4.4 Regression] Bootstrap failure compiling libgcc ebotcazou at gcc dot gnu dot org
2008-09-01 13:44 ` rguenth at gcc dot gnu dot org
2008-09-01 16:58 ` sgk at troutmask dot apl dot washington dot edu
2008-09-01 21:47 ` ebotcazou at gcc dot gnu dot org
2008-09-02 10:18 ` ebotcazou at gcc dot gnu dot org
2008-09-02 13:28 ` ebotcazou at gcc dot gnu dot org
2008-09-02 17:30 ` vmakarov at redhat dot com
2008-09-02 17:36 ` ebotcazou at gcc dot gnu dot org
2008-09-02 18:14 ` vmakarov at redhat dot com
2008-09-03  0:29 ` hjl dot tools at gmail dot com
2008-09-03  0:43 ` pinskia at gcc dot gnu dot org
2008-09-03  5:23 ` dominiq at lps dot ens dot fr
2008-09-03  7:57 ` tbm at cyrius dot com
2008-09-03 15:38 ` vmakarov at redhat dot com
2008-09-03 19:52 ` vmakarov at gcc dot gnu dot org
2008-09-03 21:07 ` ebotcazou at gcc dot gnu dot org
2008-09-04  5:54 ` hjl dot tools at gmail dot com
2008-09-04  6:17 ` sgk at troutmask dot apl dot washington dot edu
2008-09-04 13:09 ` hjl dot tools at gmail dot com
2008-09-04 14:55 ` hjl dot tools at gmail dot com
2008-09-04 19:31 ` ebotcazou at gcc dot gnu dot org
2008-11-13 16:01 ` jakub 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).