http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52290
--- Comment #6 from uros at gcc dot gnu.org 2012-02-23 18:03:47 UTC --- Author: uros Date: Thu Feb 23 18:03:33 2012 New Revision: 184518 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=184518 Log: PR c/52290 * c-decl.c (start_function): Exit early if decl1 is not FUNTION_DECL. testsuite/ChangeLog: PR c/52290 * gcc.dg/noncompile/pr52290.c: New test. Added: branches/gcc-4_4-branch/gcc/testsuite/gcc.dg/noncompile/pr52290.c - copied unchanged from r184511, trunk/gcc/testsuite/gcc.dg/noncompile/pr52290.c Modified: branches/gcc-4_4-branch/gcc/ChangeLog branches/gcc-4_4-branch/gcc/c-decl.c branches/gcc-4_4-branch/gcc/testsuite/ChangeLog