aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Peter Nilsson <hp@bitrange.com>2004-11-29 21:00:30 +0000
committerHans-Peter Nilsson <hp@gcc.gnu.org>2004-11-29 21:00:30 +0000
commite59165e65a6ce385b401d8d908069b292afc1fde (patch)
treea702c9954540e1e46dbfb960aa1097ec057a9d7b
parent6be85b25c2fadc5c1912f4e664d075fa08fa3e15 (diff)
downloadgcc-e59165e65a6ce385b401d8d908069b292afc1fde.zip
gcc-e59165e65a6ce385b401d8d908069b292afc1fde.tar.gz
gcc-e59165e65a6ce385b401d8d908069b292afc1fde.tar.bz2
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
-rw-r--r--gcc/testsuite/ChangeLog9
-rw-r--r--gcc/testsuite/g++.old-deja/g++.law/bit-fields2.C2
-rw-r--r--gcc/testsuite/g++.old-deja/g++.other/local-alloc1.C2
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 <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
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 <stdio.h>
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 <jakub@redhat.com>
-// Skip if target: cris-*-elf* cris-*-aout* mmix-*-*
+// { dg-skip-if "No -fpic" { cris-*-elf* cris-*-aout* mmix-*-* } { "*" } { "" } }
struct bar {
bar() {}