How to supress a specific kind of ansi-aliasing rules?

Mike Stump mrs@apple.com
Wed Jun 20 16:12:00 GMT 2007


On Jun 20, 2007, at 4:57 AM, Bokhanko, Andrey S wrote:
> Actually, I'm interested in how to force conservative analysis  
> *without*
> source code modifications (only with compiler's options).

While we'd recommend using a language called C, you might be able to  
use -O0 or older compilers (3.3 and older I think) with the - 
fvolatile flag.



More information about the Gcc mailing list