[Bug fortran/36316] type mismatch in binary expression caught by verify_gimple
fxcoudert at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Mon May 26 15:49:00 GMT 2008
------- Comment #6 from fxcoudert at gcc dot gnu dot org 2008-05-26 15:48 -------
(In reply to comment #5)
> 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.
An easy thing to do is to set a breakpoint in gfc_create_var or whatever
routine creates these temporary variables, and hit 'c' under gdb until you have
the correct D.number; then, the backtrace will tell you where it's created (and
it's usually assigned to close to that).
--
fxcoudert at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |fxcoudert at gcc dot gnu dot
| |org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36316
More information about the Gcc-bugs
mailing list