tree-if-conv.c: fix ICE seen with -fno-tree-forwprop (PR tree-optimization/84178)
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 981223-1.c
blobb62894807496eae66f17a7082997c19e79b39ef5
1 /* The problem on IA-64 is that the assembler emits
3 Warning: Additional NOP may be necessary to workaround Itanium
4 processor A/B step errata */
6 /* { dg-prune-output "Assembler messages" } */
7 /* { dg-prune-output "Additional NOP may be necessary" } */
10 __complex__ float
11 func (__complex__ float x)
13 if (__real__ x == 0.0)
14 return 1.0;
15 else
16 return 0.0;