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

From-SVN: r166965

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

index 9a24db4aaa4a763c3ad1cbaf1a3ac20b6eaac486..2e9b5f97bbc13ec6ef711286e72036bd14019c75 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-07-31  Release Manager
 
        * GCC 4.5.1 released.
index d3f007553d12b4cfcc59c397808e670810dbef6d..1ad0bc316268299cab3941513b120a6b4f988b16 100644 (file)
@@ -81,11 +81,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