This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/81636] Confusing warning message containing "#‘obj_type_ref’ not supported by expression#"
- From: "mpolacek at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 02 Aug 2017 13:53:34 +0000
- Subject: [Bug c++/81636] Confusing warning message containing "#‘obj_type_ref’ not supported by expression#"
- Auto-submitted: auto-generated
- References: <bug-81636-4@http.gcc.gnu.org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81636
--- Comment #2 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
Paolo added FIX_TRUNC_EXPR and FLOAT_EXPR to dump_expr in r143790, but I
believe we need more than just pp->expression (t);, we need to print it
similarly to CONVERT_EXPR.