public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: c/9818: ICE after syntax error in C99 mode
@ 2003-03-27 21:44 Nathanael Nerode
  0 siblings, 0 replies; 4+ messages in thread
From: Nathanael Nerode @ 2003-03-27 21:44 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR c/9818; it has been noted by GNATS.

From: Nathanael Nerode <neroden@twcny.rr.com>
To: gcc-gnats@gcc.gnu.org, gcc-bugs@gcc.gnu.org, nobody@gcc.gnu.org,
   gcc-prs@gcc.gnu.org, falk.hueffner@student.uni-tuebingen.de
Cc:  
Subject: Re: c/9818: ICE after syntax error in C99 mode
Date: Thu, 27 Mar 2003 16:35:00 -0500

 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=9818
 
 Failure of error recovery after sensible error message.
 
 Low priority.
 


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

* Re: c/9818: ICE after syntax error in C99 mode
@ 2003-05-13 13:41 ehrhardt
  0 siblings, 0 replies; 4+ messages in thread
From: ehrhardt @ 2003-05-13 13:41 UTC (permalink / raw)
  To: falk.hueffner, gcc-bugs, gcc-prs, nobody

Synopsis: ICE after syntax error in C99 mode

State-Changed-From-To: analyzed->closed
State-Changed-By: cae
State-Changed-When: Tue May 13 13:41:00 2003
State-Changed-Why:
    The audit trail is cluttered with information that belongs to
    another bug and this is a duplicate of PR 9163.

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


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

* Re: c/9818: ICE after syntax error in C99 mode
@ 2003-02-24 15:16 bangerth
  0 siblings, 0 replies; 4+ messages in thread
From: bangerth @ 2003-02-24 15:16 UTC (permalink / raw)
  To: falk.hueffner, gcc-bugs, gcc-prs, nobody

Synopsis: ICE after syntax error in C99 mode

State-Changed-From-To: open->analyzed
State-Changed-By: bangerth
State-Changed-When: Mon Feb 24 15:16:57 2003
State-Changed-Why:
    Confirmed. Problem exists since at least 3.0

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


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

* c/9818: ICE after syntax error in C99 mode
@ 2003-02-23 16:56 Falk Hueffner
  0 siblings, 0 replies; 4+ messages in thread
From: Falk Hueffner @ 2003-02-23 16:56 UTC (permalink / raw)
  To: gcc-gnats


>Number:         9818
>Category:       c
>Synopsis:       ICE after syntax error in C99 mode
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          ice-on-illegal-code
>Submitter-Id:   net
>Arrival-Date:   Sun Feb 23 16:56:00 UTC 2003
>Closed-Date:
>Last-Modified:
>Originator:     Falk Hueffner
>Release:        3.4 20030213 (experimental)
>Organization:
>Environment:
System: Linux juist 2.5.59 #4 Sat Jan 18 12:46:41 CET 2003 alpha unknown unknown GNU/Linux
Architecture: alpha

	
host: alphaev68-unknown-linux-gnu
build: alphaev68-unknown-linux-gnu
target: alphaev68-unknown-linux-gnu
configured with: ../configure --with-gcc-version-trigger=/src/gcc-2003.02.13.hacked/gcc/version.c --no-create --no-recursion
>Description:
~% cat bug.c 
struct graph { };
void foo(void);

void permanentize_paw_del(struct graph *g) {
    for (int j = 0; j < 4; ++j) {
       if (foo()                /* Missing ) here */
           continue;
        g->foo = 0;             /* non-existent struct member */
    }
}
% gcc -std=c99 -c bug.c    
bug.c: In function `permanentize_paw_del':
bug.c:7: error: syntax error before "continue"
bug.c:8: error: structure has no member named `foo'
bug.c:9: internal compiler error: in genrtl_compound_stmt, at c-semantics.c:732
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
>How-To-Repeat:
	
>Fix:
	
>Release-Note:
>Audit-Trail:
>Unformatted:


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

end of thread, other threads:[~2003-05-13 13:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-03-27 21:44 c/9818: ICE after syntax error in C99 mode Nathanael Nerode
  -- strict thread matches above, loose matches on Subject: below --
2003-05-13 13:41 ehrhardt
2003-02-24 15:16 bangerth
2003-02-23 16:56 Falk Hueffner

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