diff options
author | Jakub Jelinek <jakub@redhat.com> | 2010-11-20 00:44:47 +0100 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2010-11-20 00:44:47 +0100 |
commit | fb3303597e3e88c6c03f2c699ec89c55fb7b7cfc (patch) | |
tree | 8e26000f74a6a016071b0673b2a99ffdffd7d4fb /gcc/objc/objc-act.c | |
parent | d4e72c58e36abe902834d122b291a91debd5625c (diff) | |
download | gcc-fb3303597e3e88c6c03f2c699ec89c55fb7b7cfc.zip gcc-fb3303597e3e88c6c03f2c699ec89c55fb7b7cfc.tar.gz gcc-fb3303597e3e88c6c03f2c699ec89c55fb7b7cfc.tar.bz2 |
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
Diffstat (limited to 'gcc/objc/objc-act.c')
-rw-r--r-- | gcc/objc/objc-act.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/objc/objc-act.c b/gcc/objc/objc-act.c index 3a87faf..7f8a7ab 100644 --- a/gcc/objc/objc-act.c +++ b/gcc/objc/objc-act.c @@ -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 |