2001-03-15 Geoff Keating <geoff@redhat.com>
* gcc.c-torture/execute/memcheck/memcheck.exp: Don't try to run these
tests on AIX.
From-SVN: r40515
+2001-03-15 Geoff Keating <geoff@redhat.com>
+
+ * gcc.c-torture/execute/memcheck/memcheck.exp: Don't try to run these
+ tests on AIX.
+
2001-03-15 Gabriel Dos Reis <gdr@codesourcery.com>
* g++.old-deja/g++.other/eh4.C: New test.
error "list can't find driver.c in $srcdir/$subdir"
}
+# These don't work on AIX. The constructors get run by a program built
+# with -fcheck-memory-usage, which confuses the driver so much that
+# they don't even link.
+if { [istarget "powerpc-*-aix*"]
+ || [istarget "rs6000-*-aix*"] } {
+ set tests ""
+}
+
# Compiling driver.c on a remote host requires our ability to also
# find its driver.h header.
if [is_remote host] {