This is an unofficial snapshot of the ISO/IEC JTC1 SC22 WG21 Core Issues List revision 115e. See http://www.open-std.org/jtc1/sc22/wg21/ for the official list.

2024-11-11


2928. No ordering for initializing thread-local variables

Section: 6.9.3.3  [basic.start.dynamic]     Status: open     Submitter: CWG     Date: 2024-08-16

The heading of subclause 6.9.3.3 [basic.start.dynamic] purports to specify "dynamic initialization of non-block variables", but the subclause actually specifies dynamic initialization of variables with static storage duration only, omitting variables with thread storage duration.

See also issue 2148.