From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D89223858401; Tue, 16 Nov 2021 17:32:12 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D89223858401 From: "tdb at tdb dot fi" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/84920] Better handling of unmatched/ambiguous calls Date: Tue, 16 Nov 2021 17:32:12 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Version: 8.0 X-Bugzilla-Keywords: diagnostic X-Bugzilla-Severity: normal X-Bugzilla-Who: tdb at tdb dot fi X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: dmalcolm at gcc dot gnu.org X-Bugzilla-Target-Milestone: 9.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Nov 2021 17:32:13 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D84920 Mikko Rasa changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tdb at tdb dot fi --- Comment #7 from Mikko Rasa --- Is this still being worked on? I regularly run into spammy output, especia= lly with the =3D=3D and !=3D operators. Just now I accidentally used std::find= on an std::map, which obviously didn't work - but spewed nearly 500 lines of notes about all the operator=3D=3D overloads it considered from several stdlib he= aders.=20 At that point the notes cease to be useful and just make it harder to find = out where the actual error was. This occurs with both g++-10 and g++-11.=