comparison gcc/testsuite/gcc.dg/torture/pr94479.c @ 152:2b5abeee2509

update gcc11
author anatofuz
date Mon, 25 May 2020 07:50:57 +0900
parents
children
comparison
equal deleted inserted replaced
145:1830386684a0 152:2b5abeee2509
1 /* { dg-do compile } */
2 /* { dg-require-stack-check "specific" } */
3 /* { dg-additional-options "-fstack-check -w" } */
4
5 int a;
6 struct b {
7 char c;
8 void *d;
9 };
10 struct b e() {
11 struct b f[] = {{}, "", f, a};
12 }