Halalaluyafail3 wrote:

> So we error by default, but still allow users to opt out of the error if they 
> find they need to support an `_Atomic` underlying type.

Does clang normally reject some valid programs by default with a non-gnu 
standard selected, intentionally (i.e. not a bug)? If so, is there an option to 
turn all of these errors off? It seems like `-w` has no effect, it has to be 
specifically named `-Wno-underlying-atomic-qualifier-ignored`.

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

Reply via email to