From: Eric Botcazou Date: Sat, 19 Nov 2005 10:00:42 +0000 (+0000) Subject: Add comment. X-Git-Tag: releases/gcc-4.2.0~5864 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0e32f9bcd598f6e2fef33a2278bd65f656ebf806;p=thirdparty%2Fgcc.git Add comment. From-SVN: r107217 --- diff --git a/gcc/testsuite/gcc.dg/fold-overflow-1.c b/gcc/testsuite/gcc.dg/fold-overflow-1.c index 92819cb048f4..5e410b9bafb5 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)