aboutsummaryrefslogtreecommitdiff
path: root/gcc/objc
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2010-11-20 00:44:47 +0100
committerJakub Jelinek <jakub@gcc.gnu.org>2010-11-20 00:44:47 +0100
commitfb3303597e3e88c6c03f2c699ec89c55fb7b7cfc (patch)
tree8e26000f74a6a016071b0673b2a99ffdffd7d4fb /gcc/objc
parentd4e72c58e36abe902834d122b291a91debd5625c (diff)
downloadgcc-fb3303597e3e88c6c03f2c699ec89c55fb7b7cfc.zip
gcc-fb3303597e3e88c6c03f2c699ec89c55fb7b7cfc.tar.gz
gcc-fb3303597e3e88c6c03f2c699ec89c55fb7b7cfc.tar.bz2
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
Diffstat (limited to 'gcc/objc')
-rw-r--r--gcc/objc/ChangeLog5
-rw-r--r--gcc/objc/objc-act.c5
2 files changed, 5 insertions, 5 deletions
diff --git a/gcc/objc/ChangeLog b/gcc/objc/ChangeLog
index a5ad136..86ee581 100644
--- a/gcc/objc/ChangeLog
+++ b/gcc/objc/ChangeLog
@@ -1,3 +1,8 @@
+2010-11-20 Jakub Jelinek <jakub@redhat.com>
+
+ PR c/46547
+ * objc-act.c (in_late_binary_op): Remove.
+
2010-11-19 Nicola Pero <nicola.pero@meta-innovation.com>
* 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 3a87faf..7f8a7ab 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