This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/12291] regression in anonymous namespace variable name mangling
- From: "bangerth at dealii dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 15 Sep 2003 20:22:14 -0000
- Subject: [Bug c++/12291] regression in anonymous namespace variable name mangling
- References: <20030915201509.12291.phil.el@wanadoo.fr>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12291
bangerth at dealii dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |WAITING
------- Additional Comments From bangerth at dealii dot org 2003-09-15 20:22 -------
>From when is your mainline snapshot? With mine from 2003-09-02, I get
g/x> /home/bangerth/bin/gcc-3.4-pre/bin/c++ -c x.cc
g/x> nm x.o | grep option_array
00000024 t _GLOBAL__I__ZN33_GLOBAL__N_x.cc_00000000_8C04254A12option_arrayE
00000000 B _ZN33_GLOBAL__N_x.cc_00000000_8C04254A12option_arrayE
i.e. the filename x.cc is included in both variables. Can you post the output
of gcc -v?
W.