diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 6ce5a0f750e..29ed4af2853 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2005-07-07 Ziemowit Laski + + * obj-c++.dg/gnu-runtime-2.mm: Compile, do not run. + * objc.dg/gnu-runtime-2.m: Likewise. + 2005-07-07 Jakub Jelinek * 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 09204e3c918..2ead2883537 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 diff --git a/gcc/testsuite/objc.dg/gnu-runtime-2.m b/gcc/testsuite/objc.dg/gnu-runtime-2.m index 09204e3c918..2ead2883537 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