diff options
-rw-r--r-- | gcc/testsuite/gcc.dg/fastmath-1.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/fastmath-1.c b/gcc/testsuite/gcc.dg/fastmath-1.c index 898c183..d03d66c 100644 --- a/gcc/testsuite/gcc.dg/fastmath-1.c +++ b/gcc/testsuite/gcc.dg/fastmath-1.c @@ -20,4 +20,5 @@ main() { foo(&dists[14], 128) != 156) abort(); -}
\ No newline at end of file +} + |