aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.c-torture/compile/920520-1.c
blob: 7dce4118519a3f5a9baa79b89f4d2f18032e531e (plain)
1
2
3
4
/* { dg-do compile } */
/* { dg-skip-if "" { pdp11-*-* } { "*" } { "" } } */

f(){asm("%0"::"r"(1.5F));}g(){asm("%0"::"r"(1.5));}