OSDN Git Service

2001-03-15 Geoff Keating <geoff@redhat.com>
authordje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 15 Mar 2001 20:55:32 +0000 (20:55 +0000)
committerdje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 15 Mar 2001 20:55:32 +0000 (20:55 +0000)
* gcc.c-torture/execute/memcheck/memcheck.exp: Don't try to run these
tests on AIX.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@40515 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/execute/memcheck/memcheck.exp

index 12bb57f..a10ee5b 100644 (file)
@@ -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.
index 0d36253..690b902 100644 (file)
@@ -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] {