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: -fobey-inline (was Re: gcc and inlining)


    How about C aliasing issues? Those are carefully outlined in the
    standard, and yet we've had perhaps thousands of emails on that
    subject.

There we're making an explicit tradeoff: using aliasing information allows
much better code generation but indeed will break certain types of
badly-written code.  But we warn the user of this possibility and support
a -fno-strict-aliasing if this is a concern of the user.  But the point is
that the breakage is not gratuitous: there's a good reason for it.


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