[Bug fortran/20244] internal compiler error: in fold_convert, at fold-const.c:2003
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Fri Nov 4 14:58:00 GMT 2005
------- Comment #5 from pinskia at gcc dot gnu dot org 2005-11-04 14:58 -------
(In reply to comment #4)
> Unfortunately I'm not a gcc expert and really don't know how this should be
> bug-fixed.
The way this bug needs to be fixed is one of the following:
1. the types generated need to be in the exact location
2. The types need to be declared as TYPE variants of one another.
3. The fortran front-end needs to say that these types are compatible.
All of the above need to be fixed in the front-end and not in the middle-end
where fold_convert resides.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20244
More information about the Gcc-bugs
mailing list