Commit 92784908 by Geoffrey Keating Committed by David Edelsohn

memcheck.exp: Don't try to run these tests on AIX.

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
parent d975d8c3
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.
......
......@@ -41,6 +41,14 @@ if $idx>=0 {
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] {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment