Commit f9bfb600 by Joseph Myers Committed by Joseph Myers

* gcc.dg/inline-31.c: New test.

From-SVN: r136993
parent 3d9a9f94
2008-06-20 Joseph Myers <joseph@codesourcery.com>
* gcc.dg/inline-31.c: New test.
2008-06-19 Jerry DeLisle <jvdelisle@gcc.gnu.org> 2008-06-19 Jerry DeLisle <jvdelisle@gcc.gnu.org>
* gfortran.dg/fmt_l.f90: Fix end of line test pattern. * gfortran.dg/fmt_l.f90: Fix end of line test pattern.
......
/* { dg-do compile } */
/* { dg-options "-std=c99 -pedantic-errors" } */
inline int f (void) { return 0; }
void
g (void)
{
extern int f();
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment