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
This commit is contained in:
parent
d975d8c3d5
commit
92784908c1
@ -1,3 +1,8 @@
|
||||
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] {
|
||||
|
Loading…
Reference in New Issue
Block a user