re PR c/46547 (internal compiler error when converting a complex to a bool)
authorJakub Jelinek <jakub@redhat.com>
Fri, 19 Nov 2010 23:44:47 +0000 (00:44 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Fri, 19 Nov 2010 23:44:47 +0000 (00:44 +0100)
PR c/46547
* objc-act.c (in_late_binary_op): Remove.

From-SVN: r166964

gcc/objc/ChangeLog
gcc/objc/objc-act.c

index a5ad136be9063817877070a75a330b865bf6fc1c..86ee5814a405502101066aeb10768672cb20d6f0 100644 (file)
@@ -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
index 3a87fafebce960121d63d8d55da9b7a6339e1d08..7f8a7ab71dc4171cb46719dc22fe3adbe766156a 100644 (file)
@@ -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