diff options
Diffstat (limited to 'gcc/objc')
| -rw-r--r-- | gcc/objc/objc-act.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/gcc/objc/objc-act.c b/gcc/objc/objc-act.c index bf770e9..03e4b04 100644 --- a/gcc/objc/objc-act.c +++ b/gcc/objc/objc-act.c @@ -4851,8 +4851,8 @@ finish_message_expr (receiver, sel_name, method_params)  	       && TREE_STATIC_TEMPLATE (TREE_TYPE (rtype)))  	statically_typed = 1;        else if ((flag_next_runtime -		|| (IS_ID (rtype) -		    && (class_ident = receiver_is_class_object (receiver))))) +		|| (IS_ID (rtype))) +	       && (class_ident = receiver_is_class_object (receiver)))  	;        else if (! IS_ID (rtype)  	       /* Allow any type that matches objc_class_type.  */ | 
