[Bug c++/61507] GCC does not compile function with parameter pack.

2014-06-26 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61507 Paolo Carlini changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/61507] GCC does not compile function with parameter pack.

2014-06-19 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61507 --- Comment #3 from Jason Merrill --- Author: jason Date: Thu Jun 19 09:34:48 2014 New Revision: 211819 URL: https://gcc.gnu.org/viewcvs?rev=211819&root=gcc&view=rev Log: PR c++/61507 * pt.c (resolve_overloaded_unification): Preserve

[Bug c++/61507] GCC does not compile function with parameter pack.

2014-06-18 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61507 --- Comment #2 from Jason Merrill --- Author: jason Date: Wed Jun 18 22:13:40 2014 New Revision: 211808 URL: https://gcc.gnu.org/viewcvs?rev=211808&root=gcc&view=rev Log: PR c++/61507 * pt.c (resolve_overloaded_unification): Preserve

[Bug c++/61507] GCC does not compile function with parameter pack.

2014-06-14 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61507 Jonathan Wakely changed: What|Removed |Added Keywords||rejects-valid Status|UNCON