X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=blobdiff_plain;f=gcc%2Ftestsuite%2Fgcc.dg%2Fnest.c;h=981baece34e1bad3cad0ffb6fd0c3407f6a097bd;hp=264dde26f05f81543d0f0eb108c04352f3ec696c;hb=135813e566a6918fec966abfff8d18b5ccb31708;hpb=7657dcb9ff3f63747b3e659ab6501a9344101346 diff --git a/gcc/testsuite/gcc.dg/nest.c b/gcc/testsuite/gcc.dg/nest.c index 264dde26f05..981baece34e 100644 --- a/gcc/testsuite/gcc.dg/nest.c +++ b/gcc/testsuite/gcc.dg/nest.c @@ -6,6 +6,8 @@ /* { dg-error "profiler" "No profiler support" { target xstormy16-*-* } 0 } */ /* { dg-error "-pg not supported" "Profiler support missing" { target *-*-sco3.2v5* } 0 } */ +extern void abort (void); + long foo (long x) { long i, sum = 0;