C++ PATCH for c++/55220 (ICE with non-deducible parameter pack)

Jason Merrill jason@redhat.com
Thu Feb 14 22:43:00 GMT 2013


This testcase is well-formed, even though it doesn't do what the user 
was trying to accomplish.  In Tuple<Head..., T> the use of a pack 
expansion not at the end of the list makes the whole argument list a 
non-deduced context, so we should get out early before it confuses us.

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


More information about the Gcc-patches mailing list