From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24772 invoked by alias); 3 Nov 2011 20:44:43 -0000 Received: (qmail 24764 invoked by uid 22791); 3 Nov 2011 20:44:43 -0000 X-SWARE-Spam-Status: No, hits=-1.1 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00,URI_BLOGSPOT X-Spam-Check-By: sourceware.org Received: from localhost (HELO gcc.gnu.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 03 Nov 2011 20:44:29 +0000 From: "Kyle.D.Moffett at boeing dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug testsuite/50988] gcc.target/powerpc/altivec-34.c: Test build failure on non-AltiVec targets Date: Thu, 03 Nov 2011 20:44:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: testsuite X-Bugzilla-Keywords: X-Bugzilla-Severity: minor X-Bugzilla-Who: Kyle.D.Moffett at boeing dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Target Host Build 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: 2011-11/txt/msg00333.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50988 Kyle Moffett changed: What |Removed |Added ---------------------------------------------------------------------------- Target| |powerpc-linux-gnuspe Host| |powerpc-linux-gnuspe Build| |powerpc-linux-gnuspe --- Comment #1 from Kyle Moffett 2011-11-03 20:44:10 UTC --- Oops, hit "Submit" before I finished editing... The fix for the "altivec-34.c" test should be to add this line somwhere at the top: /* { dg-require-effective-target powerpc_altivec_ok } */ Additionally, the "gcc.target/powerpc/ehreturn.c" test is failing on e500 as r30 is saved using "evstdd 30," instead of "stw 30," or "std 30,". The scan-assembler line should be updated to allow the e500 evstdd instruction as well. Then the "gcc.target/powerpc/ppc-pow.c" test fails with a bunch of these errors: error: target attribute or pragma changes SPE ABI. Since the test seems to be assuming power6 and standard PPC floating point, I assume that it should be disabled on powerpc-linux-gnuspe targets. Cheers, Kyle Moffett -- Curious about my work on the Debian powerpcspe port? I'm keeping a blog here: http://pureperl.blogspot.com/