From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20942 invoked by alias); 16 Jun 2008 04:21:58 -0000 Received: (qmail 20833 invoked by uid 48); 16 Jun 2008 04:21:15 -0000 Date: Mon, 16 Jun 2008 04:21:00 -0000 Subject: [Bug libfortran/36546] New: Namelist error with tab following a comma and newline 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/msg00993.txt.bz2 Yet another namelist bug. A little different. Tabs in the namelist file. cat check1.f program check1 real a,b,c namelist/CASEDAT/A,B,C read(1,casedat) print*,'a=',a print*,'b=',b print*,'c=',c end cat fort.1 &CASEDAT A = 1.0, B = 2.0, C = 3.0, / -- Summary: Namelist error with tab following a comma and newline 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=36546