From: Steven G. Kargl Date: Sat, 5 Oct 2019 14:27:26 +0000 (+0000) Subject: re PR fortran/91497 (-Wconversion warns when doing explicit type conversion) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=74e4fb1361b89fcca2b713ac79832934a7b3030b;p=gcc.git re PR fortran/91497 (-Wconversion warns when doing explicit type conversion) 2019-10-05 Steven G. Kargl PR fortran/91497 * gfortran.dg/pr91497.f90: Run on i?86-*-* and x86_64-*-* only. From-SVN: r276626 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index e40a167a551..255fce5a543 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2019-10-05 Steven G. Kargl + + PR fortran/91497 + * gfortran.dg/pr91497.f90: Run on i?86-*-* and x86_64-*-* only. + 2019-10-05 Paul Thomas PR fortran/91926 diff --git a/gcc/testsuite/gfortran.dg/pr91497.f90 b/gcc/testsuite/gfortran.dg/pr91497.f90 index aa06a49bf3f..d324b3b1aa0 100644 --- a/gcc/testsuite/gfortran.dg/pr91497.f90 +++ b/gcc/testsuite/gfortran.dg/pr91497.f90 @@ -1,4 +1,4 @@ -! { dg-do compile } +! { dg-do compile { target { i?86-*-* x86_64-*-* } } } ! { dg-options "-Wall" } ! Code contributed by Manfred Schwarb ! PR fortran/91497