This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/21930] [4.1 regression] pretty printer confusion
- From: "giovannibajo at libero dot it" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 6 Jun 2005 14:47:50 -0000
- Subject: [Bug c++/21930] [4.1 regression] pretty printer confusion
- References: <20050606143234.21930.reichelt@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From giovannibajo at libero dot it 2005-06-06 14:47 -------
Ot looks like dump_expr must support CONVERT_EXPRs, and just strip them.
Before, there was no way to discern between unary plus and a real conversion,
but now they are different codes. Not all occurrences of CONVERT_EXPRs in
dump_expr where unary pluses, even if we were treating them so.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21930