From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8755 invoked by alias); 25 Mar 2009 18:27:40 -0000 Received: (qmail 8214 invoked by uid 48); 25 Mar 2009 18:27:28 -0000 Date: Wed, 25 Mar 2009 18:27:00 -0000 Subject: [Bug fortran/39555] New: concat-op not allowed in STOP X-Bugzilla-Reason: CC Message-ID: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "dfranke 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/msg01771.txt.bz2 The following is illegal (only digits or a character constant can follow STOP): $> cat stop.f90 STOP "a" // "constant" END $> gfortran-svn stop.f90 && ./a.out STOP aconstant gcc version 4.4.0 20090324 (experimental) (GCC) -- Summary: concat-op not allowed in STOP Product: gcc Version: 4.4.0 Status: UNCONFIRMED Keywords: diagnostic Severity: normal Priority: P3 Component: fortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: dfranke at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39555