------- Comment #1 from dfranke at gcc dot gnu dot org 2008-01-22 09:38 -------
Slightly simplified testcase:
$> cat pr34915.f90
character(*),dimension(1),parameter :: a=(/ 'a() ' /)
integer,dimension(1),parameter :: l=len_trim(a)
end
Interestingly, without the DIMENSION statement, there is no error.
--
dfranke at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
Last reconfirmed|0000-00-00 00:00:00 |2008-01-22 09:38:28
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34915