public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [AArch64, testsuite] gfortran.dg/ieee/ieee_8.f90: xfail for aarch64+ilp32
@ 2017-10-24 18:27 Charles Baylis
  2017-10-30  9:32 ` Janne Blomqvist
  0 siblings, 1 reply; 3+ messages in thread
From: Charles Baylis @ 2017-10-24 18:27 UTC (permalink / raw)
  To: fxcoudert, jvdelisle, James Greenhalgh
  Cc: szabolcs.nagy, GCC Patches, fortran

[-- Attachment #1: Type: text/plain, Size: 438 bytes --]

The test is already marked xfail for aarch64*-*-gnu, but this needs to
be changed to aarch64*-*-gnu* in order to match
aarch64-linux-gnu_ilp32.

Test was previously xfail'd in [1].

Shows the expected FAIL->XFAILs on aarch64-linux-gnu_ilp32.

gcc/testsuite:
<date>  Charles Baylis  <charles.baylis@linaro.org>

        * gfortran.dg/ieee/ieee_8.f90: xfail for aarch64*-*-gnu*

[1] https://gcc.gnu.org/ml/gcc-patches/2016-11/msg02188.html

[-- Attachment #2: 0003-AArch64-gfortran.dg-ieee-ieee_8.f90-xfail-for-aarch6.patch --]
[-- Type: text/x-patch, Size: 924 bytes --]

From 5e877e35665eb37488da407d1b45d23b84d3803d Mon Sep 17 00:00:00 2001
From: Charles Baylis <charles.baylis@linaro.org>
Date: Tue, 24 Oct 2017 14:46:42 +0100
Subject: [PATCH 3/4] [AArch64] gfortran.dg/ieee/ieee_8.f90: xfail for
 aarch64+ilp32

2017-10-24  Charles Baylis  <charles.baylis@linaro.org>

        * gfortran.dg/ieee/ieee_8.f90: xfail for aarch64*-*-gnu*
---
 gcc/testsuite/gfortran.dg/ieee/ieee_8.f90 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/testsuite/gfortran.dg/ieee/ieee_8.f90 b/gcc/testsuite/gfortran.dg/ieee/ieee_8.f90
index a47f9c1..0a3213a 100644
--- a/gcc/testsuite/gfortran.dg/ieee/ieee_8.f90
+++ b/gcc/testsuite/gfortran.dg/ieee/ieee_8.f90
@@ -1,4 +1,4 @@
-! { dg-do run { xfail aarch64*-*-gnu arm*-*-gnueabi arm*-*-gnueabihf } }
+! { dg-do run { xfail aarch64*-*-gnu* arm*-*-gnueabi arm*-*-gnueabihf } }
 ! XFAIL because of PR libfortran/78449.
 
 module foo
-- 
2.7.4


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [AArch64, testsuite] gfortran.dg/ieee/ieee_8.f90: xfail for aarch64+ilp32
  2017-10-24 18:27 [AArch64, testsuite] gfortran.dg/ieee/ieee_8.f90: xfail for aarch64+ilp32 Charles Baylis
@ 2017-10-30  9:32 ` Janne Blomqvist
  2017-11-13 13:53   ` Charles Baylis
  0 siblings, 1 reply; 3+ messages in thread
From: Janne Blomqvist @ 2017-10-30  9:32 UTC (permalink / raw)
  To: Charles Baylis
  Cc: FX Coudert, Jerry DeLisle, James Greenhalgh, szabolcs.nagy,
	GCC Patches, Fortran List

On Tue, Oct 24, 2017 at 9:27 PM, Charles Baylis
<charles.baylis@linaro.org> wrote:
> The test is already marked xfail for aarch64*-*-gnu, but this needs to
> be changed to aarch64*-*-gnu* in order to match
> aarch64-linux-gnu_ilp32.
>
> Test was previously xfail'd in [1].
>
> Shows the expected FAIL->XFAILs on aarch64-linux-gnu_ilp32.
>
> gcc/testsuite:
> <date>  Charles Baylis  <charles.baylis@linaro.org>
>
>         * gfortran.dg/ieee/ieee_8.f90: xfail for aarch64*-*-gnu*
>
> [1] https://gcc.gnu.org/ml/gcc-patches/2016-11/msg02188.html

Ok, thanks for the patch.


-- 
Janne Blomqvist

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [AArch64, testsuite] gfortran.dg/ieee/ieee_8.f90: xfail for aarch64+ilp32
  2017-10-30  9:32 ` Janne Blomqvist
@ 2017-11-13 13:53   ` Charles Baylis
  0 siblings, 0 replies; 3+ messages in thread
From: Charles Baylis @ 2017-11-13 13:53 UTC (permalink / raw)
  To: Janne Blomqvist
  Cc: FX Coudert, Jerry DeLisle, James Greenhalgh, szabolcs.nagy,
	GCC Patches, Fortran List

On 30 October 2017 at 08:52, Janne Blomqvist <blomqvist.janne@gmail.com> wrote:
> On Tue, Oct 24, 2017 at 9:27 PM, Charles Baylis
> <charles.baylis@linaro.org> wrote:
>> The test is already marked xfail for aarch64*-*-gnu, but this needs to
>> be changed to aarch64*-*-gnu* in order to match
>> aarch64-linux-gnu_ilp32.
>>
>> Test was previously xfail'd in [1].
>>
>> Shows the expected FAIL->XFAILs on aarch64-linux-gnu_ilp32.
>>
>> gcc/testsuite:
>> <date>  Charles Baylis  <charles.baylis@linaro.org>
>>
>>         * gfortran.dg/ieee/ieee_8.f90: xfail for aarch64*-*-gnu*
>>
>> [1] https://gcc.gnu.org/ml/gcc-patches/2016-11/msg02188.html
>
> Ok, thanks for the patch.

Committed as r254689.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-11-13 13:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-24 18:27 [AArch64, testsuite] gfortran.dg/ieee/ieee_8.f90: xfail for aarch64+ilp32 Charles Baylis
2017-10-30  9:32 ` Janne Blomqvist
2017-11-13 13:53   ` Charles Baylis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).