[Bug c++/47326] [4.4/4.5/4.6 Regression] ICE in tsubst_copy (triggered by dependency of return type on parameter pack size)

2011-02-08 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47326 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P2 ---

[Bug c++/47326] [4.4/4.5/4.6 Regression] ICE in tsubst_copy (triggered by dependency of return type on parameter pack size)

2011-02-08 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47326 --- Comment #8 from Jonathan Wakely redi at gcc dot gnu.org 2011-02-08 14:30:36 UTC --- The code is valid C++0x (so the summary should include [C++0x]) It doesn't ICE if sizeof...(_ARGS) is used instead of sizeof...(args), or if the sizeof...

[Bug c++/47326] [4.4/4.5/4.6 Regression] ICE in tsubst_copy (triggered by dependency of return type on parameter pack size)

2011-01-18 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47326 H.J. Lu hjl.tools at gmail dot com changed: What|Removed |Added Status|WAITING |NEW Target