From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30245 invoked by alias); 16 Sep 2011 07:06:55 -0000 Received: (qmail 30227 invoked by uid 22791); 16 Sep 2011 07:06:53 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-gy0-f175.google.com (HELO mail-gy0-f175.google.com) (209.85.160.175) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 16 Sep 2011 07:06:35 +0000 Received: by gyg8 with SMTP id 8so2924432gyg.20 for ; Fri, 16 Sep 2011 00:06:34 -0700 (PDT) MIME-Version: 1.0 Received: by 10.236.139.138 with SMTP id c10mr12414504yhj.62.1316156794592; Fri, 16 Sep 2011 00:06:34 -0700 (PDT) Received: by 10.147.98.19 with HTTP; Fri, 16 Sep 2011 00:06:34 -0700 (PDT) In-Reply-To: <4E72EA07.4000907@net-b.de> References: <4E72EA07.4000907@net-b.de> Date: Fri, 16 Sep 2011 08:14:00 -0000 Message-ID: Subject: Re: Fortran Patches From: Janus Weil To: Tobias Burnus Cc: gcc patches , gfortran Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2011-09/txt/msg00951.txt.bz2 Hi Tobias, > could you also patches, which you commit as obvious to the mailing lists? yes, I usually do this, but this time I just forgot. Sorry. > Regarding the last patch, the GNU style puts a line break after the ")" i= n: > > + =A0if (!sym) return NULL; > + In principle I'm aware of the GNU coding style, but apparently I didn't pay enough attention. Sorry again. I'll fix it ... Cheers, Janus