From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E8C8D3851C03; Sat, 13 Jun 2020 09:26:38 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E8C8D3851C03 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1592040398; bh=uhoB3EUZxU3l6bE2v//XTTmNu9e5ovKDbllTedF2ids=; h=From:To:Subject:Date:In-Reply-To:References:From; b=EnNX6rFo6UKjAwGFMsCPxuboCbNwA49WrkC8n+AMM3+eWAHKWrTOebf1xy7DQ+W7t u+x2CojsFjFgp59/VX+XRpQQQry8T8428itJPYhfvNmwWGY9LpgCFFpYu4dbXWQ6Sj R5fLRQ+XzhXGYVeafxhq/cgriJkh7dA3c0HTZJIg= From: "mikpelinux at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/95661] Code built with -m32 uses SSE2 instructions Date: Sat, 13 Jun 2020 09:26:38 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 8.3.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: mikpelinux at gmail dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Jun 2020 09:26:39 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D95661 Mikael Pettersson changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mikpelinux at gmail dot com --- Comment #1 from Mikael Pettersson --- (In reply to Matt Emmerton from comment #0) > --with-bugurl=3Dhttp://bugzilla.redhat.com/bugzilla That's a Red Hat compiler, with Red Hat modifications and configuration, an= d as --with-bugurl indicates, they're the ones you should report the bug to. > --with-arch_32=3Dx86-64 This is what's causing SSE2 in 32-bit code. I think this needs to be --with-arch-32=3Di386, or the multilibs need to explicitly include i386, and then you could compile with -m32 -mcpu=3Di386.=