[Bug c++/69302] parentheses cause address of register variable to be requested (c++1y)

2021-08-05 Thread redi at gcc dot gnu.org via Gcc-bugs
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.

[Bug c++/69302] parentheses cause address of register variable to be requested (c++1y)

2021-08-04 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69302 Andrew Pinski changed: What|Removed |Added Status|NEW |RESOLVED Target Milestone|---

[Bug c++/69302] parentheses cause address of register variable to be requested (c++1y)

2016-01-16 Thread manu at gcc dot gnu.org
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