[Bug c++/10200] [6 Regression] Weird clash with same names in different scopes

2016-05-19 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=10200 --- Comment #39 from Jason Merrill --- Author: jason Date: Thu May 19 19:20:40 2016 New Revision: 236486 URL: https://gcc.gnu.org/viewcvs?rev=236486&root=gcc&view=rev Log: Fix handling of non-dependent calls with default template args.

[Bug c++/10200] [6 Regression] Weird clash with same names in different scopes

2016-05-13 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=10200 --- Comment #38 from Jason Merrill --- Author: jason Date: Fri May 13 19:18:35 2016 New Revision: 236221 URL: https://gcc.gnu.org/viewcvs?rev=236221&root=gcc&view=rev Log: Fix type-dependence and the current instantiation. PR c+

[Bug c++/10200] [6 Regression] Weird clash with same names in different scopes

2016-02-16 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=10200 --- Comment #37 from Jason Merrill --- Author: jason Date: Wed Feb 17 00:50:23 2016 New Revision: 233481 URL: https://gcc.gnu.org/viewcvs?rev=233481&root=gcc&view=rev Log: PR c++/10200 PR c++/69753 * call.c, cp-tree.h, na

[Bug c++/10200] [6 Regression] Weird clash with same names in different scopes

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

[Bug c++/10200] [6 Regression] Weird clash with same names in different scopes

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

[Bug c++/10200] [6 Regression] Weird clash with same names in different scopes

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

[Bug c++/10200] [6 Regression] Weird clash with same names in different scopes

2016-02-09 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=10200 --- Comment #34 from Jonathan Wakely --- (In reply to Jakub Jelinek from comment #33) > we now have a regression from 5 to 6, right? Right.

[Bug c++/10200] [6 Regression] Weird clash with same names in different scopes

2016-02-09 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=10200 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org Target Milest