]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Add comment.
authorEric Botcazou <ebotcazou@gcc.gnu.org>
Sat, 19 Nov 2005 10:00:42 +0000 (10:00 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Sat, 19 Nov 2005 10:00:42 +0000 (10:00 +0000)
From-SVN: r107217

gcc/testsuite/gcc.dg/fold-overflow-1.c

index 92819cb048f4496fca768ac58444cc99e1c82b07..5e410b9bafb54bfafff3662e635c5c21f7782fc9 100644 (file)
@@ -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)