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


>Number:         8647
>Category:       c
>Synopsis:       ICE in GNU99 mode Nr. #2
>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:02 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Benjamin Kalytta
>Release:        gcc version 3.3 20021109 (experimental)
>Organization:
>Environment:
x86-cygwin Windows 2000 Prof. (AMD Athlon XP 2200+)
>Description:
An Internal compiler error will be generated on illegal code:

unsigned int m(int *i) {
	if
	*i=0;
}

generated error message:

test.c: In function `m':
test.c:6: error: parse error before '*' token
test.c:7: 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(int *i) {
	if
	*i=0;
}


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

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-11-27  5:36 bkausbk [this message]
2003-03-28 11:56 steven

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