"Use of old GNU field designator" build failure(s)
clang 6.0
This piece of code is triggering a warning by clang on purpose while gcc does not complain. -Werror is failing the build.
struct Point { int x; }
p = { x: 10 };
No error detect for version 6.0
0 errors