From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15787 invoked by alias); 28 Mar 2009 13:37:38 -0000 Received: (qmail 15753 invoked by uid 48); 28 Mar 2009 13:37:28 -0000 Date: Sat, 28 Mar 2009 13:37:00 -0000 Message-ID: <20090328133728.15752.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/39555] concat-op not allowed in STOP 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-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2009-03/txt/msg01931.txt.bz2 ------- Comment #3 from fxcoudert at gcc dot gnu dot org 2009-03-28 13:37 ------- (In reply to comment #2) > It is not allowed in F2003. > > 8.4 STOP statement > R849 stop-stmt is STOP [ stop-code ] > R850 stop-code is scalar-char-constant > or digit [ digit [ digit [ digit [ digit ] ] ] ] I agree with you for F2003. For F2008, however, the draft I have (08-007r1:2008/02/19) says: R855 stop-stmt is STOP [ stop-code ] R857 stop-code is scalar-char-initialization-expr or scalar-int-initialization-expr -- fxcoudert at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |minor Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last reconfirmed|0000-00-00 00:00:00 |2009-03-28 13:37:28 date| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39555