------- Comment #12 from jakub at gcc dot gnu dot org 2008-02-03 07:48 ------- In the FE usually no predicate is used, you just call fold_convert and it will return the second argument if the types match, otherwise add NOP_EXPR or whatever is appropriate around it. The question is just whether build_target_expr is the right spot to insert the fold_convert, or whether it shouldn't be done in its callers.
-- jakub at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jason at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35056