This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/52682] [patch] gcc-4.7.0/gcc/c-family/c-lex.c doesn't compile with old C compilers
- From: "rguenth at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 23 Mar 2012 08:19:19 +0000
- Subject: [Bug c/52682] [patch] gcc-4.7.0/gcc/c-family/c-lex.c doesn't compile with old C compilers
- Auto-submitted: auto-generated
- References: <bug-52682-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52682
--- Comment #1 from Richard Guenther <rguenth at gcc dot gnu.org> 2012-03-23 08:19:19 UTC ---
Author: rguenth
Date: Fri Mar 23 08:19:08 2012
New Revision: 185726
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=185726
Log:
2012-03-23 William Bader <williambader@hotmail.com>
PR c/52682
* c-lex.c (c_lex_with_flags): Avoid declarations after stmts.
Modified:
branches/gcc-4_7-branch/gcc/c-family/ChangeLog
branches/gcc-4_7-branch/gcc/c-family/c-lex.c