URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [lto/] [20080908-3_0.C] - Rev 695
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-lto-do run } */volatile double bar;int foo(){double baz = -__builtin_huge_val();return baz <= -bar;}int main(){if (foo () != 1)return 1;return 0;}
Go to most recent revision | Compare with Previous | Blame | View Log
