[Bug c++/70141] [6 Regression] template parameter not deducible in partial specialization of template inside template

2019-11-05 Thread postmas...@trippelsdorf-de.bounceio.net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70141 --- Comment #25 from postmas...@trippelsdorf-de.bounceio.net --- Your email was bounced... - ... because something went wrong between you and your recipient. Ugh! What to do next?

[Bug c++/70141] [6 Regression] template parameter not deducible in partial specialization of template inside template

2019-11-05 Thread s.lee at dpmms dot cam.ac.uk
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70141 --- Comment #24 from Sori Lee --- I retract my last report. I mistakenly thought my example compiled on clang, but rightly it didn't there either -- the U in the partial specialisation is in a non-deduced context, and fails to be deduced as

[Bug c++/70141] [6 Regression] template parameter not deducible in partial specialization of template inside template

2019-11-05 Thread postmas...@trippelsdorf-de.bounceio.net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70141 --- Comment #22 from postmas...@trippelsdorf-de.bounceio.net --- Your email was bounced... - ... because something went wrong between you and your recipient. Ugh! What to do next?

[Bug c++/70141] [6 Regression] template parameter not deducible in partial specialization of template inside template

2019-11-05 Thread s.lee at dpmms dot cam.ac.uk
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70141 Sori Lee changed: What|Removed |Added CC||s.lee at dpmms dot cam.ac.uk --- Comment #21

[Bug c++/70141] [6 Regression] template parameter not deducible in partial specialization of template inside template

2016-03-15 Thread kholdstare0.0 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70141 --- Comment #20 from Alexander Kondratskiy --- Awesome! Thank you Jason!

[Bug c++/70141] [6 Regression] template parameter not deducible in partial specialization of template inside template

2016-03-15 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70141 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/70141] [6 Regression] template parameter not deducible in partial specialization of template inside template

2016-03-15 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70141 --- Comment #18 from Jason Merrill --- Author: jason Date: Tue Mar 15 19:21:44 2016 New Revision: 234228 URL: https://gcc.gnu.org/viewcvs?rev=234228=gcc=rev Log: PR c++/70141 * pt.c (for_each_template_parm_r): Always walk into

[Bug c++/70141] [6 Regression] template parameter not deducible in partial specialization of template inside template

2016-03-15 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70141 Jason Merrill changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug c++/70141] [6 Regression] template parameter not deducible in partial specialization of template inside template

2016-03-11 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70141 --- Comment #17 from Jason Merrill --- Yes, this looks like a bug. I expect that we're saying "non-deduced" because of the typename, but the typename is gone due to partial instantiation when we get around to deducing U

[Bug c++/70141] [6 Regression] template parameter not deducible in partial specialization of template inside template

2016-03-10 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70141 Richard Biener changed: What|Removed |Added Keywords||rejects-valid Priority|P3

[Bug c++/70141] [6 Regression] template parameter not deducible in partial specialization of template inside template

2016-03-09 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70141 Richard Biener changed: What|Removed |Added Summary|[6.0 regression] template |[6 Regression] template