2012-10-10 Arnaud Charlet <charlet@adacore.com>
PR ada/54845
* c-ada-spec.c (print_ada_struct_decl): Increase buf size.
From-SVN: r192290
+2012-10-10 Arnaud Charlet <charlet@adacore.com>
+
+PR ada/54845
+ * c-ada-spec.c (print_ada_struct_decl): Increase buf size.
+
2012-10-09 Paolo Carlini <paolo.carlini@oracle.com>
PR c++/54194
tree tmp;
int is_union =
TREE_CODE (node) == UNION_TYPE || TREE_CODE (node) == QUAL_UNION_TYPE;
- char buf[16];
+ char buf[32];
int field_num = 0;
int field_spc = spc + INDENT_INCR;
int need_semicolon;