Reset branch to trunk.
[official-gcc.git] / trunk / gcc / testsuite / gcc.dg / pr26717.c
blobd16b576ed24a235097664d1836e1fa4e9a90c5de
1 /* { dg-do compile } */
2 /* { dg-options "-O -ffast-math" } */
3 _Complex float f (_Complex float a)
5 _Complex float b = a / a;
6 return b;