public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/13193] New: [tree-ssa] Another ICE during bootstrap
@ 2003-11-26  1:11 gcc-bugzilla at gcc dot gnu dot org
  2003-11-26  1:14 ` [Bug bootstrap/13193] " pinskia at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: gcc-bugzilla at gcc dot gnu dot org @ 2003-11-26  1:11 UTC (permalink / raw)
  To: gcc-bugs

gmake[1]: Leaving directory `/home/sgk/obj/libbanshee'
gmake[1]: Entering directory `/home/sgk/obj/gcc'
/home/sgk/obj/gcc/xgcc -B/home/sgk/obj/gcc/ -B/home/sgk/i386-unknown-freebsd5.1/bin/ -B/home/sgk/i386-unknown-freebsd5.1/lib/ -isystem /home/sgk/i386-unknown-freebsd5.1/include -isystem /home/sgk/i386-unknown-freebsd5.1/sys-include -O2 -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes  -isystem ./include  -I. -I. -I../../gcc/gcc -I../../gcc/gcc/. -I../../gcc/gcc/../include -I../intl -I../../gcc/gcc/../libbanshee/libcompat -I../../gcc/gcc/../libbanshee -I../../gcc/gcc/../libbanshee/points-to -I/usr/local/include  -g0 -finhibit-size-directive -fno-inline-functions -fno-exceptions -fno-zero-initialized-in-bss -fno-unit-at-a-time  \
   -c ../../gcc/gcc/crtstuff.c -DCRT_BEGIN \
  -o crtbegin.o
../../gcc/gcc/crtstuff.c: In function `__do_global_dtors_aux':

../../gcc/gcc/crtstuff.c:256: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
gmake[1]: *** [crtbegin.o] Error 1
gmake[1]: Leaving directory `/home/sgk/obj/gcc'
gmake: *** [all-gcc] Error 2

Environment:
System: FreeBSD troutmask.apl.washington.edu 5.1-CURRENT FreeBSD 5.1-CURRENT #1: Thu Sep 18 11:50:56 PDT 2003 kargl@troutmask.apl.washington.edu:/usr/obj/usr/src/sys/TROUTMASK i386


	
host: i386-unknown-freebsd5.1
build: i386-unknown-freebsd5.1
target: i386-unknown-freebsd5.1
configured with: ../gcc/configure --enable-languages=c,f95 --prefix=/home/sgk --with-gmp=/usr/local --disable-libmudflap

How-To-Repeat:
 Try to bootstrap tree-ssa branch.

-- 
           Summary: [tree-ssa] Another ICE during bootstrap
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: critical
          Priority: P2
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: kargl at troutmask dot apl dot washington dot edu
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i386-unknown-freebsd5.1
  GCC host triplet: i386-unknown-freebsd5.1
GCC target triplet: i386-unknown-freebsd5.1


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


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

* [Bug bootstrap/13193] [tree-ssa] Another ICE during bootstrap
  2003-11-26  1:11 [Bug bootstrap/13193] New: [tree-ssa] Another ICE during bootstrap gcc-bugzilla at gcc dot gnu dot org
@ 2003-11-26  1:14 ` pinskia at gcc dot gnu dot org
  2003-11-26 16:45 ` [Bug optimization/13193] " pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-11-26  1:14 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |build, ice-on-valid-code
   Target Milestone|---                         |tree-ssa
            Version|unknown                     |tree-ssa


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


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

* [Bug optimization/13193] [tree-ssa] Another ICE during bootstrap
  2003-11-26  1:11 [Bug bootstrap/13193] New: [tree-ssa] Another ICE during bootstrap gcc-bugzilla at gcc dot gnu dot org
  2003-11-26  1:14 ` [Bug bootstrap/13193] " pinskia at gcc dot gnu dot org
@ 2003-11-26 16:45 ` pinskia at gcc dot gnu dot org
  2003-11-27  7:22 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-11-26 16:45 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-11-26 16:45 -------
Most likely the same problem as report here: <http://gcc.gnu.org/ml/gcc/2003-11/
msg01359.html>.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
          Component|bootstrap                   |optimization
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2003-11-26 16:45:20
               date|                            |


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


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

* [Bug optimization/13193] [tree-ssa] Another ICE during bootstrap
  2003-11-26  1:11 [Bug bootstrap/13193] New: [tree-ssa] Another ICE during bootstrap gcc-bugzilla at gcc dot gnu dot org
  2003-11-26  1:14 ` [Bug bootstrap/13193] " pinskia at gcc dot gnu dot org
  2003-11-26 16:45 ` [Bug optimization/13193] " pinskia at gcc dot gnu dot org
@ 2003-11-27  7:22 ` pinskia at gcc dot gnu dot org
  2003-11-27 15:06 ` kargl at troutmask dot apl dot washington dot edu
  2003-11-27 16:09 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-11-27  7:22 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-11-27 07:21 -------
Should be fixed now, can you try again?

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |WAITING


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


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

* [Bug optimization/13193] [tree-ssa] Another ICE during bootstrap
  2003-11-26  1:11 [Bug bootstrap/13193] New: [tree-ssa] Another ICE during bootstrap gcc-bugzilla at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2003-11-27  7:22 ` pinskia at gcc dot gnu dot org
@ 2003-11-27 15:06 ` kargl at troutmask dot apl dot washington dot edu
  2003-11-27 16:09 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: kargl at troutmask dot apl dot washington dot edu @ 2003-11-27 15:06 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From kargl at troutmask dot apl dot washington dot edu  2003-11-27 15:06 -------
Subject: Re:  [tree-ssa] Another ICE during bootstrap

pinskia at gcc dot gnu dot org wrote:
> 
> ------- Additional Comments From pinskia at gcc dot gnu dot org  2003-11-27 07:21 -------
> Should be fixed now, can you try again?
> 
> -- 
>            What    |Removed                     |Added
> ----------------------------------------------------------------------------
>              Status|NEW                         |WAITING
> 
> 
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13193
> 

Yes, the problem seems to be fixed.



-- 


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


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

* [Bug optimization/13193] [tree-ssa] Another ICE during bootstrap
  2003-11-26  1:11 [Bug bootstrap/13193] New: [tree-ssa] Another ICE during bootstrap gcc-bugzilla at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2003-11-27 15:06 ` kargl at troutmask dot apl dot washington dot edu
@ 2003-11-27 16:09 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-11-27 16:09 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-11-27 16:09 -------
Fixed.

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


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


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

end of thread, other threads:[~2003-11-27 16:09 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-11-26  1:11 [Bug bootstrap/13193] New: [tree-ssa] Another ICE during bootstrap gcc-bugzilla at gcc dot gnu dot org
2003-11-26  1:14 ` [Bug bootstrap/13193] " pinskia at gcc dot gnu dot org
2003-11-26 16:45 ` [Bug optimization/13193] " pinskia at gcc dot gnu dot org
2003-11-27  7:22 ` pinskia at gcc dot gnu dot org
2003-11-27 15:06 ` kargl at troutmask dot apl dot washington dot edu
2003-11-27 16:09 ` 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).