]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* obj-c++.dg/const-str-9.mm: Don't run on 64-bit.
authorMike Stump <mrs@apple.com>
Thu, 2 Nov 2006 22:01:36 +0000 (22:01 +0000)
committerMike Stump <mrs@gcc.gnu.org>
Thu, 2 Nov 2006 22:01:36 +0000 (22:01 +0000)
From-SVN: r118433

gcc/testsuite/ChangeLog
gcc/testsuite/obj-c++.dg/const-str-9.mm

index cc50c213c4c9e8cfa2bceab2c6b9d605e4507f91..bfff1679f0741fc581347bcb994db6663f61e66e 100644 (file)
@@ -1,5 +1,7 @@
 2006-11-02  Mike Stump  <mrs@apple.com>
 
+       * obj-c++.dg/const-str-9.mm: Don't run on 64-bit.
+
        * g++.old-deja/g++.abi/align.C: Enable for darwin.
 
 2006-11-02  Eric Botcazou  <ebotcazou@adacore.com>
index 97d49e9043cedcd26d1b26e64167e6962e87df92..943dbae0ba3bc847e019569c01311d8fc0f05e74 100644 (file)
@@ -3,6 +3,7 @@
 
 /* { dg-options "-fnext-runtime" } */
 /* { dg-do compile { target *-*-darwin* } } */
+/* { dg-skip-if "" { *-*-darwin* } { "-m64" } { "" } } */
 
 #include <objc/Object.h>