This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/36316] type mismatch in binary expression caught by verify_gimple
- From: "burnus at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 25 May 2008 22:00:12 -0000
- Subject: [Bug fortran/36316] type mismatch in binary expression caught by verify_gimple
- References: <bug-36316-109@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #5 from burnus at gcc dot gnu dot org 2008-05-25 22:00 -------
Somewhere a
fold_convert (TREE_TYPE (to_tree), from_tree)
is missing, but I fail to see where. I think one could add a couple of those in
trans-array.c; I think there is more than one missing.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36316