[Bug c++/23055] overload resolution does not find templated function (zero -> pointer)

2014-10-27 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=23055 Jonathan Wakely changed: What|Removed |Added CC||shunichi_wakabayashi@yahoo.

[Bug c++/23055] overload resolution does not find templated function (zero -> pointer)

2014-01-28 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23055 Bug 23055 depends on bug 59818, which changed state. Bug 59818 Summary: [4.9 regression] Bogus error: call of overloaded is ambiguous http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59818 What|Removed |Added -

[Bug c++/23055] overload resolution does not find templated function (zero -> pointer)

2014-01-14 Thread ppluzhnikov at google dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23055 Paul Pluzhnikov changed: What|Removed |Added CC||ppluzhnikov at google dot com --- Comme

[Bug c++/23055] overload resolution does not find templated function (zero -> pointer)

2014-01-10 Thread ppluzhnikov at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23055 --- Comment #11 from ppluzhnikov at gcc dot gnu.org --- Author: ppluzhnikov Date: Fri Jan 10 17:27:39 2014 New Revision: 206534 URL: http://gcc.gnu.org/viewcvs?rev=206534&root=gcc&view=rev Log: For Google b/12471166, backport r197790 from trunk:

[Bug c++/23055] overload resolution does not find templated function (zero -> pointer)

2013-04-11 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23055 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug c++/23055] overload resolution does not find templated function (zero -> pointer)

2013-04-09 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23055 Jason Merrill changed: What|Removed |Added Status|NEW |ASSIGNED AssignedTo|unas

[Bug c++/23055] overload resolution does not find templated function (zero -> pointer)

2013-04-09 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23055 Jason Merrill changed: What|Removed |Added CC||daniel.kruegler at

[Bug c++/23055] overload resolution does not find templated function (zero -> pointer)

2012-10-05 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23055 Paolo Carlini changed: What|Removed |Added CC|gcc-bugs at gcc dot gnu.org |jason at gcc dot gnu.org Kn

[Bug c++/23055] overload resolution does not find templated function (zero -> pointer)

2012-10-04 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23055 Paolo Carlini changed: What|Removed |Added CC||tjablin at gmail dot com --- Co

[Bug c++/23055] overload resolution does not find templated function (zero -> pointer)

2010-11-28 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23055 Paolo Carlini changed: What|Removed |Added CC||ilpoilves at hotmail dot

[Bug c++/23055] overload resolution does not find templated function (zero -> pointer)

2009-12-08 Thread redi at gcc dot gnu dot org
--- Comment #5 from redi at gcc dot gnu dot org 2009-12-08 11:21 --- *** Bug 29577 has been marked as a duplicate of this bug. *** -- redi at gcc dot gnu dot org changed: What|Removed |Added -

[Bug c++/23055] overload resolution does not find templated function (zero -> pointer)

2009-08-25 Thread bangerth at gmail dot com
--- Comment #4 from bangerth at gmail dot com 2009-08-25 13:31 --- *** Bug 41104 has been marked as a duplicate of this bug. *** -- bangerth at gmail dot com changed: What|Removed |Added -

[Bug c++/23055] overload resolution does not find templated function

2005-07-25 Thread gdr at integrable-solutions dot net
--- Additional Comments From gdr at integrable-solutions dot net 2005-07-25 15:28 --- Subject: Re: overload resolution does not find templated function "bangerth at dealii dot org" <[EMAIL PROTECTED]> writes: | This basically boils down to this question: | - | te

[Bug c++/23055] overload resolution does not find templated function

2005-07-25 Thread bangerth at dealii dot org
--- Additional Comments From bangerth at dealii dot org 2005-07-25 15:21 --- This basically boils down to this question: - template struct S { typedef int type; }; template int foo(T, typename S::type * ret); int j = foo(1, 0); -- icc

[Bug c++/23055] overload resolution does not find templated function

2005-07-24 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-25 05:12 --- Confirmed, not a regression. 2.95.3 rejects the code too. -- What|Removed |Added