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++/21930] [4.1 regression] pretty printer confusion


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


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