This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/31487] Character array initialization in derived type: bad zero padding
- From: "dominiq at lps dot ens dot fr" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 7 Dec 2007 23:05:41 -0000
- Subject: [Bug fortran/31487] Character array initialization in derived type: bad zero padding
- References: <bug-31487-6318@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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