C++ PATCH for c++/69889 (ICE with lambda conversion)

Jason Merrill jason@redhat.com
Fri Feb 26 04:51:00 GMT 2016


Here, we were crashing because the artificial thunk returned by the 
lambda conversion operator was dereferencing an invisible reference 
parameter instead of passing it through.  I needed to fix 
cp_genericize_r to avoid that like it already does for virtual function 
thunks.

Tested x86_64-pc-linux-gnu, applying to trunk.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 69889.patch
Type: text/x-patch
Size: 4559 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20160226/0e5206be/attachment.bin>


More information about the Gcc-patches mailing list