http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44352
--- Comment #5 from Thomas Koenig <tkoenig at gcc dot gnu.org> 2010-12-03 12:50:24 UTC --- Reduced test case, not that there was a lot to reduce: character*2 ddname,dname dname(x)= 'x' ddname=dname(0.0) END (the test succeeds with character*1).