From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20576 invoked by alias); 4 Feb 2015 11:36:15 -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 20564 invoked by uid 89); 4 Feb 2015 11:36:14 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.0 required=5.0 tests=AWL,BAYES_00,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 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; Wed, 04 Feb 2015 11:36:13 +0000 Received: from KLMAIL01.kl.imgtec.org (unknown [192.168.5.35]) by Websense Email Security Gateway with ESMTPS id E91106E033029; Wed, 4 Feb 2015 11:36:08 +0000 (GMT) Received: from hhmail02.hh.imgtec.org (10.100.10.20) by KLMAIL01.kl.imgtec.org (192.168.5.35) with Microsoft SMTP Server (TLS) id 14.3.195.1; Wed, 4 Feb 2015 11:36:11 +0000 Received: from hhmail02.hh.imgtec.org ([::1]) by hhmail02.hh.imgtec.org ([::1]) with mapi id 14.03.0224.002; Wed, 4 Feb 2015 11:36:09 +0000 From: Robert Suchanek To: "Moore, Catherine" , Richard Sandiford CC: "gcc-patches@gcc.gnu.org" , Matthew Fortune Subject: RE: [PATCH MIPS RFA] Regression cleanup for nan2008 toolchain Date: Wed, 04 Feb 2015 11:36:00 -0000 Message-ID: References: <87vbjnnp8n.fsf@e105548-lin.cambridge.arm.com> In-Reply-To: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-SW-Source: 2015-02/txt/msg00224.txt.bz2 > > 2015-02-02 Robert Suchanek > > > > * gcc.target/mips/loongson-simd.c: Update comment to clarify the > need > > for mips_nanlegacy target. > > > > diff --git a/gcc/testsuite/gcc.target/mips/loongson-simd.c > > b/gcc/testsuite/gcc.target/mips/loongson-simd.c > > index 949632e..9c3ebce 100644 > > --- a/gcc/testsuite/gcc.target/mips/loongson-simd.c > > +++ b/gcc/testsuite/gcc.target/mips/loongson-simd.c > > @@ -21,7 +21,10 @@ along with GCC; see the file COPYING3. If not see > > /* { dg-do run } */ > > /* loongson.h does not handle or check for MIPS16ness or > > microMIPSness. There doesn't seem any good reason for it to, given > > - that the Loongson processors do not support either. */ > > + that the Loongson processors do not support either. The effective > target > > + mips_nanlegacy is required for a toolchain without the legacy NaN > support > > + because inclusion of some system headers e.g. stdint.h will fail du= e to > not > > + finding stubs-o32_hard.h. */ > > /* { dg-require-effective-target mips_nanlegacy } */ > > /* { dg-options "isa=3Dloongson -mhard-float -mno-micromips -mno-mips1= 6 - > > flax-vector-conversions" } */ > > >=20 > Thanks for the update. This is OK. > Catherine Committed as r220393. Thanks and regards, Robert