diff options
author | John David Anglin <dave.anglin@nrc-cnrc.gc.ca> | 2012-01-29 23:56:38 +0000 |
---|---|---|
committer | John David Anglin <danglin@gcc.gnu.org> | 2012-01-29 23:56:38 +0000 |
commit | 491341879be7322e028528b8af8e7c75fea8a363 (patch) | |
tree | 8c229cfad65d2a5852da4e200aebfc47142700e8 | |
parent | de0f11fe096c07ec0978e0385a44b313511f4938 (diff) | |
download | gcc-491341879be7322e028528b8af8e7c75fea8a363.zip gcc-491341879be7322e028528b8af8e7c75fea8a363.tar.gz gcc-491341879be7322e028528b8af8e7c75fea8a363.tar.bz2 |
re PR testsuite/51875 (FAIL: gfortran.dg/guality/pr41558.f90 -O0 line 7 s == 'foo')
PR testsuite/51875
* gfortran.dg/guality/pr41558.f90: Skip on 32-bit hppa*-*-hpux*.
From-SVN: r183688
-rw-r--r-- | gcc/testsuite/ChangeLog | 3 | ||||
-rw-r--r-- | gcc/testsuite/gfortran.dg/guality/pr41558.f90 | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 419077c..c151b3a 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,5 +1,8 @@ 2012-01-29 John David Anglin <dave.anglin@nrc-cnrc.gc.ca> + PR testsuite/51875 + * gfortran.dg/guality/pr41558.f90: Skip on 32-bit hppa*-*-hpux*. + * g++.dg/ext/visibility/template10.C: Fix typo. * gcc.dg/tm/pr51472.c: Add -fno-common option on hppa-*-hpux*. diff --git a/gcc/testsuite/gfortran.dg/guality/pr41558.f90 b/gcc/testsuite/gfortran.dg/guality/pr41558.f90 index 9d1e833..e26914c 100644 --- a/gcc/testsuite/gfortran.dg/guality/pr41558.f90 +++ b/gcc/testsuite/gfortran.dg/guality/pr41558.f90 @@ -1,5 +1,6 @@ ! PR debug/41558 ! { dg-do run } +! { dg-skip-if "PR testsuite/51875" { { hppa*-*-hpux* } && { ! hppa*64*-*-* } } { "*" } { "" } } ! { dg-options "-g" } subroutine f (s) |