This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: c/6509: endless-loop in C-parser while parsing struct with forgotten ','


Synopsis: endless-loop in C-parser while parsing struct with forgotten ','

State-Changed-From-To: feedback->analyzed
State-Changed-By: jakub
State-Changed-When: Tue Apr 30 03:01:41 2002
State-Changed-Why:
    This bug has been fixed in gcc 3.1+, with:
    2001-12-05  Jakub Jelinek  <jakub@redhat.com>
    
            * c-typeck.c (output_init_element): Call digest_init
            just once, not in each if branch and check its return value for
            error_mark_node.

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]