From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25003 invoked by alias); 22 Apr 2004 11:23:15 -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 24993 invoked by uid 48); 22 Apr 2004 11:23:14 -0000 Date: Thu, 22 Apr 2004 11:52:00 -0000 Message-ID: <20040422112314.24992.qmail@sources.redhat.com> From: "Tobias dot Schlueter at physik dot uni-muenchen dot de" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20030922131506.12366.tcc@sentex.net> References: <20030922131506.12366.tcc@sentex.net> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug fortran/12366] [gfortran] array assignment fails X-Bugzilla-Reason: CC X-SW-Source: 2004-04/txt/msg01981.txt.bz2 List-Id: ------- Additional Comments From Tobias dot Schlueter at physik dot uni-muenchen dot de 2004-04-22 11:23 ------- The current tree seems to ignore the assignment which failed before. I'll see if I can find out what's happening. Compiler output below: [tobi@marktplatz src]$ gcc/build/gcc/f951 testg.f90 -fdump-parse-tree Namespace: A-H: (REAL 4) I-N: (INTEGER 4) O-Z: (REAL 4) symtree: a Ambig 0 symbol a (REAL 4)(VARIABLE UNKNOWN-INTENT UNKNOWN-ACCESS UNKNOWN-PROC DIMENSION) Array spec:(1 AS_EXPLICIT 1 5 ) symtree: b Ambig 0 symbol b (REAL 4)(VARIABLE UNKNOWN-INTENT UNKNOWN-ACCESS UNKNOWN-PROC DIMENSION) Array spec:(1 AS_EXPLICIT 1 3 ) symtree: testg Ambig 0 symbol testg (UNKNOWN 0)(PROGRAM UNKNOWN-INTENT UNKNOWN-ACCESS UNKNOWN-PROC) ASSIGN a(FULL) (/ 0.15e1 , 0.21e1 , 0.32e1 , 0.46e1 , 0.53e1 /) WRITE UNIT=6 FMT=-1 TRANSFER b(FULL) DT_END MAIN__ Execution times (seconds) life analysis : 0.00 ( 0%) usr 0.00 ( 0%) sys 0.01 (20%) wall parser : 0.01 (20%) usr 0.00 ( 0%) sys 0.01 (20%) wall expand : 0.01 (20%) usr 0.00 ( 0%) sys 0.00 ( 0%) wall TOTAL : 0.05 0.00 0.05 Extra diagnostic checks enabled; compiler may run slowly. Configure with --disable-checking to disable checks. [tobi@marktplatz src]$ -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12366