Commit cdd07c4b by Hans-Peter Nilsson Committed by Hans-Peter Nilsson

* gcc.dg/fold-overflow-1.c: Adjust for float output for mmix-*-*.

From-SVN: r107216
parent ebce9df7
2005-11-19 Hans-Peter Nilsson <hp@bitrange.com>
* gcc.dg/fold-overflow-1.c: Adjust for float output for mmix-*-*.
2005-11-18 Mark Mitchell <mark@codesourcery.com> 2005-11-18 Mark Mitchell <mark@codesourcery.com>
PR c++/8355 PR c++/8355
...@@ -15,4 +15,5 @@ float foo2(void) ...@@ -15,4 +15,5 @@ float foo2(void)
return 1.0f/0.0f; return 1.0f/0.0f;
} }
/* { dg-final { scan-assembler-times "2139095040" 2 } } */ /* { dg-final { scan-assembler-times "2139095040" 2 { target { ! mmix-*-* } } } } */
/* { dg-final { scan-assembler-times "#7f800000" 2 { target mmix-*-* } } } */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment