diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/tree-ssa/20040326-1.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/tree-ssa/20040326-1.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.dg/tree-ssa/20040326-1.c b/gcc/testsuite/gcc.dg/tree-ssa/20040326-1.c index c29655a24fd..4be6049e909 100644 --- a/gcc/testsuite/gcc.dg/tree-ssa/20040326-1.c +++ b/gcc/testsuite/gcc.dg/tree-ssa/20040326-1.c @@ -4,6 +4,9 @@ a .GLOBAL_VAR to model the side effects of functions. Without it, we were moving the call to Faref() inside the second call to Faset(). */ +extern void abort (void); +extern void exit (int); + main () { int table, c, elt; |