------- 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