From: Jakub Jelinek Date: Fri, 19 Nov 2010 23:44:47 +0000 (+0100) Subject: re PR c/46547 (internal compiler error when converting a complex to a bool) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fb3303597e3e88c6c03f2c699ec89c55fb7b7cfc;p=gcc.git re PR c/46547 (internal compiler error when converting a complex to a bool) PR c/46547 * objc-act.c (in_late_binary_op): Remove. From-SVN: r166964 --- diff --git a/gcc/objc/ChangeLog b/gcc/objc/ChangeLog index a5ad136be90..86ee5814a40 100644 --- a/gcc/objc/ChangeLog +++ b/gcc/objc/ChangeLog @@ -1,3 +1,8 @@ +2010-11-20 Jakub Jelinek + + PR c/46547 + * objc-act.c (in_late_binary_op): Remove. + 2010-11-19 Nicola Pero * objc-act.c (objc_start_class_interface): Do not warn that class diff --git a/gcc/objc/objc-act.c b/gcc/objc/objc-act.c index 3a87fafebce..7f8a7ab71dc 100644 --- a/gcc/objc/objc-act.c +++ b/gcc/objc/objc-act.c @@ -63,11 +63,6 @@ along with GCC; see the file COPYING3. If not see static unsigned int should_call_super_dealloc = 0; -/* When building Objective-C++, we need in_late_binary_op. */ -#ifdef OBJCPLUS -bool in_late_binary_op = false; -#endif /* OBJCPLUS */ - /* When building Objective-C++, we are not linking against the C front-end and so need to replicate the C tree-construction functions in some way. */ #ifdef OBJCPLUS