C++ PATCH for c++/41754 (ice with init-lists)

Jason Merrill jason@redhat.com
Sun Nov 1 03:53:00 GMT 2009


In a case where we end up comparing two identical conversions to 
std::initializer_list, we were falling into code that looked at u.next, 
which is invalid for ck_list conversions.  Fixed by just returning if we 
have two list conversions of the same rank.

Tested x86_64-pc-linux-gnu, applying to trunk and 4.4.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 41754.patch
Type: text/x-patch
Size: 1308 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20091101/d5fb6751/attachment.bin>


More information about the Gcc-patches mailing list