[Bug c++/50921] GCC cannot find dependent conversion-function-id even if there's a using declaration for it

2021-08-03 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50921 Andrew Pinski changed: What|Removed |Added Keywords||rejects-valid Known to fail|

[Bug c++/50921] GCC cannot find dependent conversion-function-id even if there's a using declaration for it

2014-09-09 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50921 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added CC|

[Bug c++/50921] GCC cannot find dependent conversion-function-id even if there's a using declaration for it

2012-08-31 Thread fabien at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50921 fabien at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug c++/50921] GCC cannot find dependent conversion-function-id even if there's a using declaration for it

2012-08-24 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50921 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added CC||fabien at

[Bug c++/50921] GCC cannot find dependent conversion-function-id even if there's a using declaration for it

2011-10-30 Thread schaub.johannes at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50921 --- Comment #1 from Johannes Schaub schaub.johannes at googlemail dot com 2011-10-30 13:54:21 UTC --- Someone notified me that you can substantially reduce this to the following templatetypename T struct Base { operator int(); };