[Bug c++/95074] Function found via ADL when it should not

2021-12-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95074 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |11.0

[Bug c++/95074] Function found via ADL when it should not

2020-05-12 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95074 Marek Polacek changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[Bug c++/95074] Function found via ADL when it should not

2020-05-12 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95074 --- Comment #3 from CVS Commits --- The master branch has been updated by Marek Polacek : https://gcc.gnu.org/g:90b160f8ec515f54ddc36519a6aaa60abdabdec1 commit r11-336-g90b160f8ec515f54ddc36519a6aaa60abdabdec1 Author: Marek Polacek Date: Tue

[Bug c++/95074] Function found via ADL when it should not

2020-05-12 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95074 Marek Polacek changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |mpolacek at gcc dot gnu.org

[Bug c++/95074] Function found via ADL when it should not

2020-05-12 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95074 Jonathan Wakely changed: What|Removed |Added Last reconfirmed||2020-05-12 Ever confirmed|0

[Bug c++/95074] Function found via ADL when it should not

2020-05-11 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95074 --- Comment #2 from Marek Polacek --- This is where we're confused by the function introduced by M::f: /* We do not perform argument-dependent lookup if normal lookup finds a non-function, in accordance

[Bug c++/95074] Function found via ADL when it should not

2020-05-11 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95074 Marek Polacek changed: What|Removed |Added Keywords||accepts-invalid --- Comment #1 from Mare