summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/fastmath-1.c
diff options
context:
space:
mode:
authordalej <dalej@138bc75d-0d04-0410-961f-82ee72b054a4>2002-10-23 17:05:02 +0000
committerdalej <dalej@138bc75d-0d04-0410-961f-82ee72b054a4>2002-10-23 17:05:02 +0000
commitf7a8518f27e9bb83821b6f695a45340402273d51 (patch)
tree6ee2773cb91b1cf3be63a15ffb0adc91124429a9 /gcc/testsuite/gcc.dg/fastmath-1.c
parent25da9e9f87752961130d34da8b71a776e0387b1d (diff)
downloadgcc-f7a8518f27e9bb83821b6f695a45340402273d51.tar.gz
add return 0, newline at end
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@58459 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/testsuite/gcc.dg/fastmath-1.c')
-rw-r--r--gcc/testsuite/gcc.dg/fastmath-1.c2
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;
}
-