This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Proposal: -O4 -> strict-aliasing


On Sat, 30 Oct 1999, Gerald Pfeifer wrote:
> On Wed, 27 Oct 1999, Andris Pavenis wrote:
> > Perhaps one who needs -fstrict-aliasing with 2.95.2 could simply modify
> > specs by adding '%(!no-strict-aliasing: -fstrict-aliasing)' to cc1_spec

Sorry I had typo here. It should be:
	%{!no-strict-aliasing: -fstrict-aliasing}

> > (or one can do the oposite with gcc-2.95.1 and gcc-2.95 to disable strict
> > aliasing). So the default can be simply changed. 
> > 
> > Maybe such hack should be mentioned in FAQ.
> 
> Personally I don't think we should add that to the FAQ, but if others feel
> differently, please let me know, I don't have any strong preference.
> 
> Gerald
> -- 
> Gerald "Jerry" pfeifer@dbai.tuwien.ac.at http://www.dbai.tuwien.ac.at/~pfeifer/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]