This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/25362] pretty printing of expression fails
- From: "manu at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sat, 22 Oct 2011 14:45:22 +0000
- Subject: [Bug c++/25362] pretty printing of expression fails
- Auto-submitted: auto-generated
- References: <bug-25362-4@http.gcc.gnu.org/bugzilla/>
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.