Commit 65045c09 by Andrew Pinski Committed by Andrew Pinski

nested-func-1.m: Move to ...

2005-08-13  Andrew Pinski  <pinskia@physics.uc.edu>

        * objc.dg/nested-func-1.m: Move to ...
        * objc/execute/nested-func-1.m: Here.

From-SVN: r103072
parent d3748cf5
2005-08-13 Andrew Pinski <pinskia@physics.uc.edu> 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 * lib/objc.exp (objc_target_compile): Check for -fgnu-runtime
in ${options} instead of [target_info name]. in ${options} instead of [target_info name].
* lib/obj-c++.exp (objc_target_compile): Likewise. * lib/obj-c++.exp (objc_target_compile): Likewise.
......
/* Test basic nested C function functionality within ObjC /* Test basic nested C function functionality within ObjC
methods. */ methods. */
/* Contributed by Ziemowit Laski <zlaski@apple.com>. */ /* Contributed by Ziemowit Laski <zlaski@apple.com>. */
/* { dg-options "-lobjc" } */
/* { dg-do run } */
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <objc/objc.h> #include <objc/objc.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment