ec04fc15-fa35-46f2-80e1-5d271f2ef708
ec04fc15-fa35-46f2-80e1-5d271f2ef708
> Do you mean true for all `nobuiltin` functions? I don't think `nobuiltin` has any bearing here. We'd have exactly the same issue if Clang didn't insert any `builtin` /...
I think the given sample code is valid, and the combination of optimizations performed here is incorrect. There are two views the optimizer could take: (1) it can treat these...
Thanks for the detailed writeup! Your analysis is basically correct, but I would add that ICC's behavior here is unsound (it only appears to "implement[] this behavior correctly" in simple...
For the second case, we now produce :1:104: error: use of undeclared identifier 'abcdef'; did you mean 'bar::abcdef'? (with a fixit). However, as far as I know, the typo correction...