[Bug c++/69078] [C++14] function local static not initialized when only used in a generic/variadic lambda

2017-10-16 Thread clyon at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69078 Christophe Lyon changed: What|Removed |Added CC||clyon at gcc dot gnu.org --- Comment

[Bug c++/69078] [C++14] function local static not initialized when only used in a generic/variadic lambda

2017-10-13 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69078 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/69078] [C++14] function local static not initialized when only used in a generic/variadic lambda

2017-10-13 Thread paolo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69078 --- Comment #3 from paolo at gcc dot gnu.org --- Author: paolo Date: Fri Oct 13 17:38:50 2017 New Revision: 253736 URL: https://gcc.gnu.org/viewcvs?rev=253736=gcc=rev Log: 2017-10-13 Paolo Carlini PR

[Bug c++/69078] [C++14] function local static not initialized when only used in a generic/variadic lambda

2016-04-20 Thread alphaetapi at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69078 --- Comment #2 from Adam H. Peterson --- Incidentally, my GCC version is 5.3: $ g++ --version g++ (Debian 5.3.1-13) 5.3.1 20160323 Copyright (C) 2015 Free Software Foundation, Inc. This is free software; see the source for copying

[Bug c++/69078] [C++14] function local static not initialized when only used in a generic/variadic lambda

2016-04-20 Thread alphaetapi at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69078 Adam H. Peterson changed: What|Removed |Added CC||alphaetapi at hotmail dot com ---