From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 46761 invoked by alias); 7 Apr 2015 09:08:33 -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 46719 invoked by uid 89); 7 Apr 2015 09:08:32 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.2 X-HELO: eu-smtp-delivery-143.mimecast.com Received: from eu-smtp-delivery-143.mimecast.com (HELO eu-smtp-delivery-143.mimecast.com) (146.101.78.143) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 07 Apr 2015 09:08:31 +0000 Received: from cam-owa1.Emea.Arm.com (fw-tnat.cambridge.arm.com [217.140.96.140]) by uk-mta-7.uk.mimecast.lan; Tue, 07 Apr 2015 10:08:26 +0100 Received: from shawin233 ([10.1.2.79]) by cam-owa1.Emea.Arm.com with Microsoft SMTPSVC(6.0.3790.3959); Tue, 7 Apr 2015 10:08:26 +0100 From: "Bin Cheng" To: Subject: [PATCH PR65647]Fix as obvious, Fix case failure by adding option "-mfloat-abi=soft" Date: Tue, 07 Apr 2015 09:08:00 -0000 Message-ID: <000001d07112$64ba5ef0$2e2f1cd0$@arm.com> MIME-Version: 1.0 X-MC-Unique: 4MKdQM-vTMCAbq0PoPC-zg-1 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0001_01D07155.72E2A800" X-IsSubscribed: yes X-SW-Source: 2015-04/txt/msg00220.txt.bz2 This is a multipart message in MIME format. ------=_NextPart_000_0001_01D07155.72E2A800 Content-Type: text/plain; charset=WINDOWS-1252 Content-Transfer-Encoding: quoted-printable Content-length: 239 Hi, I applied attached patch to both trunk and 4_9 branch as obviously discussed in PR65647. Thanks, bin gcc/testsuite/ChangeLog 2015-04-07 Bin Cheng * gcc.target/arm/pr65647.c: Add option "-mfloat-abi=3Dsoft". ------=_NextPart_000_0001_01D07155.72E2A800 Content-Type: text/plain; name=pr65647-soft.txt Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="pr65647-soft.txt" Content-length: 567 diff --git a/gcc/testsuite/gcc.target/arm/pr65647.c b/gcc/testsuite/gcc.tar= get/arm/pr65647.c index 686eb58..d3b44b2 100644 --- a/gcc/testsuite/gcc.target/arm/pr65647.c +++ b/gcc/testsuite/gcc.target/arm/pr65647.c @@ -1,5 +1,5 @@ /* { dg-do compile } */ -/* { dg-options "-march=3Darmv6-m -mthumb -O3 -w" } */ +/* { dg-options "-march=3Darmv6-m -mthumb -O3 -w -mfloat-abi=3Dsoft" } */ =20 a, b, c, e, g =3D &e, h, i =3D 7, l =3D 1, m, n, o, q =3D &m, r, s =3D &r,= u, w =3D 9, x, y =3D 6, z, t6 =3D 7, t8, t9 =3D 1, t11 =3D 5, t12 =3D &t8, t13 =3D 3, t= 15, ------=_NextPart_000_0001_01D07155.72E2A800--