OSDN Git Service

2010-02-09 Richard Guenther <rguenther@suse.de>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / parser-pr28152-2.c
1 /* PR 28152: error messages should mention __complex__ */
2 /* { dg-do compile } */
3 /* { dg-options "" } */
4 int
5 main (void)
6 {
7   __complex__ float z;
8
9   z = __complex__ (1.90000007326203904e+19, 0.0);   /* { dg-error "__complex__" } */
10   z = __complex__ (1.0e+0, 0.0) / z;   /* { dg-error "__complex__" } */
11   /* { dg-error "at end of input" "" { target *-*-* } 10 } */