diff options
author | Dale Johannesen <dalej@gcc.gnu.org> | 2002-10-23 17:05:02 +0000 |
---|---|---|
committer | Dale Johannesen <dalej@gcc.gnu.org> | 2002-10-23 17:05:02 +0000 |
commit | 09c68baa38cc66400b8bdb86137d8c6e1b0e663e (patch) | |
tree | 6ee2773cb91b1cf3be63a15ffb0adc91124429a9 | |
parent | 8e509cf9e36e99fef90e9cfb70882199222fb262 (diff) | |
download | gcc-09c68baa38cc66400b8bdb86137d8c6e1b0e663e.tar.gz |
add return 0, newline at end
From-SVN: r58459
-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 d03d66c2c01..1194a6f7d42 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; } - |