1 // PR optimization/11637
2 // Origin: <nick@ilm.com>
4 // This used to fail to assemble on x86 because a decimal
5 // floating point litteral was emitted, which originated
6 // from a bogus REG_EQUAL note not removed by the combiner.
9 // { dg-options "-O2 -fnon-call-exceptions" }
11 void f(long int seed);