http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52290
--- Comment #5 from uros at gcc dot gnu.org 2012-02-23 18:01:54 UTC --- Author: uros Date: Thu Feb 23 18:01:45 2012 New Revision: 184517 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=184517 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_5-branch/gcc/testsuite/gcc.dg/noncompile/pr52290.c - copied unchanged from r184511, trunk/gcc/testsuite/gcc.dg/noncompile/pr52290.c Modified: branches/gcc-4_5-branch/gcc/ChangeLog branches/gcc-4_5-branch/gcc/c-decl.c branches/gcc-4_5-branch/gcc/testsuite/ChangeLog