[Bug c++/82611] Incorrect warning for redundant capture in lambda

2021-12-16 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82611 Andrew Pinski changed: What|Removed |Added Resolution|--- |INVALID Status|UNCONFIRMED

[Bug c++/82611] Incorrect warning for redundant capture in lambda

2018-03-05 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82611 --- Comment #3 from Paolo Carlini --- By the way, both clang and icc emit an *hard error*, not just a warning for this usage. Consider yourself lucky ;)

[Bug c++/82611] Incorrect warning for redundant capture in lambda

2017-10-21 Thread jetanner at usc dot edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82611 --- Comment #2 from James Tanner --- In that case it seems as though the standard has overlooked this scenario, as there is no way to achieve this without incurring a warning message.

[Bug c++/82611] Incorrect warning for redundant capture in lambda

2017-10-21 Thread ensadc at mailnesia dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82611 ensadc at mailnesia dot com changed: What|Removed |Added CC||ensadc at mailnesia dot com