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

From-SVN: r107216
This commit is contained in:
Hans-Peter Nilsson 2005-11-19 08:39:25 +00:00 committed by Hans-Peter Nilsson
parent ebce9df70b
commit cdd07c4b25
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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>
PR c++/8355

View File

@ -15,4 +15,5 @@ float foo2(void)
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-*-* } } } */