Inconsistency between code and document on nop_expr

Bin.Cheng amker.cheng@gmail.com
Fri Feb 22 03:16:00 GMT 2013


Hi,
GCCINT says that nop_expr is used to represent conversions that do not
require any code generation, while function tree_strip_nop_conversions
calls tree_nop_conversion, which returns false even for NOP_EXPR node
like "(unsigned int)a", where a has type int.

Did I miss something? Thanks

--
Best Regards.



More information about the Gcc mailing list