From: Loren J. Rittle Date: Fri, 4 Jan 2002 23:26:45 +0000 (+0000) Subject: aggregates.C: Corrected last patch: removed extra triple that slipped in. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=302d2f14391b84764e1338d9c4aa51b7a1e4637a;p=gcc.git 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 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index a29db1f79ec..01e7111835e 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,10 @@ +2002-01-04 Loren J. Rittle + + * 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 * g++.old-deja/g++.abi/aggregates.C: Do not skip i?86-*-freebsd*. diff --git a/gcc/testsuite/g++.old-deja/g++.abi/aggregates.C b/gcc/testsuite/g++.old-deja/g++.abi/aggregates.C index c82e9fb20dd..7b7d263f2e2 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 diff --git a/gcc/testsuite/g++.old-deja/g++.abi/align.C b/gcc/testsuite/g++.old-deja/g++.abi/align.C index 7f17c011fe4..3a79dedd56d 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 diff --git a/gcc/testsuite/g++.old-deja/g++.abi/bitfields.C b/gcc/testsuite/g++.old-deja/g++.abi/bitfields.C index abb145e7f71..f7d9eaf72c6 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