[Bug c++/63628] [c++1y] cannot use decltype on captured arg-pack

2015-12-16 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63628 --- Comment #7 from Jason Merrill --- *** Bug 61814 has been marked as a duplicate of this bug. ***

[Bug c++/63628] [c++1y] cannot use decltype on captured arg-pack

2015-12-16 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63628 Jason Merrill changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/63628] [c++1y] cannot use decltype on captured arg-pack

2015-12-16 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63628 --- Comment #8 from Jason Merrill --- Author: jason Date: Wed Dec 16 18:36:55 2015 New Revision: 231715 URL: https://gcc.gnu.org/viewcvs?rev=231715=gcc=rev Log: PR c++/63628 * pt.c (tsubst_pack_expansion): Also make dummy decls

[Bug c++/63628] [c++1y] cannot use decltype on captured arg-pack

2015-12-16 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63628 --- Comment #5 from Jason Merrill --- Author: jason Date: Wed Dec 16 18:22:17 2015 New Revision: 231713 URL: https://gcc.gnu.org/viewcvs?rev=231713=gcc=rev Log: PR c++/63628 * pt.c (tsubst_pack_expansion): Also make dummy decls

[Bug c++/63628] [c++1y] cannot use decltype on captured arg-pack

2015-12-15 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63628 --- Comment #4 from Jason Merrill --- (In reply to Paolo Carlini from comment #3) > The second and third variants work in mainline. Yes, they were fixed by the patch for bug 68309. We need a further fix to handle the original testcase.

[Bug c++/63628] [c++1y] cannot use decltype on captured arg-pack

2015-12-15 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63628 --- Comment #3 from Paolo Carlini --- The second and third variants work in mainline.

[Bug c++/63628] [c++1y] cannot use decltype on captured arg-pack

2014-10-23 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63628 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[Bug c++/63628] [c++1y] cannot use decltype on captured arg-pack

2014-10-23 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63628 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Keywords|