------- 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