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]
Other format: [Raw text]

Re: strict aliasing


On Tue, 2007-11-06 at 17:39 +0000, Andrew Haley wrote:
> Joe Buck writes:

> I agree.  This is way off-topic for gcc@gcc.gnu.org.  We have been
> very patient already, and it is time for it to end.

Thanks for your patience, I'm not meaning to go off topic,
just to discover exactly what gcc does with -fno-strict-aliasing:
I think that is itself on-topic: I don't see any other place
I could find out (other than reading all the code myself,
which is a rather daunting task :)

Anyhow I'm satisfied with the answers, thanks again everyone
who commented.

Just for context: my current interest is learning about
exactly what optimisations gcc/g++ does and doesn't
do in what circumstances, because I have a compiler
which generates C++: to get my compiler to generate
fast code, I have to know what kind of code g++ likes
and what it doesn't handle so well.

Again, thanks for your patience.

-- 
John Skaller <skaller at users dot sf dot net>
Felix, successor to C++: http://felix.sf.net


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