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
This commit is contained in:
Jakub Jelinek 2010-11-20 00:44:47 +01:00 committed by Jakub Jelinek
parent d4e72c58e3
commit fb3303597e
2 changed files with 5 additions and 5 deletions

View 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

View 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