This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/25362] pretty printing of expression fails


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25362

Manuel LÃpez-IbÃÃez <manu at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |manu at gcc dot gnu.org,
                   |                            |paolo.carlini at oracle dot
                   |                            |com
            Summary|Error message for unmatched |pretty printing of
                   |overload is gobbledygook    |expression fails

--- Comment #4 from Manuel LÃpez-IbÃÃez <manu at gcc dot gnu.org> 2011-10-22 14:45:22 UTC ---
(In reply to comment #3)
> There has not been any movement on this bug in over a year.
> 
> Could someone explain to me the reason for the cryptic error message.
> Why can't gcc just report something like:
> 
>   no match for operator!=(<type>, <type>

Indeed! I am totally convinced that %qE must die!

See also PR50817 and there are few others.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]