This is the mail archive of the gcc-bugs@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: c/6917: optimization problem in gcc 3.1


Synopsis: optimization problem in gcc 3.1

State-Changed-From-To: open->closed
State-Changed-By: reichelt
State-Changed-When: Fri Nov 22 08:17:30 2002
State-Changed-Why:
    Not a bug.
    
    You are not obeying the aliasing rules and thus invoking undefined behaviour.
    If you want the compiler not to perform optimizations based on alias-analysis,
    you can specify "-fno-strict-aliasing".

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=6917


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