[Bug fortran/28722] Fortran front-end produces mismatch trees
tobi at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Wed Mar 21 15:04:00 GMT 2007
------- Comment #6 from tobi at gcc dot gnu dot org 2007-03-21 15:04 -------
I don't understand why it fails in the fourth case. The comparison it seems to
complain about is generated via
return build2 (NE_EXPR, boolean_type_node, decl,
fold_convert (TREE_TYPE (decl), null_pointer_node));
(trans-expr.c:141) which looks like it gets the types right. Replacing the
call to fold_convert with an equivalent call to build_int_cst doesn't help
either, BTW.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28722
More information about the Gcc-bugs
mailing list