From efe325eb7e819dde6e15f9a3d48c6fee527c1ba1 Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Wed, 2 Mar 2016 00:16:54 -0300 Subject: shift operators are not assignment operators --- libcc1/libcp1plugin.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/libcc1/libcp1plugin.cc b/libcc1/libcp1plugin.cc index ed28443ff23..7032ac0b2ab 100644 --- a/libcc1/libcp1plugin.cc +++ b/libcc1/libcp1plugin.cc @@ -602,11 +602,9 @@ plugin_new_decl (cc1_plugin::connection *self, break; case CHARS2 ('l', 's'): // operator << opcode = LSHIFT_EXPR; - assop = true; break; case CHARS2 ('r', 's'): // operator >> opcode = RSHIFT_EXPR; - assop = true; break; case CHARS2 ('l', 'S'): // operator <<= opcode = LSHIFT_EXPR; -- cgit v1.2.1