aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/decl-2.c
AgeCommit message (Collapse)AuthorFilesLines
2005-03-12decl-2.c: Add extra line breaks.Per Bothner1-2/+8
* gcc.dg/decl-2.c: Add extra line breaks. That way we can verify that diagnotics refer to correct token. * gcc.dg/unused-3.c: Likewise. From-SVN: r96339
2003-02-10re PR c/7741 (ICE on conflicting types (make_decl_rtl at varasm.c:834))Eric Botcazou1-0/+10
PR c/7741 * c-decl.c (duplicate_decls): Discard the initializer of the new decl when the types are conflicting. Co-Authored-By: Christian Ehrhardt <ehrhardt@mathematik.uni-ulm.de> From-SVN: r62631