[Bug c++/50306] ambiguous templated conversion operators accepted

2011-11-19 Thread manu at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50306 Manuel López-Ibáñez changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/50306] ambiguous templated conversion operators accepted

2011-11-19 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50306 --- Comment #4 from Paolo Carlini 2011-11-19 12:11:05 UTC --- Yes, I confirm the issue doesn't seem fixed neither mainline nor 4_6-branch.

[Bug c++/50306] ambiguous templated conversion operators accepted

2011-11-18 Thread malaperle at omnialabs dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50306 --- Comment #3 from Marc-Andre Laperle 2011-11-19 05:38:32 UTC --- I tried 4.6.2, r181503 and r180166 and they all compiled the sample code without error. Do you have any local changes or special parameters that made it not compile?

[Bug c++/50306] ambiguous templated conversion operators accepted

2011-11-17 Thread manu at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50306 Manuel López-Ibáñez changed: What|Removed |Added CC||manu at gcc dot gnu.org --- Comment

[Bug c++/50306] ambiguous templated conversion operators accepted

2011-11-17 Thread malaperle at omnialabs dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50306 --- Comment #1 from Marc-Andre Laperle 2011-11-17 18:00:27 UTC --- I have never worked with the GCC source code before, any pointers to where I should start to look to fix this issue? Thanks!