[Bug c++/53288] [C++11] Lifetime of temporary object backing pointer-to-member expression not extended
msebor at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Jan 20 00:25:00 GMT 2016
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53288
Martin Sebor <msebor at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Last reconfirmed| |2016-01-20
CC| |msebor at gcc dot gnu.org
Ever confirmed|0 |1
Known to fail| |4.8.5, 4.9.3, 5.3.0, 6.0
--- Comment #3 from Martin Sebor <msebor at gcc dot gnu.org> ---
Confirmed with the modified test case as indicated in comment #2 on trunk,
5.3.0, 4.9.3, and 4.8.5. It doesn't look like it has ever been handled
correctly. The same on x86_64.
More information about the Gcc-bugs
mailing list