From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26273 invoked by alias); 8 May 2006 09:22:58 -0000 Received: (qmail 26241 invoked by uid 48); 8 May 2006 09:22:44 -0000 Date: Mon, 08 May 2006 09:22:00 -0000 Message-ID: <20060508092244.26239.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/18271] INT is allowed in a specification expression 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-05/txt/msg00742.txt.bz2 List-Id: ------- Comment #9 from fxcoudert at gcc dot gnu dot org 2006-05-08 09:22 ------- It appears that the original testcase, involving INT in as specification expression, is valid F95 and F2003. It was not valid F90, however, because the return type of INT is real. This is confirmed by the results of different compilers and Bob Corbett on c.l.f, so I'm closing this one as INVALID. -- fxcoudert at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Keywords|accepts-invalid | Resolution| |INVALID Summary|ICE with computed array |INT is allowed in a |declaration |specification expression http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18271