OSDN Git Service

* gcc.target/i386/sse-17.c: Include sse2-check.h.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / init-bad-4.c
1 /* PR c/25875 */
2 /* Origin: Richard Guenther <rguenth@gcc.gnu.org> */
3 /* { dg-do compile } */
4
5 struct A { } a = (struct A) {{ (X)0 }};  /* { dg-error "no members|extra brace|near|undeclared|constant|compound" } */