mirror of git://gcc.gnu.org/git/gcc.git
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:
parent
3e0a08d711
commit
d1781ab0f5
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -0,0 +1,3 @@
|
|||
/* Test to make sure that indirect jumps compile. */
|
||||
extern void bar(void);
|
||||
void foo() { bar(); }
|
||||
Loading…
Reference in New Issue