[cfe-dev] C++11 ABI Compatibility and Static Initialization

Kevin Locke kevin at kevinlocke.name
Sat Apr 19 12:34:40 PDT 2014


On Mon, 2014-04-14 at 11:40 -0700, Richard Smith wrote:
> On Mon, Apr 14, 2014 at 8:46 AM, Kevin Locke <kevin at kevinlocke.name> wrote:
>> On Sun, 2014-04-13 at 17:36 -0700, Richard Smith wrote:
>>> This is a known issue that we've discussed in the past (though I can't find
>>> a record of the discussion right now). The issue, in the general case, is
>>> that it's possible for a common variable (local static or static data
>>> member of a class template specialization or variable template
>>> specialization) to have static initialization in one translation unit and
>>> dynamic initialization in another.
>>
>> Do you know if there is a bug filed for tracking progress on the
>> issue?  I didn't see anything in Bugzilla but may not have been
>> searching with the right keywords.
> 
> I don't know of one; please go ahead and file one. Duplicates are cheap :)

Good point.  Sorry for the delay.  I've now filed Bug 19491[1] for
tracking the issue anyone interested can follow/comment there.

Thanks again!

Kevin


1.  http://llvm.org/bugs/show_bug.cgi?id=19491



More information about the cfe-dev mailing list