aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoren J. Rittle <ljrittle@acm.org>2002-01-04 23:26:45 +0000
committerLoren J. Rittle <ljrittle@gcc.gnu.org>2002-01-04 23:26:45 +0000
commit302d2f14391b84764e1338d9c4aa51b7a1e4637a (patch)
tree043108f7e925231f0add1d8ab02572604c8fde2c
parent284343370e58109b83b5218278b33054a6ece706 (diff)
downloadgcc-302d2f14391b84764e1338d9c4aa51b7a1e4637a.zip
gcc-302d2f14391b84764e1338d9c4aa51b7a1e4637a.tar.gz
gcc-302d2f14391b84764e1338d9c4aa51b7a1e4637a.tar.bz2
aggregates.C: Corrected last patch: removed extra triple that slipped in.
* g++.old-deja/g++.abi/aggregates.C: Corrected last patch: removed extra triple that slipped in. * g++.old-deja/g++.abi/align.C: Likewise. * g++.old-deja/g++.abi/bitfields.C: Likewise. From-SVN: r48551
-rw-r--r--gcc/testsuite/ChangeLog7
-rw-r--r--gcc/testsuite/g++.old-deja/g++.abi/aggregates.C2
-rw-r--r--gcc/testsuite/g++.old-deja/g++.abi/align.C2
-rw-r--r--gcc/testsuite/g++.old-deja/g++.abi/bitfields.C2
4 files changed, 10 insertions, 3 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index a29db1f..01e7111 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,5 +1,12 @@
2002-01-04 Loren J. Rittle <ljrittle@acm.org>
+ * g++.old-deja/g++.abi/aggregates.C: Corrected last patch: removed
+ extra triple that slipped in.
+ * g++.old-deja/g++.abi/align.C: Likewise.
+ * g++.old-deja/g++.abi/bitfields.C: Likewise.
+
+2002-01-04 Loren J. Rittle <ljrittle@acm.org>
+
* g++.old-deja/g++.abi/aggregates.C: Do not skip i?86-*-freebsd*.
* g++.old-deja/g++.abi/align.C: Likewise.
* g++.old-deja/g++.abi/bitfields.C: Likewise.
diff --git a/gcc/testsuite/g++.old-deja/g++.abi/aggregates.C b/gcc/testsuite/g++.old-deja/g++.abi/aggregates.C
index c82e9fb..7b7d263 100644
--- a/gcc/testsuite/g++.old-deja/g++.abi/aggregates.C
+++ b/gcc/testsuite/g++.old-deja/g++.abi/aggregates.C
@@ -1,4 +1,4 @@
-// Skip if not target: i?86-*-linux* i?86-*-freebsd* ia64*-*-*
+// Skip if not target: i?86-*-linux* i?86-*-freebsd*
// Special g++ Options: -malign-double
// Origin: Alex Samuel <samuel@codesourcery.com>
diff --git a/gcc/testsuite/g++.old-deja/g++.abi/align.C b/gcc/testsuite/g++.old-deja/g++.abi/align.C
index 7f17c01..3a79ded 100644
--- a/gcc/testsuite/g++.old-deja/g++.abi/align.C
+++ b/gcc/testsuite/g++.old-deja/g++.abi/align.C
@@ -1,4 +1,4 @@
-// Skip if not target: i?86-*-linux* i?86-*-freebsd* ia64*-*-*
+// Skip if not target: i?86-*-linux* i?86-*-freebsd*
// Special g++ Options: -malign-double
// Origin: Alex Samuel <samuel@codesourcery.com>
diff --git a/gcc/testsuite/g++.old-deja/g++.abi/bitfields.C b/gcc/testsuite/g++.old-deja/g++.abi/bitfields.C
index abb145e..f7d9eaf 100644
--- a/gcc/testsuite/g++.old-deja/g++.abi/bitfields.C
+++ b/gcc/testsuite/g++.old-deja/g++.abi/bitfields.C
@@ -1,4 +1,4 @@
-// Skip if not target: i?86-*-linux* i?86-*-freebsd* ia64*-*-*
+// Skip if not target: i?86-*-linux* i?86-*-freebsd*
// Special g++ Options: -malign-double
// Origin: Alex Samuel <samuel@codesourcery.com>