OSDN Git Service

2005-08-13 Andrew Pinski <pinskia@physics.uc.edu>
authorpinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 14 Aug 2005 01:33:13 +0000 (01:33 +0000)
committerpinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 14 Aug 2005 01:33:13 +0000 (01:33 +0000)
        * objc.dg/nested-func-1.m: Move to ...
        * objc/execute/nested-func-1.m: Here.

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

gcc/testsuite/ChangeLog
gcc/testsuite/objc/execute/nested-func-1.m [moved from gcc/testsuite/objc.dg/nested-func-1.m with 91% similarity]

index c5f9d51..5169ef6 100644 (file)
@@ -1,5 +1,10 @@
 2005-08-13  Andrew Pinski  <pinskia@physics.uc.edu>
 
+       * objc.dg/nested-func-1.m: Move to ...
+       * objc/execute/nested-func-1.m: Here.
+
+2005-08-13  Andrew Pinski  <pinskia@physics.uc.edu>
+
        * lib/objc.exp (objc_target_compile): Check for -fgnu-runtime
        in ${options} instead of [target_info name].
        * lib/obj-c++.exp (objc_target_compile): Likewise.
similarity index 91%
rename from gcc/testsuite/objc.dg/nested-func-1.m
rename to gcc/testsuite/objc/execute/nested-func-1.m
index 8ec3f72..c7dd535 100644 (file)
@@ -1,8 +1,6 @@
 /* Test basic nested C function functionality within ObjC
    methods.  */
 /* Contributed by Ziemowit Laski <zlaski@apple.com>.  */
-/* { dg-options "-lobjc" } */
-/* { dg-do run } */
 #include <stdio.h>
 #include <stdlib.h>
 #include <objc/objc.h>