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:
parent
d4e72c58e3
commit
fb3303597e
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user