From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26972 invoked by alias); 29 Dec 2004 00:32:53 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 26923 invoked by uid 48); 29 Dec 2004 00:32:49 -0000 Date: Wed, 29 Dec 2004 00:32:00 -0000 Message-ID: <20041229003249.26922.qmail@sourceware.org> From: "rth at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20040621114206.16111.djp@volny.cz> References: <20040621114206.16111.djp@volny.cz> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug target/16111] generates invalid SSE movdqa instruction (instead of movaps) X-Bugzilla-Reason: CC X-SW-Source: 2004-12/txt/msg03823.txt.bz2 List-Id: ------- 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