projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e509cf
)
add return 0, newline at end
author
Dale Johannesen
<dalej@gcc.gnu.org>
Wed, 23 Oct 2002 17:05:02 +0000
(17:05 +0000)
committer
Dale Johannesen
<dalej@gcc.gnu.org>
Wed, 23 Oct 2002 17:05:02 +0000
(17:05 +0000)
From-SVN: r58459
gcc/testsuite/gcc.dg/fastmath-1.c
patch
|
blob
|
history
diff --git
a/gcc/testsuite/gcc.dg/fastmath-1.c
b/gcc/testsuite/gcc.dg/fastmath-1.c
index d03d66c2c01d6a990a6666ef759108b608459f2b..1194a6f7d4230ab72843f1ab52381584668a4fbd 100644
(file)
--- 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;
}
-