aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/inline-1.c
AgeCommit message (Collapse)AuthorFilesLines
2003-03-13ecos.exp (gcsec-1.c): Find linker used by gcc.John David Anglin1-1/+1
* gcc.dg/special/ecos.exp (gcsec-1.c): Find linker used by gcc. * gcc.dg/old-style-asm-1.c (dg-final): Add hpux label alternative to regular expression. * gcc.dg/funcorder.c (dg-final): Check for "link_error,%r" on hppa*-*-*. * gcc.dg/inline-1.c (dg-final): Check for "xyzzy?,%r" on hppa*-*-*. From-SVN: r64299
2001-12-24re PR debug/5163 (Internal compiler error in add_abstract_origin_attribute, ↵Richard Henderson1-0/+28
at dwarf2out.c:9296) PR c/5163: * c-decl.c (duplicate_decls): As needed, set DECL_INLINE when we have a function body associated. Minor cleanups. (grokdeclarator): Do not set DECL_INLINE without a function body. * gcc.dg/20011223-1.c: New. * gcc.dg/inline-1.c: New. From-SVN: r48302