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: optimization/4733: Incorrect code when aliasing double and struct on ARM -O2


Synopsis: Incorrect code when aliasing double and struct on ARM -O2

State-Changed-From-To: open->closed
State-Changed-By: toon
State-Changed-When: Mon Feb  4 13:29:02 2002
State-Changed-Why:
    User error.  The compiler is allowed to assume that the
    struct and the double aren't aliased.
    
    Use -fno-strict-aliasing if you want to compile this code
    with gcc.

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


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