[Bug c++/113117] ambiguous call during operator overloading is not detected for templates

2023-12-22 Thread armagvvg at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113117 --- Comment #2 from Vyacheslav Grigoryev --- Looks so, checking on https://godbolt.org/z/vb6s6cY6Y. Hm... wasting a time on filling the bug :(

[Bug c++/113117] New: ambiguous call during operator overloading is not detected for templates

2023-12-22 Thread armagvvg at gmail dot com via Gcc-bugs
: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: armagvvg at gmail dot com Target Milestone: --- In a nutshell: the next code snippet is compiled successfully, but shouldn't be according to a language standard: str

[Bug c++/92859] New: compiler treats enum type as an integer during overload resolution when a bit-field of this enum is considered

2019-12-08 Thread armagvvg at gmail dot com
Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: armagvvg at gmail dot com Target Milestone: --- Created attachment 47440 --> https://gcc.gnu.org/bugzi