C++ PATCH for c++/50086 (failure to handle template-id argument to variadic)

Jason Merrill jason@redhat.com
Wed Aug 17 08:00:00 GMT 2011


The standard says that if a template-id designates a single function, 
that is used when we don't have sufficient type information to guide 
deduction.  But we were getting this wrong when passing to a variadic 
parameter due to a simple logic error.

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


More information about the Gcc-patches mailing list