From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 40882 invoked by alias); 12 Dec 2016 13:44:29 -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 40814 invoked by uid 89); 12 Dec 2016 13:44:29 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-4.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mailapp01.imgtec.com Received: from mailapp01.imgtec.com (HELO mailapp01.imgtec.com) (195.59.15.196) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 12 Dec 2016 13:44:27 +0000 Received: from HHMAIL01.hh.imgtec.org (unknown [10.100.10.19]) by Forcepoint Email with ESMTPS id C2013AD0C94BB; Mon, 12 Dec 2016 13:44:21 +0000 (GMT) Received: from HHMAIL-X.hh.imgtec.org (10.100.10.113) by HHMAIL01.hh.imgtec.org (10.100.10.19) with Microsoft SMTP Server (TLS) id 14.3.294.0; Mon, 12 Dec 2016 13:44:24 +0000 Received: from HHMAIL01.hh.imgtec.org ([fe80::710b:f219:72bc:e0b3]) by HHMAIL-X.hh.imgtec.org ([fe80::3509:b0ce:371:2b%18]) with mapi id 14.03.0294.000; Mon, 12 Dec 2016 13:44:24 +0000 From: Toma Tabacu To: Matthew Fortune , "gcc-patches@gcc.gnu.org" CC: "catherine_moore@mentor.com" Subject: RE: [PATCH, testsuite] MIPS: Upgrade to R2 for -mnan=2008 and -mabs=2008. Date: Mon, 12 Dec 2016 13:44:00 -0000 Message-ID: References: <6D39441BF12EF246A7ABCE6654B0235380AF234D@HHMAIL01.hh.imgtec.org> In-Reply-To: <6D39441BF12EF246A7ABCE6654B0235380AF234D@HHMAIL01.hh.imgtec.org> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-IsSubscribed: yes X-SW-Source: 2016-12/txt/msg01025.txt.bz2 > > The -mnan=3D2008 and -mabs=3D2008 options are not supported on pre-R2 > targets. > > This results in failures for tests which use these options, such as nan= -2008.c, > > fabs-2008.c etc. > > > > This patch makes the testsuite upgrade to R2 if -mnan=3D2008 and -mabs= =3D2008 > are > > used as test options. > > > > Tested with mips-mti-elf. > > > > Regards, > > Toma Tabacu > > > > gcc/testsuite/ChangeLog: > > > > * gcc.target/mips/mips.exp (mips-dg-options): Upgrade to R2 for > > -mnan=3D2008 and -mabs=3D2008. >=20 > OK, thanks. >=20 > Matthew Committed as r243542. Regards, Toma