aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/pr15360-1.c
AgeCommit message (Collapse)AuthorFilesLines
2004-07-25re PR c/15360 (c99: extern w/initializer; extern w/internal linkage)Joseph Myers1-0/+24
PR c/15360 * c-decl.c (start_decl): Do not set DECL_EXTERNAL for initialized declarations until after calling pushdecl. (grokdeclarator): Set DECL_EXTERNAL for variables based on use of "extern" and not on whether the declaration is initialized. testsuite: * gcc.dg/pr15360-1.c: New test. From-SVN: r85156