From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14944 invoked by alias); 5 Nov 2005 11:51:07 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 14599 invoked by uid 48); 5 Nov 2005 11:51:04 -0000 Date: Sat, 05 Nov 2005 11:51:00 -0000 Message-ID: <20051105115104.14598.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/24643] Unclassifiable statement on implicitly typed character substring In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "toon at moene dot indiv dot nluug dot nl" X-SW-Source: 2005-11/txt/msg00730.txt.bz2 List-Id: ------- 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