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: module level flags


Joe Buck wrote:

> Use -fno-strict-aliasing if you don't want to learn the rules.
> Your code may be slower, but no matter.

It's not a matter of not wanting to learn the rules.  It's a matter
of dealing with massive amounts of legacy code written before the
aliasing optimizations were devised.  This is a change in the C
language that is only a very few years old.  Silently biting people
isn't the way to do it.


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