From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25599 invoked by alias); 25 Jul 2004 17:35:56 -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 25591 invoked by uid 48); 25 Jul 2004 17:35:56 -0000 Date: Sun, 25 Jul 2004 17:35:00 -0000 Message-ID: <20040725173556.25590.qmail@sourceware.org> From: "drober32 at fau dot edu" 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-07/txt/msg02846.txt.bz2 List-Id: ------- Additional Comments From drober32 at fau dot edu 2004-07-25 17:35 ------- movdqa is an SSE2 instruction, which is not supported by Pentium 3 or Athlon XP. The instruction should not be generated unless at least one of -msse2 or -march=(pentium4, pentium-m, athlon64, etc.) is given. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16111