This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/52682] New: [patch] gcc-4.7.0/gcc/c-family/c-lex.c doesn't compile with old C compilers
- From: "williambader at hotmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 23 Mar 2012 05:52:27 +0000
- Subject: [Bug c/52682] New: [patch] gcc-4.7.0/gcc/c-family/c-lex.c doesn't compile with old C compilers
- Auto-submitted: auto-generated
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52682
Bug #: 52682
Summary: [patch] gcc-4.7.0/gcc/c-family/c-lex.c doesn't compile
with old C compilers
Classification: Unclassified
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c
AssignedTo: unassigned@gcc.gnu.org
ReportedBy: williambader@hotmail.com
Created attachment 26964
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26964
patch to fix the problem
c-lex.c has declarations after an assignment and doesn't compile with gcc-2.96
distributed with Red Hat Linux 7.1.
William
williambader@hotmail.com