diff options
Diffstat (limited to 'gcc/cp/ChangeLog')
-rw-r--r-- | gcc/cp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 35d5f34..b5168c2 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,9 @@ +2015-05-22 Jan Hubicka <hubicka@ucw.cz> + + PR lto/66180 + * mangle.c (mangle_decl): Mangle anonymous namespace types as + "<anon>". + 2015-05-23 Nathan Sidwell <nathan@acm.org> PR c++/65936 |