Fixup ChangeLog

From-SVN: r188388
This commit is contained in:
Richard Biener 2012-06-11 14:22:01 +00:00
parent e3b127e818
commit 35981f1f3f
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
2012-06-11 Richard Guenther <rguenther@suse.de>
PR c++/53616
PR c++/53605
* mangle.c (write_array_type): Use double-ints for array domain
arithmetic.

View file

@ -6,7 +6,7 @@
2012-06-11 Richard Guenther <rguenther@suse.de>
PR c++/53616
PR c++/53605
* g++.dg/ext/pr53605.C: New testcase.
2012-06-11 Eric Botcazou <ebotcazou@adacore.com>