From e59165e65a6ce385b401d8d908069b292afc1fde Mon Sep 17 00:00:00 2001 From: Hans-Peter Nilsson Date: Mon, 29 Nov 2004 21:00:30 +0000 Subject: [PATCH] re PR target/18490 (mmix-knuth-mmixware testsuite failure: g++.old-deja/g++.law/bit-fields2.C) PR target/18490 * g++.old-deja/g++.law/bit-fields2.C: Reinstate skip for mmix-knuth-mmixware. * g++.old-deja/g++.other/local-alloc1.C: Reinstate skip for cris-*-elf* cris-*-aout* mmix-*-* From-SVN: r91489 --- gcc/testsuite/ChangeLog | 9 +++++++++ gcc/testsuite/g++.old-deja/g++.law/bit-fields2.C | 2 +- gcc/testsuite/g++.old-deja/g++.other/local-alloc1.C | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index a9faf59..9856c54 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,12 @@ +2004-11-29 Hans-Peter Nilsson + + PR target/18490 + * g++.old-deja/g++.law/bit-fields2.C: Reinstate skip for + mmix-knuth-mmixware. + + * g++.old-deja/g++.other/local-alloc1.C: Reinstate skip for + cris-*-elf* cris-*-aout* mmix-*-* + 2004-11-29 Andrew Pinski PR middle-end/18725 diff --git a/gcc/testsuite/g++.old-deja/g++.law/bit-fields2.C b/gcc/testsuite/g++.old-deja/g++.law/bit-fields2.C index 43f30f4..270fc8a 100644 --- a/gcc/testsuite/g++.old-deja/g++.law/bit-fields2.C +++ b/gcc/testsuite/g++.old-deja/g++.law/bit-fields2.C @@ -16,7 +16,7 @@ // defined to no larger than the size of an unsigned int, or where // PCC_BITFIELD_TYPE_MATTERS is defined. Add skips below for targets that // do not have that property. -// Skip if target: mmix-knuth-mmixware +// { dg-skip-if "" { mmix-knuth-mmixware } { "*" } { "" } } #include diff --git a/gcc/testsuite/g++.old-deja/g++.other/local-alloc1.C b/gcc/testsuite/g++.old-deja/g++.other/local-alloc1.C index 6c4b6cd..58fef68 100644 --- a/gcc/testsuite/g++.old-deja/g++.other/local-alloc1.C +++ b/gcc/testsuite/g++.old-deja/g++.other/local-alloc1.C @@ -1,7 +1,7 @@ // { dg-do assemble } // { dg-options "-O0 -fpic" } // Origin: Jakub Jelinek -// Skip if target: cris-*-elf* cris-*-aout* mmix-*-* +// { dg-skip-if "No -fpic" { cris-*-elf* cris-*-aout* mmix-*-* } { "*" } { "" } } struct bar { bar() {} -- 2.7.4