From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20886 invoked by alias); 18 Mar 2009 19:13:06 -0000 Received: (qmail 19735 invoked by uid 48); 18 Mar 2009 19:12:55 -0000 Date: Wed, 18 Mar 2009 19:13:00 -0000 Message-ID: <20090318191255.19734.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/39490] Non-standard assignment of arrays of character objects In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "burnus at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2009-03/txt/msg01325.txt.bz2 ------- Comment #2 from burnus at gcc dot gnu dot org 2009-03-18 19:12 ------- > Confirmed on 4.3.3 Well, I get also with 4.3.x an error with -std=f95. The question is rather: Is is on purpose that it is rejected with -std=gnu with 4.4, while 4.2/4.3 accept it. (g95, sunf95 and NAG f95 reject it; while ifort and openf95 accept it with default options.) Another version of legal code is: CHARACTER(14) :: prop(4) = (/ character(14) :: 'name', 'data_file_name', 'Ho_units','mpolar_units'/) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39490