public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: c++/4327: cc1plus segmentation fault with large array initialization
@ 2002-04-15 12:38 rodrigc
  0 siblings, 0 replies; 5+ messages in thread
From: rodrigc @ 2002-04-15 12:38 UTC (permalink / raw)
  To: dpb, gcc-bugs, gcc-prs, nobody, rodrigc

Synopsis: cc1plus segmentation fault with large array initialization

State-Changed-From-To: feedback->closed
State-Changed-By: rodrigc
State-Changed-When: Mon Apr 15 12:38:14 2002
State-Changed-Why:
    I'll close this for now, if you find the preprocessed
    source for this bug, or if you can reproduce the bug
    again with current gcc, then we can re-open it.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=4327


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

* Re: c++/4327: cc1plus segmentation fault with large array initialization
@ 2002-04-15 12:46 Craig Rodrigues
  0 siblings, 0 replies; 5+ messages in thread
From: Craig Rodrigues @ 2002-04-15 12:46 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR c++/4327; it has been noted by GNATS.

From: Craig Rodrigues <rodrigc@attbi.com>
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: Re: c++/4327: cc1plus segmentation fault with large array initialization
Date: Mon, 15 Apr 2002 15:41:07 -0400

 ----- Forwarded message from Don Bennett <dpb@pobox.com> -----
 
 Delivered-To: rodrigc@gcc.gnu.org
 To: rodrigc@gcc.gnu.org
 Subject: Re: c++/4327: cc1plus segmentation fault with large array initialization
 Reply-To: Don Bennett <dpb@pobox.com>
 From: Don Bennett <dpb@pobox.com>
 Date: 15 Apr 2002 12:20:47 -0700
 In-Reply-To: rodrigc@gcc.gnu.org's message of "13 Apr 2002 03:07:53 -0000"
 User-Agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Cuyahoga Valley)
 
 
 rodrigc  <rodrigc@gcc.gnu.org> writes:
 
 > Synopsis: cc1plus segmentation fault with large array initialization
 > State-Changed-From-To: open->feedback
 > State-Changed-By: rodrigc
 > State-Changed-When: Fri Apr 12 20:07:53 2002
 > State-Changed-Why:
 >     The testcase is no longer available at:
 >     http://search.inktomi.com/pub/dpb/bad.cpp.gz
     
 >     Can you provide it?
 
 > http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=4327
 
 Sorry, can't find it any longer.
 
 Don
 
 
 ----- End forwarded message -----
 
 -- 
 Craig Rodrigues        
 http://www.gis.net/~craigr    
 rodrigc@attbi.com


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

* Re: c++/4327: cc1plus segmentation fault with large array initialization
@ 2002-04-12 22:36 Neil Booth
  0 siblings, 0 replies; 5+ messages in thread
From: Neil Booth @ 2002-04-12 22:36 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR c++/4327; it has been noted by GNATS.

From: Neil Booth <neil@daikokuya.demon.co.uk>
To: rodrigc@gcc.gnu.org, dpb@pobox.com, gcc-bugs@gcc.gnu.org,
	gcc-prs@gcc.gnu.org, nobody@gcc.gnu.org, gcc-gnats@gcc.gnu.org
Cc:  
Subject: Re: c++/4327: cc1plus segmentation fault with large array initialization
Date: Sat, 13 Apr 2002 06:32:18 +0100

 rodrigc@gcc.gnu.org wrote:-
 
 > Synopsis: cc1plus segmentation fault with large array initialization
 > 
 > State-Changed-From-To: open->feedback
 > State-Changed-By: rodrigc
 > State-Changed-When: Fri Apr 12 20:07:53 2002
 > State-Changed-Why:
 >     The testcase is no longer available at:
 >     http://search.inktomi.com/pub/dpb/bad.cpp.gz
 >     
 >     Can you provide it?
 
 I'm sure this is a duplicate of the many other large array issues
 in GNATS.
 
 Neil.


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

* Re: c++/4327: cc1plus segmentation fault with large array initialization
@ 2002-04-12 20:07 rodrigc
  0 siblings, 0 replies; 5+ messages in thread
From: rodrigc @ 2002-04-12 20:07 UTC (permalink / raw)
  To: dpb, gcc-bugs, gcc-prs, nobody, rodrigc

Synopsis: cc1plus segmentation fault with large array initialization

State-Changed-From-To: open->feedback
State-Changed-By: rodrigc
State-Changed-When: Fri Apr 12 20:07:53 2002
State-Changed-Why:
    The testcase is no longer available at:
    http://search.inktomi.com/pub/dpb/bad.cpp.gz
    
    Can you provide it?

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=4327


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

* c++/4327: cc1plus segmentation fault with large array initialization
@ 2001-09-14 15:16 dpb
  0 siblings, 0 replies; 5+ messages in thread
From: dpb @ 2001-09-14 15:16 UTC (permalink / raw)
  To: gcc-gnats

>Number:         4327
>Category:       c++
>Synopsis:       cc1plus segmentation fault with large array initialization
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Fri Sep 14 15:16:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Don Bennett
>Release:        gcc version 3.0.1
>Organization:
>Environment:
Entire gcc -v output:
Reading specs from /opt/gcc/bin/../lib/gcc-lib/i686-pc-linux-gnu/3.0.1/specs
Configured with: ./configure --prefix=/opt/gcc-3.0.1 --enable-languages=c,c++,java
Thread model: single
gcc version 3.0.1
>Description:
cc1plus internal error:

[dpb@cayenne] 196% g++ bad.cpp
g++: Internal error: Segmentation fault (program cc1plus)
Please submit a full bug report.
>How-To-Repeat:
Run the command:
Download the test file from:
   http://search.inktomi.com/pub/dpb/bad.cpp.gz
gunzip bad.cpp.gz
g++ bad.cpp


>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:
 


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

end of thread, other threads:[~2002-04-15 19:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-04-15 12:38 c++/4327: cc1plus segmentation fault with large array initialization rodrigc
  -- strict thread matches above, loose matches on Subject: below --
2002-04-15 12:46 Craig Rodrigues
2002-04-12 22:36 Neil Booth
2002-04-12 20:07 rodrigc
2001-09-14 15:16 dpb

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