blob: 4c457a6b77499f32c8c3746a28f66da144c80fb3 (
plain)
1
2
3
4
5
6
|
/* { dg-do compile } */
/* { dg-require-effective-target arm_arch_v7em_hard_ok } */
/* { dg-options "-O2 -mbig-endian -mpure-code" } */
/* { dg-add-options arm_arch_v7em_hard }*/
double f() { return 5.0; }
|