public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: c++/6226: G++ ICE instead of reporting semantic error
@ 2002-04-12 18:23 rodrigc
  0 siblings, 0 replies; 2+ messages in thread
From: rodrigc @ 2002-04-12 18:23 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, kosower, nobody

Synopsis: G++ ICE instead of reporting semantic error

State-Changed-From-To: open->closed
State-Changed-By: rodrigc
State-Changed-When: Fri Apr 12 18:23:12 2002
State-Changed-Why:
    Compiling with gcc 3.0.4 results in a compilation error:
    bug01.cc:2: size of member `s' is not constant
    bug01.cc:2: size of member `s' is not constant

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


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

* c++/6226: G++ ICE instead of reporting semantic error
@ 2002-04-08  2:16 kosower
  0 siblings, 0 replies; 2+ messages in thread
From: kosower @ 2002-04-08  2:16 UTC (permalink / raw)
  To: gcc-gnats


>Number:         6226
>Category:       c++
>Synopsis:       G++ ICE instead of reporting semantic error
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    unassigned
>State:          open
>Class:          ice-on-illegal-code
>Submitter-Id:   net
>Arrival-Date:   Mon Apr 08 02:16:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     David A. Kosower
>Release:        gcc version 2.95.2 19991024 (release)
>Organization:
>Environment:
Reading specs from /opt/gcc/lib/gcc-lib/sparc-sun-solaris2.6/2.95.2/specs
>Description:
bug01.cc: In method `int X::S(int, int)':
bug01.cc:4: Internal compiler error in `find_function_data', at function.c:542
Please submit a full bug report.
See <URL:http://www.gnu.org/software/gcc/faq.html#bugreport> for instructions.
>How-To-Repeat:
int l = 2;
class X{int s[l][l];
  int t(char b){} 
  public: int S(int i, int j) {return s[i][j];} };
>Fix:
Fix the subscript declaration.
Is this the shortest (in # tokens) bug report in say, 3 years?
>Release-Note:
>Audit-Trail:
>Unformatted:


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

end of thread, other threads:[~2002-04-13  1:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-04-12 18:23 c++/6226: G++ ICE instead of reporting semantic error rodrigc
  -- strict thread matches above, loose matches on Subject: below --
2002-04-08  2:16 kosower

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