From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25312 invoked by alias); 14 Jun 2008 03:28:42 -0000 Received: (qmail 25214 invoked by uid 48); 14 Jun 2008 03:27:59 -0000 Date: Sat, 14 Jun 2008 03:28:00 -0000 Subject: [Bug libfortran/36538] New: namelist failure with tabs preceding object name X-Bugzilla-Reason: CC Message-ID: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "jvdelisle 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: 2008-06/txt/msg00908.txt.bz2 The following testcase illustrates the issue. Reported here: http://gcc.gnu.org/ml/fortran/2008-06/msg00149.html program check1 real x namelist/casein/x read(1,casein) print*,x end fort.1 contains: &CASEIN x=1. / Two tabs precede x. -- Summary: namelist failure with tabs preceding object name Product: gcc Version: 4.4.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libfortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jvdelisle at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36538