[Bug c++/82526] New: Confusing error for constructor of member

2017-10-12 Thread jan.willem.ps at gmail dot com
++ Assignee: unassigned at gcc dot gnu.org Reporter: jan.willem.ps at gmail dot com Target Milestone: --- When your class has multiple members of the same type, and in the initializer list you initialize the last one, but forget to initialize a previous one, you get a very

[Bug c++/77285] New: extern thread_local linkage

2016-08-18 Thread jan.willem.ps at gmail dot com
++ Assignee: unassigned at gcc dot gnu.org Reporter: jan.willem.ps at gmail dot com Target Milestone: --- Minimal test case: cat > a.h < extern thread_local std::string gFeelingLucky; EOF cat > a.cpp < main.cpp < int main() { std::cout << "I'm feeling "