summaryrefslogtreecommitdiffstats
path: root/parse.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'parse.cxx')
-rw-r--r--parse.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/parse.cxx b/parse.cxx
index ca3337b6..9e91f5b7 100644
--- a/parse.cxx
+++ b/parse.cxx
@@ -355,6 +355,7 @@ lexer::scan ()
s2 == "&=" ||
s2 == "^=" ||
s2 == "|=" ||
+ s2 == ".=" ||
s2 == "&&" ||
s2 == "||" ||
s2 == "++" ||
@@ -1109,6 +1110,7 @@ parser::parse_assignment ()
t->content == "&=" ||
t->content == "^=" ||
t->content == "|=" ||
+ t->content == ".=" ||
false))
{
// NB: lvalueness is checked during elaboration / translation