From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 106449 invoked by alias); 17 Nov 2015 09:19:56 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 106430 invoked by uid 89); 17 Nov 2015 09:19:56 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-oi0-f44.google.com Received: from mail-oi0-f44.google.com (HELO mail-oi0-f44.google.com) (209.85.218.44) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Tue, 17 Nov 2015 09:19:55 +0000 Received: by oiww189 with SMTP id w189so1399217oiw.3 for ; Tue, 17 Nov 2015 01:19:53 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.202.210.3 with SMTP id j3mr22689455oig.130.1447751992989; Tue, 17 Nov 2015 01:19:52 -0800 (PST) Received: by 10.60.138.6 with HTTP; Tue, 17 Nov 2015 01:19:52 -0800 (PST) Date: Tue, 17 Nov 2015 09:19:00 -0000 Message-ID: Subject: [PATCH, testsuite]: Add ieee options for gcc.dg/torture/pr68264.c From: Uros Bizjak To: "gcc-patches@gcc.gnu.org" Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2015-11/txt/msg02040.txt.bz2 This test uses NaN, so it requires ieee options for certain targets. 2015-11-17 Uros Bizjak * gcc.dg/torture/pr68264.c: Use dg-add-options ieee. Tested on alphaev68-linux-gnu and committed to mainline SVN. Uros. Index: gcc.dg/torture/pr68264.c =================================================================== --- gcc.dg/torture/pr68264.c (revision 230454) +++ gcc.dg/torture/pr68264.c (working copy) @@ -1,4 +1,5 @@ /* { dg-do run } */ +/* { dg-add-options ieee } */ /* { dg-require-effective-target fenv_exceptions } */ #include