------- Comment #5 from dominiq at lps dot ens dot fr 2007-12-07 23:05 -------
I have applied the patch in #4 and I have a lot of failures:
[ibook-dhum] f90/bug% cat pr30200_red.f90
type test
character(len=100) :: names(5)
end type test
type(test) :: keyword
keyword%names=(/"a","b","c","d","e"/)
END
[ibook-dhum] f90/bug% gfc pr30200_red.f90
f951: internal compiler error: Bus error
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
I did not looked yet at all the failures, but all the one I have looked at
gives a bus error.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31487