Index: libiberty/ChangeLog
authorGeoffrey Keating <geoffk@apple.com>
Sun, 6 May 2007 00:01:36 +0000 (00:01 +0000)
committerGeoffrey Keating <geoffk@gcc.gnu.org>
Sun, 6 May 2007 00:01:36 +0000 (00:01 +0000)
commita2aa65f063a85d23f961337510d3a9395d79de41
tree346b513c9858f2b4fdf34b115a7ccc9103a94c85
parentfabfde2e514c7125771651dc933bba9503bc0e67
Index: libiberty/ChangeLog
2007-05-04  Geoffrey Keating  <geoffk@apple.com>

* cp-demangle.c (d_name): Detect local-source-name.
(d_prefix): Likewise.
(d_unqualified_name): Implement local-source-name.

Index: gcc/cp/ChangeLog
2007-05-04  Geoffrey Keating  <geoffk@apple.com>

PR 31775
* mangle.c (write_mangled_name): Mangle static variable names.
(write_unqualified_name): Use local-source-name for
namespace-scope static variables.

Index: gcc/testsuite/ChangeLog
2007-05-04  Geoffrey Keating  <geoffk@apple.com>

PR 31775
* g++.dg/other/nested-extern.cc: New.
* g++.dg/other/nested-extern-1.C: New.
* g++.dg/other/nested-extern-2.C: New.

From-SVN: r124467
gcc/cp/ChangeLog
gcc/cp/mangle.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/other/nested-extern-1.C [new file with mode: 0644]
gcc/testsuite/g++.dg/other/nested-extern-2.C [new file with mode: 0644]
gcc/testsuite/g++.dg/other/nested-extern.cc [new file with mode: 0644]
libiberty/ChangeLog
libiberty/cp-demangle.c
libiberty/testsuite/demangle-expected