Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(618)

Unified Diff: gcc/gcc/testsuite/objc.dg/method-3.m

Issue 3050029: [gcc] GCC 4.5.0=>4.5.1 (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/nacl-toolchain.git
Patch Set: Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gcc/gcc/testsuite/objc.dg/method-19.m ('k') | gcc/gcc/testsuite/objc.dg/method-4.m » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gcc/gcc/testsuite/objc.dg/method-3.m
diff --git a/gcc/gcc/testsuite/objc.dg/method-3.m b/gcc/gcc/testsuite/objc.dg/method-3.m
index 65031b0aa5bdabcd5a3bd1369d8378a7e7ce460f..abee4e0654beaf3317fd6307dea1b2b5ba293437 100644
--- a/gcc/gcc/testsuite/objc.dg/method-3.m
+++ b/gcc/gcc/testsuite/objc.dg/method-3.m
@@ -1,9 +1,10 @@
/* Test for sending messages to aliased classes (and instances thereof). */
/* Author: Ziemowit Laski <zlaski@apple.com>. */
-/* { dg-options "-lobjc" } */
+/* { dg-options "" } */
/* { dg-do run } */
+/* { dg-xfail-run-if "Needs OBJC2 ABI" { *-*-darwin* && { lp64 && { ! objc2 } } } { "-fnext-runtime" } { "" } } */
-#include <objc/Object.h>
+#include "../objc-obj-c++-shared/Object1.h"
extern void abort(void);
#define CHECK_IF(expr) if(!(expr)) abort()
@@ -43,3 +44,5 @@ int main(void) {
CHECK_IF([(Int1Alias *)int2typedef instanceMeth] == 1697);
return 0;
}
+
+#include "../objc-obj-c++-shared/Object1-implementation.h"
« no previous file with comments | « gcc/gcc/testsuite/objc.dg/method-19.m ('k') | gcc/gcc/testsuite/objc.dg/method-4.m » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698