[Bug c++/80947] [6/7 Regression] Different visibility for the lambda and its capture list members with -fvisibility=hidden

2018-10-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80947 Jakub Jelinek changed: What|Removed |Added Target Milestone|6.5 |7.4 --- Comment #18 from Jakub Jelinek

[Bug c++/80947] [6/7 Regression] Different visibility for the lambda and its capture list members with -fvisibility=hidden

2018-05-03 Thread duarte at scylladb dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80947 --- Comment #17 from Duarte --- It also fails on GCC 8.1. This is the reproducer: template void foo() { struct inner { inner() { ([this] { }); } }; } int main() { foo(); } It fails when compiled with -fvisib

[Bug c++/80947] [6/7 Regression] Different visibility for the lambda and its capture list members with -fvisibility=hidden

2018-05-03 Thread duarte at scylladb dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80947 Duarte changed: What|Removed |Added CC||duarte at scylladb dot com --- Comment #16 from

[Bug c++/80947] [6/7 Regression] Different visibility for the lambda and its capture list members with -fvisibility=hidden

2017-12-07 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80947 Richard Biener changed: What|Removed |Added Priority|P3 |P2

[Bug c++/80947] [6/7 Regression] Different visibility for the lambda and its capture list members with -fvisibility=hidden

2017-11-03 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80947 Richard Biener changed: What|Removed |Added Target Milestone|--- |6.5

[Bug c++/80947] [6/7 Regression] Different visibility for the lambda and its capture list members with -fvisibility=hidden

2017-09-18 Thread paolo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80947 --- Comment #15 from paolo at gcc dot gnu.org --- Author: paolo Date: Mon Sep 18 23:57:26 2017 New Revision: 252957 URL: https://gcc.gnu.org/viewcvs?rev=252957&root=gcc&view=rev Log: 2017-09-18 Paolo Carlini PR c++/80947 * g+

[Bug c++/80947] [6/7 Regression] Different visibility for the lambda and its capture list members with -fvisibility=hidden

2017-09-18 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80947 --- Comment #14 from Paolo Carlini --- I see. I'm adding the testcase, but it's still a 6/7 Regression, hopefully part of the lambda overhaul can be easily backported.