diff options
Diffstat (limited to 'gcc/objc/objc-act.c')
-rw-r--r-- | gcc/objc/objc-act.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/objc/objc-act.c b/gcc/objc/objc-act.c index dffdb71..5aaadc67 100644 --- a/gcc/objc/objc-act.c +++ b/gcc/objc/objc-act.c @@ -821,6 +821,9 @@ objc_start_method_definition (tree decl, tree attributes) return false; } + if (decl != NULL_TREE && METHOD_SEL_NAME (decl) == error_mark_node) + return false; + if (attributes) warning_at (input_location, OPT_Wattributes, "method attributes are not available in this version" |