------- Comment #14 from burnus at gcc dot gnu dot org 2008-03-28 10:32 -------
(In reply to comment #13)
> Created an attachment (id=15374)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15374&action=view) [edit]
> Patch padding for constant character lengths
I assume that you have not bootstrapped GCC/gfortran since with that patch it
fails when compiling libgfortran/intrinsics/selected_real_kind.f90.
Reduced test case:
type :: real_info
integer :: kind
end type real_info
type (real_info) :: real_infos(1) = (/ real_info (4) /)
end
type (real_info) :: real_infos(1) = (/ real_info (4) /)
1
Error: Syntax error in array constructor at (1)
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27997