================
@@ -125,3 +125,7 @@ struct XY { int before; struct XX xx, *xp; float* after; } 
xy[] = {
   0,              // all-warning {{initializer overrides prior initialization 
of this subobject}}
   &xy[2].xx.a, &xy[2].xx, &global_float
 };
+
+const int A =  ((_Complex double)1.0 ? 21 : 1);
+_Static_assert(A == 21, ""); // pedantic-ref-warning {{GNU extension}} \
+                             // pedantic-expected-warning {{GNU extension}}
----------------
tbaederr wrote:

Added those without the `__builtin_complex`, which I don't support yet.

https://github.com/llvm/llvm-project/pull/79452
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to