C++ PATCH for c++/37729 (variadic templates + late-specified return types)

H.J. Lu hjl.tools@gmail.com
Fri Jan 14 15:18:00 GMT 2011


On Mon, Mar 23, 2009 at 2:02 PM, Jason Merrill <jason@redhat.com> wrote:
> I noticed a while back that pack expansion didn't work in a late-specified
> return type, but didn't feel like dealing with it.  After the recent change
> to the handling of function parms, I expected it to be more tractable, and
> indeed it was.
>
> Tested x86_64-pc-linux-gnu, applied to trunk (completing new feature, impact
> limited to C++0x mode).
>
>

This caused ICE in:

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47289


-- 
H.J.



More information about the Gcc-patches mailing list