public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: c/8646: ICE in GNU99 mode
@ 2002-12-04 14:16 bangerth
  0 siblings, 0 replies; 3+ messages in thread
From: bangerth @ 2002-12-04 14:16 UTC (permalink / raw)
  To: bkausbk, gcc-bugs, gcc-prs, nobody

Synopsis: ICE in GNU99 mode

State-Changed-From-To: open->feedback
State-Changed-By: bangerth
State-Changed-When: Wed Dec  4 14:16:25 2002
State-Changed-Why:
    I get a number of error messages with a recent CVS
    snapshot, but no ICE. But then I had to put your
    code snippet into a function after all, and maybe
    I did not have the exact same testcase that you had.
    Could you try to send me a complete testcase, so that
    I can recheck?
    
    Thanks
      Wolfgang

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


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

* Re: c/8646: ICE in GNU99 mode
@ 2003-03-12 18:39 neroden
  0 siblings, 0 replies; 3+ messages in thread
From: neroden @ 2003-03-12 18:39 UTC (permalink / raw)
  To: bkausbk, gcc-bugs, gcc-prs, nobody

Synopsis: ICE in GNU99 mode

State-Changed-From-To: feedback->closed
State-Changed-By: neroden
State-Changed-When: Wed Mar 12 18:39:45 2003
State-Changed-Why:
    No feedback 3 mo, can't reproduce

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


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

* c/8646: ICE in GNU99 mode
@ 2002-11-27  5:06 bkausbk
  0 siblings, 0 replies; 3+ messages in thread
From: bkausbk @ 2002-11-27  5:06 UTC (permalink / raw)
  To: gcc-gnats


>Number:         8646
>Category:       c
>Synopsis:       ICE in GNU99 mode
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          ice-on-illegal-code
>Submitter-Id:   net
>Arrival-Date:   Tue Nov 19 13:26:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Benjamin Kalytta
>Release:        gcc version 3.3 20021109 (experimental)
>Organization:
>Environment:
x86 - cygwin Windows 2000 prof. (Athlon xp 2200+)
>Description:
Compiling folowing will generate an ICE:

for (it i=0; i<4096; i++){
}

generated error output:
test.c:2: error: `it' undeclared (first use in this function)
test.c:2: error: (Each undeclared identifier is reported only once
test.c:2: error: for each function it appears in.)
test.c:2: error: parse error before "i"
test.c:2: error: `i' undeclared (first use in this function)
test.c:2: error: parse error before ')' token
test.c:4: internal compiler error: in genrtl_compound_stmt, at c-semantics.c:705
>How-To-Repeat:
gcc -Wp,-std=gnu99 test.c
>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:
----gnatsweb-attachment----
Content-Type: text/plain; name="test.c"
Content-Disposition: inline; filename="test.c"

unsigned int m() {
	for (it i=0; i<4096; i++){

	}
}


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

end of thread, other threads:[~2003-03-12 18:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-12-04 14:16 c/8646: ICE in GNU99 mode bangerth
  -- strict thread matches above, loose matches on Subject: below --
2003-03-12 18:39 neroden
2002-11-27  5:06 bkausbk

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