------- Comment #7 from toon at moene dot indiv dot nluug dot nl 2005-11-05 11:51 ------- I got some preliminary results from debugging. By -fdump-parse-tree, YLOCAL does have the correct (implicitly determined) type of CHARACTER*8 at statement "YLOCAL='A'". However, by the time we reach gfc_match_rvalue for the next statement "YBTABLE=YLOCAL(1:2)" its type is BT_UNKNOWN. So something has to squash the correctly determined type. How does one find out ?
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24643