OSDN Git Service

2012-04-13 Richard Guenther <rguenther@suse.de>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / pr26717.c
1 /* { dg-do compile } */
2 /* { dg-options "-O -ffast-math" } */
3 _Complex float f (_Complex float a)
4 {
5   _Complex float b = a / a;
6   return b;
7 }