re PR target/18490 (mmix-knuth-mmixware testsuite failure: g++.old-deja/g++.law/bit...
authorHans-Peter Nilsson <hp@bitrange.com>
Mon, 29 Nov 2004 21:00:30 +0000 (21:00 +0000)
committerHans-Peter Nilsson <hp@gcc.gnu.org>
Mon, 29 Nov 2004 21:00:30 +0000 (21:00 +0000)
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
gcc/testsuite/g++.old-deja/g++.law/bit-fields2.C
gcc/testsuite/g++.old-deja/g++.other/local-alloc1.C

index a9faf59..9856c54 100644 (file)
@@ -1,3 +1,12 @@
+2004-11-29  Hans-Peter Nilsson  <hp@bitrange.com>
+
+       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  <pinskia@physics.uc.edu>
 
        PR middle-end/18725
index 43f30f4..270fc8a 100644 (file)
@@ -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 <stdio.h>
index 6c4b6cd..58fef68 100644 (file)
@@ -1,7 +1,7 @@
 // { dg-do assemble  }
 // { dg-options "-O0 -fpic" }
 // Origin: Jakub Jelinek <jakub@redhat.com>
-// Skip if target: cris-*-elf* cris-*-aout* mmix-*-*
+// { dg-skip-if "No -fpic" { cris-*-elf* cris-*-aout* mmix-*-* } { "*" } { "" } }
 
 struct bar {
   bar() {}