diff options
author | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2005-11-19 10:00:42 +0000 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2005-11-19 10:00:42 +0000 |
commit | 0e32f9bcd598f6e2fef33a2278bd65f656ebf806 (patch) | |
tree | c96fdb65336584375838f8516cc7e1ad4a627133 /gcc | |
parent | cdd07c4b25d6e5655721fbf6e46ad3f16717737e (diff) | |
download | gcc-0e32f9bcd598f6e2fef33a2278bd65f656ebf806.zip gcc-0e32f9bcd598f6e2fef33a2278bd65f656ebf806.tar.gz gcc-0e32f9bcd598f6e2fef33a2278bd65f656ebf806.tar.bz2 |
Add comment.
From-SVN: r107217
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/gcc.dg/fold-overflow-1.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.dg/fold-overflow-1.c b/gcc/testsuite/gcc.dg/fold-overflow-1.c index 92819cb..5e410b9 100644 --- a/gcc/testsuite/gcc.dg/fold-overflow-1.c +++ b/gcc/testsuite/gcc.dg/fold-overflow-1.c @@ -1,6 +1,8 @@ /* { dg-compile } */ /* { dg-options "-O -ftrapping-math" } */ +/* There should be exactly 2 +Inf in the assembly file. */ + float f1 = __FLT_MAX__ + __FLT_MAX__; float foo1(void) |