comparison gcc/testsuite/g++.dg/ext/flexary3.C @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents 04ced10e8804
children
comparison
equal deleted inserted replaced
131:84e7813d76e9 145:1830386684a0
15 }; 15 };
16 16
17 int main() 17 int main()
18 { 18 {
19 struct s s = { .c = 0 }; // { dg-error "initializer" } 19 struct s s = { .c = 0 }; // { dg-error "initializer" }
20 // { dg-error "non-static initialization of a flexible array member" "" { target *-*-* } .-1 }
20 return 0; 21 return 0;
21 } 22 }