On Thu, Jun 12, 2014 at 8:21 PM, Arthur O'Dwyer <[email protected]>
wrote:

> FYI, I've worked on at least two commercial products which contained
> constructs similar to
>
>     void Crash() { *(volatile int*)0 = 42; }
>

This doesn't really bind a reference, and we exempt volatile things from
the null pointer warnings we already have so it seems like this would just
follow suit.
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to