From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2727 invoked by alias); 4 Aug 2007 13:55:24 -0000 Received: (qmail 2681 invoked by uid 48); 4 Aug 2007 13:55:13 -0000 Date: Sat, 04 Aug 2007 13:55:00 -0000 Subject: [Bug fortran/32987] New: GFortran FORMAT statement error X-Bugzilla-Reason: CC Message-ID: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "satyaakam at yahoo dot co dot in" 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: 2007-08/txt/msg00235.txt.bz2 GFortarn has runtime error when FORMAT has TAB char between parameters (see testcase) 10 format ('Hello ', 'bug!') ^^^ > ./a.out At line 2 of file format_with_tab.f Fortran runtime error: Unexpected element in format ('Hello ', 'bug!') ^ This bug is reproduced in 4.1.2 -- Summary: GFortran FORMAT statement error Product: gcc Version: 4.1.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: satyaakam at yahoo dot co dot in http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32987