I specificly don't want them to check for those things; that is the fucking problem in the first place! When I write:
x = *p;
x = *p; __builtin_assume_non_null(p);
I specificly don't want them to check for those things; that is the fucking problem in the first place! When I write:
I want it compiled to a damn memory access. If I meant: I'd have damn well written that.