C++ PATCH for c++/43559 (wrong partial ordering)

Jason Merrill jason@redhat.com
Tue Mar 30 20:11:00 GMT 2010


My patch for c++/41703 added a same_type_p check before considering 
cv-qualifiers in partial ordering in order to deal with non-deduced 
template parms.  But the patch also deals with that issue with the new 
check_nondeduced_parms function, so the same_type_p check is 
unnecessary, and wrong in this case where the two types involve template 
type parameters with different indices.

Tested x86_64-pc-linux-gnu, applied to trunk.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 43559.patch
Type: text/x-patch
Size: 1501 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20100330/28e5df72/attachment.bin>


More information about the Gcc-patches mailing list