[Bug c++/86246] [8/9 Regression] Template dispatching error inside a template function

2018-11-16 Thread nathan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86246 Nathan Sidwell changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/86246] [8/9 Regression] Template dispatching error inside a template function

2018-11-16 Thread nathan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86246 --- Comment #10 from Nathan Sidwell --- Author: nathan Date: Fri Nov 16 11:51:51 2018 New Revision: 266204 URL: https://gcc.gnu.org/viewcvs?rev=266204=gcc=rev Log: [PR c++/86246] ICE tsubst explicit operator call

[Bug c++/86246] [8/9 Regression] Template dispatching error inside a template function

2018-11-15 Thread nathan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86246 --- Comment #8 from Nathan Sidwell --- Fixed trunk r266193.

[Bug c++/86246] [8/9 Regression] Template dispatching error inside a template function

2018-11-15 Thread nathan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86246 --- Comment #8 from Nathan Sidwell --- Fixed trunk r266193. --- Comment #9 from Nathan Sidwell --- Author: nathan Date: Thu Nov 15 19:54:25 2018 New Revision: 266193 URL: https://gcc.gnu.org/viewcvs?rev=266193=gcc=rev Log: [PR c++/86246] ICE

[Bug c++/86246] [8/9 Regression] Template dispatching error inside a template function

2018-11-15 Thread nathan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86246 Nathan Sidwell changed: What|Removed |Added CC||kretz at kde dot org --- Comment #7

[Bug c++/86246] [8/9 Regression] Template dispatching error inside a template function

2018-07-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86246 Jakub Jelinek changed: What|Removed |Added Target Milestone|8.2 |8.3 --- Comment #6 from Jakub Jelinek

[Bug c++/86246] [8/9 Regression] Template dispatching error inside a template function

2018-06-21 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86246 Jonathan Wakely changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill

[Bug c++/86246] [8/9 Regression] Template dispatching error inside a template function

2018-06-21 Thread nathan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86246 --- Comment #4 from Nathan Sidwell --- but myclass::operator double is not a template. why would we find it as a specialization of the templated conversion operator? (to be clear, that maybe what we want, but the temp.mem does not appear to be

[Bug c++/86246] [8/9 Regression] Template dispatching error inside a template function

2018-06-21 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86246 Jason Merrill changed: What|Removed |Added CC||jason at gcc dot gnu.org --- Comment #3

[Bug c++/86246] [8/9 Regression] Template dispatching error inside a template function

2018-06-21 Thread nathan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86246 --- Comment #2 from Nathan Sidwell --- This no longer ices. and I am not sure the code is well formed. The code is explicitly naming a conversion operator 'obj.operator T()', which is not the same as relying on the conversion mechanism of

[Bug c++/86246] [8/9 Regression] Template dispatching error inside a template function

2018-06-21 Thread nathan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86246 Nathan Sidwell changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug c++/86246] [8/9 Regression] Template dispatching error inside a template function

2018-06-21 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86246 Richard Biener changed: What|Removed |Added Target Milestone|--- |8.2

[Bug c++/86246] [8/9 Regression] Template dispatching error inside a template function

2018-06-20 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86246 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |NEW Known to work|