20060309-1.c: New.

2006-03-09  Eric Christopher  <echristo@apple.com>
        * gcc.c-torture/compile/20060309-1.c: New.

From-SVN: r111922
This commit is contained in:
Eric Christopher 2006-03-10 01:53:32 +00:00
parent 3e0a08d711
commit d1781ab0f5
2 changed files with 14 additions and 7 deletions

View File

@ -1,3 +1,7 @@
2006-03-09 Eric Christopher <echristo@apple.com>
* gcc.c-torture/compile/20060309-1.c: New.
2006-03-09 Erik Edelmann <eedelman@gcc.gnu.org>
* gfortran.dg/allocatable_dummy_1.f90: Test for functions returning

View File

@ -0,0 +1,3 @@
/* Test to make sure that indirect jumps compile. */
extern void bar(void);
void foo() { bar(); }