[Bug c++/48424] C++0x parameter packs expansion problem

2011-05-26 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48424 --- Comment #7 from Jason Merrill 2011-05-26 13:44:26 UTC --- Author: jason Date: Thu May 26 13:44:20 2011 New Revision: 174287 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=174287 Log: PR c++/48424 * decl.c (grokparms): Function

[Bug c++/48424] C++0x parameter packs expansion problem

2011-05-26 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48424 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug c++/48424] C++0x parameter packs expansion problem

2011-05-26 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48424 --- Comment #5 from Jason Merrill 2011-05-26 13:22:54 UTC --- Author: jason Date: Thu May 26 13:22:51 2011 New Revision: 174285 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=174285 Log: PR c++/48424 * decl.c (grokparms): Function

[Bug c++/48424] C++0x parameter packs expansion problem

2011-05-25 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48424 Jason Merrill changed: What|Removed |Added Status|NEW |ASSIGNED AssignedTo|unassigned at

[Bug c++/48424] C++0x parameter packs expansion problem

2011-04-18 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48424 --- Comment #4 from Jason Merrill 2011-04-18 22:45:55 UTC --- Yes, that looks OK too.

[Bug c++/48424] C++0x parameter packs expansion problem

2011-04-18 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48424 --- Comment #3 from Jonathan Wakely 2011-04-18 21:23:46 UTC --- Jason, when this bug is fixed will this be allowed too? template struct S { template void f(Args1... args1, Args2&&... args2) { } }; S s; Currently this gives: var.

[Bug c++/48424] C++0x parameter packs expansion problem

2011-04-04 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48424 Jason Merrill changed: What|Removed |Added Keywords||rejects-valid Status|UNCONFIR

[Bug c++/48424] C++0x parameter packs expansion problem

2011-04-03 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48424 Jonathan Wakely changed: What|Removed |Added CC||jason at gcc dot gnu.org --- Comment #1