From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26313 invoked by alias); 4 Jun 2006 09:39:04 -0000 Received: (qmail 26294 invoked by uid 48); 4 Jun 2006 09:38:57 -0000 Date: Sun, 04 Jun 2006 09:39:00 -0000 Message-ID: <20060604093857.26293.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/25096] Non-conforming shapes of DATA object and data In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "fxcoudert at gcc dot gnu dot org" 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 X-SW-Source: 2006-06/txt/msg00219.txt.bz2 List-Id: ------- Comment #1 from fxcoudert at gcc dot gnu dot org 2006-06-04 09:38 ------- g95 emits a hard error on this one, while Intel accept it. $ g95 a.f90 In file a.f90:5 DATA (D(i)%I,i=1,4) /8*0/ 1 Error: Array section not allowed in DATA statement at (1) -- fxcoudert at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Keywords| |accepts-invalid, diagnostic Last reconfirmed|0000-00-00 00:00:00 |2006-06-04 09:38:57 date| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25096