From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15421 invoked by alias); 5 Aug 2005 22:52:22 -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 15408 invoked by uid 48); 5 Aug 2005 22:52:17 -0000 Date: Fri, 05 Aug 2005 22:52:00 -0000 Message-ID: <20050805225217.15407.qmail@sourceware.org> From: "kargl at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20050805203153.23254.christopherbuell@mindspring.com> References: <20050805203153.23254.christopherbuell@mindspring.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug fortran/23254] gfortran .f90 complex parameter initialization syntax bug X-Bugzilla-Reason: CC X-SW-Source: 2005-08/txt/msg00604.txt.bz2 List-Id: ------- Additional Comments From kargl at gcc dot gnu dot org 2005-08-05 22:52 ------- The code appears to be illegal. Lahey reports Compiling program unit consts_test at line 1: 1034-S: "SOURCE.F90", line 10: Right parenthesis missing or position of right parenthesis invalid. 1034-S: "SOURCE.F90", line 11: Right parenthesis missing or position of right parenthesis invalid. 1034-S: "SOURCE.F90", line 12: Right parenthesis missing or position of right parenthesis invalid. 1034-S: "SOURCE.F90", line 13: Right parenthesis missing or position of right parenthesis invalid. 1034-S: "SOURCE.F90", line 14: Right parenthesis missing or position of right parenthesis invalid. Encountered 5 errors, 0 warnings, 0 informations in file SOURCE.F90. Compiling file SOURCE.F90. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23254