This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/44059] Static initializers executed more than once when using unique global symbols



------- Comment #4 from jakub at gcc dot gnu dot org  2010-05-10 14:09 -------
Re: #c2, that's just because you are using too old binutils I guess.

The bug seems to be in:
        .type _ZGVZN1AC1EvE1x, @object
        .type _ZZN1AC1EvE1x, @gnu_unique_object
I believe the guard needs to be @gnu_unique_object as well.


-- 

jakub at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jason at gcc dot gnu dot org
   Last reconfirmed|0000-00-00 00:00:00         |2010-05-10 14:09:22
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44059


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]