diff options
author | Ziemowit Laski <zlaski@apple.com> | 2005-07-07 21:10:00 +0000 |
---|---|---|
committer | Ziemowit Laski <zlaski@gcc.gnu.org> | 2005-07-07 21:10:00 +0000 |
commit | d96a549382e198d28fc9b55e52fc97b3cf35952a (patch) | |
tree | 41bdf9bac6034dad5e2443ee6bfc1dede4b435f1 /gcc | |
parent | c7e777b576030f9357a037122e219684da1ad201 (diff) | |
download | gcc-d96a549382e198d28fc9b55e52fc97b3cf35952a.zip gcc-d96a549382e198d28fc9b55e52fc97b3cf35952a.tar.gz gcc-d96a549382e198d28fc9b55e52fc97b3cf35952a.tar.bz2 |
gnu-runtime-2.mm: Compile, do not run.
[gcc/testsuite/ChangeLog]
2005-07-07 Ziemowit Laski <zlaski@apple.com>
* obj-c++.dg/gnu-runtime-2.mm: Compile, do not run.
* objc.dg/gnu-runtime-2.m: Likewise.
From-SVN: r101733
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/testsuite/obj-c++.dg/gnu-runtime-2.mm | 2 | ||||
-rw-r--r-- | gcc/testsuite/objc.dg/gnu-runtime-2.m | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 6ce5a0f..29ed4af 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2005-07-07 Ziemowit Laski <zlaski@apple.com> + + * obj-c++.dg/gnu-runtime-2.mm: Compile, do not run. + * objc.dg/gnu-runtime-2.m: Likewise. + 2005-07-07 Jakub Jelinek <jakub@redhat.com> * gfortran.dg/longline.f: New test. diff --git a/gcc/testsuite/obj-c++.dg/gnu-runtime-2.mm b/gcc/testsuite/obj-c++.dg/gnu-runtime-2.mm index 09204e3..2ead288 100644 --- a/gcc/testsuite/obj-c++.dg/gnu-runtime-2.mm +++ b/gcc/testsuite/obj-c++.dg/gnu-runtime-2.mm @@ -1,7 +1,7 @@ /* Sanity check for GNU-runtime version of constant strings, regardless of runtime used on target system. */ -/* { dg-do run } */ +/* { dg-do compile } */ /* { dg-options "-fgnu-runtime" } */ #include <objc/Object.h> diff --git a/gcc/testsuite/objc.dg/gnu-runtime-2.m b/gcc/testsuite/objc.dg/gnu-runtime-2.m index 09204e3..2ead288 100644 --- a/gcc/testsuite/objc.dg/gnu-runtime-2.m +++ b/gcc/testsuite/objc.dg/gnu-runtime-2.m @@ -1,7 +1,7 @@ /* Sanity check for GNU-runtime version of constant strings, regardless of runtime used on target system. */ -/* { dg-do run } */ +/* { dg-do compile } */ /* { dg-options "-fgnu-runtime" } */ #include <objc/Object.h> |