From fb3303597e3e88c6c03f2c699ec89c55fb7b7cfc Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Sat, 20 Nov 2010 00:44:47 +0100 Subject: [PATCH] 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 --- gcc/objc/ChangeLog | 5 +++++ gcc/objc/objc-act.c | 5 ----- 2 files changed, 5 insertions(+), 5 deletions(-) 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 -- 2.30.2