------- Comment #1 from pault at gcc dot gnu dot org 2006-08-29 21:26 -------
Confirmed: changing the substring reference to the unambiguous
write (*,*) i, charr(i:i)
gets rid of the problem. Apparently, vene though charr is scalar, the
reference is being interpreted as an array reference.
Paul
--
pault 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 |2006-08-29 21:26:24
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28890