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: "fxcoudert at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 26 May 2008 15:48:18 -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 #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