Commit 46936bf0 by Nicola Pero Committed by Nicola Pero

In gcc/testsuite/:

        * objc/execute/exceptions/throw-nil.m: Run the test only with the
        GNU runtime.

From-SVN: r164359
parent c3224d6f
2010-09-17 Nicola Pero <nicola.pero@meta-innovation.com>
PR testsuite/45692
* objc/execute/exceptions/throw-nil.m: Run the test only with the
GNU runtime.
2010-09-17 Richard Guenther <rguenther@suse.de>
* gcc.dg/pr27898.c: Use -flto instead of -combine.
......
#include <objc/objc.h>
#include <objc/Object.h>
#ifdef __NEXT_RUNTIME__
/* This test only runs for the GNU runtime. */
int main(void)
{
return 0;
}
#else
/* Test throwing a nil exception. A 'nil' exception can only be
* caugth by a generic exception handler.
caugth by a generic exception handler.
*/
int main (void)
......@@ -36,3 +46,5 @@ int main (void)
return 0;
}
#endif
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