* gcc.dg/stack-check-5.c: Skip with -fstack-protector.
[official-gcc.git] / gcc / testsuite / gcc.dg / ctor1.c
blob6c1cd72cc77ab2f27c4a6fda42008d7a622ac12a
1 /* Related to PR c++/38410.
2 We shouldn't write out a static variable for an all-zero aggregate
3 initializer. The variable named C.0 was created by
4 gimplify_init_constructor. */
5 /* { dg-final { scan-assembler-not "C\\.0" } } */
7 int main()
9 int a[] = { 0,0 };