* error.c (dump_expr): Handle COMPLEX_CST.
* cxx-pretty-print.c (pp_cxx_primary_expression): Likewise.
(pp_cxx_expression): Likewise.
From-SVN: r127847
+2007-08-28 Gabriel Dos Reis <gdr@integrable-solutions.net>
+
+ * error.c (dump_expr): Handle COMPLEX_CST.
+ * cxx-pretty-print.c (pp_cxx_primary_expression): Likewise.
+ (pp_cxx_expression): Likewise.
+
2007-08-27 Alexandre Oliva <aoliva@redhat.com>
* decl.c (GNU_INLINE_P): New.
{
case INTEGER_CST:
case REAL_CST:
+ case COMPLEX_CST:
case STRING_CST:
pp_cxx_constant (pp, t);
break;
case STRING_CST:
case INTEGER_CST:
case REAL_CST:
+ case COMPLEX_CST:
pp_cxx_constant (pp, t);
break;
case INTEGER_CST:
case REAL_CST:
case STRING_CST:
+ case COMPLEX_CST:
pp_constant (cxx_pp, t);
break;