Commit fb330359 by Jakub Jelinek Committed by Jakub Jelinek

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
parent d4e72c58
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> 2010-11-19 Nicola Pero <nicola.pero@meta-innovation.com>
* objc-act.c (objc_start_class_interface): Do not warn that class * objc-act.c (objc_start_class_interface): Do not warn that class
......
...@@ -63,11 +63,6 @@ along with GCC; see the file COPYING3. If not see ...@@ -63,11 +63,6 @@ along with GCC; see the file COPYING3. If not see
static unsigned int should_call_super_dealloc = 0; 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 /* 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. */ and so need to replicate the C tree-construction functions in some way. */
#ifdef OBJCPLUS #ifdef OBJCPLUS
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment