2018-10-12 Christophe Lyon <christophe.lyon@linaro.org>
PR c++/87364
* c-pretty-print.c (c_pretty_printer::constant): Fix typo.
From-SVN: r265078
+2018-10-12 Christophe Lyon <christophe.lyon@linaro.org>
+
+ PR c++/87364
+ * c-pretty-print.c (c_pretty_printer::constant): Fix typo.
+
2018-10-11 Will Wray <wjwray@gmail.com>
PR c++/87364
else if (type == char_type_node)
pp_c_character_constant (this, e);
else if (TREE_CODE (type) == ENUMERAL_TYPE)
- pp_c_enumeration_constant (this, e))
+ pp_c_enumeration_constant (this, e);
else
pp_c_integer_constant (this, e);
}