rjmccall wrote:

I agree that allowing `void*` l-values to alias arbitrary pointer objects is 
probably the right pragmatic choice. We should document it, though.

@pinskia, does GCC apply this recursively — e.g. are `void**` l-values treated 
specially in any way, or are they basically just `char**` for aliasing purposes?

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

Reply via email to