diff options
author | Steven G. Kargl <kargl@gcc.gnu.org> | 2019-10-05 14:27:26 +0000 |
---|---|---|
committer | Steven G. Kargl <kargl@gcc.gnu.org> | 2019-10-05 14:27:26 +0000 |
commit | 74e4fb1361b89fcca2b713ac79832934a7b3030b (patch) | |
tree | cb5ac837e0dfe3d657a1fdaecbb6125536db6e4e /gcc | |
parent | 980f185ce3ba6d532530ce0f23bfb6e30320fd8a (diff) | |
download | gcc-74e4fb1361b89fcca2b713ac79832934a7b3030b.zip gcc-74e4fb1361b89fcca2b713ac79832934a7b3030b.tar.gz gcc-74e4fb1361b89fcca2b713ac79832934a7b3030b.tar.bz2 |
re PR fortran/91497 (-Wconversion warns when doing explicit type conversion)
2019-10-05 Steven G. Kargl <kargl@gcc.gnu.org>
PR fortran/91497
* gfortran.dg/pr91497.f90: Run on i?86-*-* and x86_64-*-* only.
From-SVN: r276626
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/testsuite/gfortran.dg/pr91497.f90 | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index e40a167..255fce5 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2019-10-05 Steven G. Kargl <kargl@gcc.gnu.org> + + PR fortran/91497 + * gfortran.dg/pr91497.f90: Run on i?86-*-* and x86_64-*-* only. + 2019-10-05 Paul Thomas <pault@gcc.gnu.org> PR fortran/91926 diff --git a/gcc/testsuite/gfortran.dg/pr91497.f90 b/gcc/testsuite/gfortran.dg/pr91497.f90 index aa06a49..d324b3b 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 <manfred99 at gmx dot ch> ! PR fortran/91497 |