diff options
-rw-r--r-- | gcc/testsuite/gcc.dg/fastmath-1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/fastmath-1.c b/gcc/testsuite/gcc.dg/fastmath-1.c index d03d66c..1194a6f 100644 --- a/gcc/testsuite/gcc.dg/fastmath-1.c +++ b/gcc/testsuite/gcc.dg/fastmath-1.c @@ -20,5 +20,5 @@ main() { foo(&dists[14], 128) != 156) abort(); + return 0; } - |