adding -fnoalias ... would a patch be accepted ?

Tim Prince n8tm@aol.com
Tue Jan 5 16:42:00 GMT 2010


torbenh wrote:

> can you please explain, why you reject the idea of -fnoalias ? 
> msvc has declspec(noalias) icc has -fnoalias 
> 
msvc needs it because it doesn't implement restrict and supports 
violation of typed aliasing rules as a default.  ICL needs it for msvc 
compatibility, but has better alternatives. gcc can't copy the worst 
features of msvc.



More information about the Gcc mailing list