2 /* { dg-options "-O -ftrapping-math" } */
4 /* There should be exactly 2 +Inf in the assembly file. */
6 float f1
= __FLT_MAX__
+ __FLT_MAX__
;
10 return __FLT_MAX__
+ __FLT_MAX__
;
20 /* { dg-final { scan-assembler-times "2139095040" 2 { target { ! mmix-*-* } } } } */
21 /* { dg-final { scan-assembler-times "#7f800000" 2 { target mmix-*-* } } } */