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]

[Bug target/16111] generates invalid SSE movdqa instruction (instead of movaps)


------- Additional Comments From rth at gcc dot gnu dot org  2004-12-29 00:32 -------
The problem mentioned in comment 8 is not a bug.

	(float&)MASK

has the exact same semantics as

        *(float *)&MASK

which, as we all ought to know by now, is undefined.  Open another PR for
the missing diagnostic with -Wstrict-aliasing if you like, but this one's
fixed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.0.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16111


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