public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
From: bkausbk@web.de
To: gcc-gnats@gcc.gnu.org
Subject: c/8646: ICE in GNU99 mode
Date: Wed, 27 Nov 2002 05:06:00 -0000	[thread overview]
Message-ID: <20021119212048.24330.qmail@sources.redhat.com> (raw)


>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++){

	}
}


             reply	other threads:[~2002-11-19 21:26 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-11-27  5:06 bkausbk [this message]
2002-12-04 14:16 bangerth
2003-03-12 18:39 neroden

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20021119212048.24330.qmail@sources.redhat.com \
    --to=bkausbk@web.de \
    --cc=gcc-gnats@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).