public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* c++/5919: g++3.0.4 segfaults on compiling
@ 2002-03-12  4:26 he
  0 siblings, 0 replies; 2+ messages in thread
From: he @ 2002-03-12  4:26 UTC (permalink / raw)
  To: gcc-gnats

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1125 bytes --]


>Number:         5919
>Category:       c++
>Synopsis:       g++3.0.4 segfaults on compiling
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          ice-on-illegal-code
>Submitter-Id:   net
>Arrival-Date:   Tue Mar 12 04:26:00 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Hrafnkell Eiríksson
>Release:        3.0.4
>Organization:
>Environment:
System: Linux marel2023 2.4.9-31.1 #1 Mon Mar 11 06:52:10 EST 2002 i686 unknown
Architecture: i686

	
host: i686-pc-linux-gnu
build: i686-pc-linux-gnu
target: i686-pc-linux-gnu
configured with: ../gcc-3.0.4/configure --prefix=/usr/local/gcc3 --enable-threading=posix
>Description:
	g++3.0.4 gives an internal compiler error when compiling the
        attached code
>How-To-Repeat:
	Try to compile the attached code
        #include<vector>
#include<algorithm>
 
int main() {
        std::vector<int> v1, v2;
        int score[v1.size()+1][v2.size()+1];
        std::fill(score, score+(v1.size()+1)*(v2.size()+1), 0);
        return 0;
}

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


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

* Re: c++/5919: g++3.0.4 segfaults on compiling
@ 2002-05-20  7:23 lerdsuwa
  0 siblings, 0 replies; 2+ messages in thread
From: lerdsuwa @ 2002-05-20  7:23 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, he, nobody

Synopsis: g++3.0.4 segfaults on compiling

State-Changed-From-To: open->analyzed
State-Changed-By: lerdsuwa
State-Changed-When: Mon May 20 07:23:41 2002
State-Changed-Why:
    Confirmed.

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


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

end of thread, other threads:[~2002-05-20 14:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-03-12  4:26 c++/5919: g++3.0.4 segfaults on compiling he
2002-05-20  7:23 lerdsuwa

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