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

Jason Merrill jason@redhat.com
Fri Jan 31 15:41:00 GMT 2014


We need to loosen the check for an exact match when we're doing partial 
ordering, because dealing with dependent types means we can't 
instantiate things like typenames to see what they end up being.  And 
it's not necessary because when we've gotten to partial ordering, we 
already know that both candidates are viable.

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


More information about the Gcc-patches mailing list