aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@gcc.gnu.org>2005-11-19 10:00:42 +0000
committerEric Botcazou <ebotcazou@gcc.gnu.org>2005-11-19 10:00:42 +0000
commit0e32f9bcd598f6e2fef33a2278bd65f656ebf806 (patch)
treec96fdb65336584375838f8516cc7e1ad4a627133 /gcc
parentcdd07c4b25d6e5655721fbf6e46ad3f16717737e (diff)
downloadgcc-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.c2
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)