PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / pr70263-2.c
blob19f79fd0e3673e42cae3921ba82541887132bb8c
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fdump-rtl-ira" } */
4 /* { dg-final { scan-rtl-dump "Adding REG_EQUIV to insn \[0-9\]+ for source of insn \[0-9\]+" "ira" } } */
6 typedef float XFtype __attribute__ ((mode (XF)));
8 void bar (XFtype);
10 void
11 foo (XFtype a, XFtype c)
13 XFtype ac = a * c;
15 bar (ac);