[Bug c++/17042] [3.5 regression] Duplicated symbol in assembly output

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Tue Aug 17 07:20:00 GMT 2004


------- 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



More information about the Gcc-bugs mailing list