From patchwork Wed Oct 5 06:15:37 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Uros Bizjak X-Patchwork-Id: 117742 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by ozlabs.org (Postfix) with SMTP id E1DBCB6F8D for ; Wed, 5 Oct 2011 17:16:00 +1100 (EST) Received: (qmail 29467 invoked by alias); 5 Oct 2011 06:15:56 -0000 Received: (qmail 29424 invoked by uid 22791); 5 Oct 2011 06:15:52 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL, BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, FREEMAIL_FROM, RCVD_IN_DNSWL_LOW, TW_ZJ, T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org Received: from mail-gy0-f175.google.com (HELO mail-gy0-f175.google.com) (209.85.160.175) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 05 Oct 2011 06:15:39 +0000 Received: by gyg8 with SMTP id 8so1445099gyg.20 for ; Tue, 04 Oct 2011 23:15:37 -0700 (PDT) MIME-Version: 1.0 Received: by 10.236.77.233 with SMTP id d69mr11319391yhe.84.1317795337248; Tue, 04 Oct 2011 23:15:37 -0700 (PDT) Received: by 10.147.116.13 with HTTP; Tue, 4 Oct 2011 23:15:37 -0700 (PDT) Date: Wed, 5 Oct 2011 08:15:37 +0200 Message-ID: Subject: [PATCH, testsuite]: Fix builtin-complex-1.c failure on alpha From: Uros Bizjak To: gcc-patches@gcc.gnu.org Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Hello! 2011-10-05 Uros Bizjak * gcc.dg/torture/builtin-complex-1.c: Use dg-add-options ieee. Tested on alphaev68-pc-linux-gnu, committed to mainline. Uros. Index: gcc.dg/torture/builtin-complex-1.c =================================================================== --- gcc.dg/torture/builtin-complex-1.c (revision 179497) +++ gcc.dg/torture/builtin-complex-1.c (working copy) @@ -1,6 +1,7 @@ /* Test __builtin_complex semantics. */ /* { dg-do run } */ /* { dg-options "-std=c1x -pedantic-errors" } */ +/* { dg-add-options ieee } */ extern void exit (int); extern void abort (void);