mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-27 09:34:14 +08:00
* gcc.dg/fold-overflow-1.c: Adjust for float output for mmix-*-*.
From-SVN: r107216
This commit is contained in:
parent
ebce9df70b
commit
cdd07c4b25
@ -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
|
||||
|
@ -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-*-* } } } */
|
||||
|
Loading…
Reference in New Issue
Block a user