[Bug c++/71487] sorry, unimplemented: mangling offset_ref

2019-04-04 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71487 Martin Sebor changed: What|Removed |Added Last reconfirmed|2016-06-26 00:00:00 |2019-4-4 CC|

[Bug c++/71487] sorry, unimplemented: mangling offset_ref

2016-06-25 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71487 Andrew Pinski changed: What|Removed |Added Keywords||ABI Status|UNCONFIRMED

[Bug c++/71487] sorry, unimplemented: mangling offset_ref

2016-06-10 Thread lemonedo at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71487 --- Comment #2 from Chungmin Lee --- Command: g++ -std=c++11 a.cpp

[Bug c++/71487] sorry, unimplemented: mangling offset_ref

2016-06-10 Thread lemonedo at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71487 --- Comment #1 from Chungmin Lee --- You might say that in the above scenario HasLength does not have to be a template, but it is just a simplified example.