URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [opt/] [ifcvt1.C] - Rev 693
Compare with Previous | Blame | View Log
// { dg-do compile }// { dg-options "-O2 -fnon-call-exceptions" }struct S { ~S () throw () {} };double bar ();intfoo (){S a;int i = 0;double c = bar ();c = c < 0 ? -c : c;if (c <= 1.e-8)i += 24;return i;}
