From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28007 invoked by alias); 9 Oct 2012 09:45:36 -0000 Received: (qmail 27860 invoked by uid 48); 9 Oct 2012 09:45:18 -0000 From: "ubizjak at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/54866] gcc.target/i386/long-double-80-7.c FAILs Date: Tue, 09 Oct 2012 09:45:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: ubizjak at gmail dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 4.8.0 X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2012-10/txt/msg00787.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54866 --- Comment #1 from Uros Bizjak 2012-10-09 09:45:15 UTC --- (In reply to comment #0) > /var/gcc/regression/trunk/9-gcc/build/gcc/include/xmmintrin.h:32:3: error: > #erro > r "SSE instruction set not enabled" > /vol/gcc/src/hg/trunk/local/gcc/testsuite/gcc.target/i386/m128-check.h:52:3: > err > or: unknown type name '__m128' > > No idea what the right fix might be: just adding -msse2? Don't we also need > sse2_runtime for a run test? Just add -msse2. The test already uses sse2-check.h, so sse2_runtime is not neccessary. The patch that adds -msse2 is pre-approved.