From patchwork Sat Sep 25 19:25:10 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tobias Burnus X-Patchwork-Id: 65764 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by ozlabs.org (Postfix) with SMTP id 3F99AB70E1 for ; Sun, 26 Sep 2010 05:25:24 +1000 (EST) Received: (qmail 29210 invoked by alias); 25 Sep 2010 19:25:20 -0000 Received: (qmail 29191 invoked by uid 22791); 25 Sep 2010 19:25:19 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL, BAYES_00, RCVD_IN_DNSWL_NONE X-Spam-Check-By: sourceware.org Received: from mx01.qsc.de (HELO mx01.qsc.de) (213.148.129.14) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 25 Sep 2010 19:25:14 +0000 Received: from [192.168.178.22] (port-92-204-109-183.dynamic.qsc.de [92.204.109.183]) by mx01.qsc.de (Postfix) with ESMTP id 31E163D7C7; Sat, 25 Sep 2010 21:25:11 +0200 (CEST) Message-ID: <4C9E4C96.8090508@net-b.de> Date: Sat, 25 Sep 2010 21:25:10 +0200 From: Tobias Burnus User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; de; rv:1.9.2.9) Gecko/20100914 SUSE/3.1.4 Thunderbird/3.1.4 MIME-Version: 1.0 To: "Joseph S. Myers" CC: gcc patches , gfortran Subject: Re: [Patch,Fortran] Update gfortran.texi's Fortran 2008 status References: <4C9B61A9.5010903@net-b.de> <4C9B6A09.2080605@net-b.de> <20100924013330.GA72474@troutmask.apl.washington.edu> <4C9C488D.3020502@net-b.de> In-Reply-To: Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Joseph S. Myers wrote: > On Fri, 24 Sep 2010, Tobias Burnus wrote: > >> Committed as Rev. 164584, cf. attachment. > This appears to have completely broken the gfortran manual for "make dvi" > or "make pdf" because of the removal of the initial "\input texinfo @c > -*-texinfo-*-" line. I wonder when the line disappeared - it must have happened after I did "make pdf"... Well spotted! Thanks for notifying. Fixed as obvious with commit Rev. 164621 Tobias Index: gcc/fortran/gfortran.texi =================================================================== --- gcc/fortran/gfortran.texi (Revision 164620) +++ gcc/fortran/gfortran.texi (Arbeitskopie) @@ -1,4 +1,4 @@ - +\input texinfo @c -*-texinfo-*- @c %**start of header @setfilename gfortran.info @set copyrights-gfortran 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Index: gcc/fortran/ChangeLog =================================================================== --- gcc/fortran/ChangeLog (Revision 164620) +++ gcc/fortran/ChangeLog (Arbeitskopie) @@ -1,3 +1,7 @@ +2010-09-25 Tobias Burnus + + * gfortran.texi: Re-add accidently removed \input line. + 2010-09-25 Daniel Kraft PR fortran/45776