[Bug fortran/24504] private structured type assignment

2005-10-24 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2005-10-24 16:53 --- The fold_convert bug is also PR 20244. *** This bug has been marked as a duplicate of 20244 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/24504] private structured type assignment

2005-10-24 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2005-10-24 16:47 --- We are trying to fold_convert c12D.574[NON_LVALUE_EXPR + -1] to struct une_classe (which is the main variant). (the type is already une_classe - if the name does mean anything here) Just fortran doesn't recognize

[Bug fortran/24504] private structured type assignment

2005-10-24 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2005-10-24 12:20 --- On the mainline, we get a different ICE: t.f90: In function 'nuees': t.f90:36: internal compiler error: in fold_convert, at fold-const.c:2028 Please submit a full bug report, with preprocessed source if appropriate.