https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69302
--- Comment #8 from Jonathan Wakely ---
Fixed by r253266
PR c++/56973, DR 696 - capture constant variables only as needed.
* expr.c (mark_use): Split out from mark_rvalue_use and
mark_lvalue_use. Handle lambda capture of constant variables.
(m
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69302
Andrew Pinski changed:
What|Removed |Added
Status|NEW |RESOLVED
Target Milestone|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69302
Manuel López-Ibáñez changed:
What|Removed |Added
Summary|parentheses cause address |parentheses cause address
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69302
--- Comment #5 from Andrew Pinski ---
C++14 changes parentheses slightly. In that it causes them to be a lvalue
still if it was a lvalue.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69302
Manuel López-Ibáñez changed:
What|Removed |Added
CC||jason at redhat dot com