https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84920

Mikko Rasa <tdb at tdb dot fi> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tdb at tdb dot fi

--- Comment #7 from Mikko Rasa <tdb at tdb dot fi> ---
Is this still being worked on?  I regularly run into spammy output, especially
with the == and != 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== overloads it considered from several stdlib headers. 
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.

Reply via email to