This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/17042] [3.5 regression] Duplicated symbol in assembly output
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 17 Aug 2004 07:19:58 -0000
- Subject: [Bug c++/17042] [3.5 regression] Duplicated symbol in assembly output
- References: <20040815232958.17042.carlo@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-08-17 07:19 -------
I still can reproduce it on the mainline (note that you have to have --enable-__cxa_atexit enabled):
.type __dso_handle, @object
.size __dso_handle, 4
__dso_handle:
.zero 4
.weak __dso_handle
.align 4
.type __dso_handle, @object
.size __dso_handle, 4
__dso_handle:
.zero 4
Still this is a QOI issue, if we do anything we should warn or error out on this situation.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17042