From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19511 invoked by alias); 17 Sep 2011 10:56:17 -0000 Received: (qmail 19491 invoked by uid 22791); 17 Sep 2011 10:56:16 -0000 X-SWARE-Spam-Status: No, hits=-2.1 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-gw0-f51.google.com (HELO mail-gw0-f51.google.com) (74.125.83.51) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 17 Sep 2011 10:55:49 +0000 Received: by gwj17 with SMTP id 17so4679202gwj.10 for ; Sat, 17 Sep 2011 03:55:48 -0700 (PDT) MIME-Version: 1.0 Received: by 10.146.248.18 with SMTP id v18mr364471yah.20.1316256948340; Sat, 17 Sep 2011 03:55:48 -0700 (PDT) Received: by 10.147.98.19 with HTTP; Sat, 17 Sep 2011 03:55:48 -0700 (PDT) In-Reply-To: References: <4E72EA07.4000907@net-b.de> Date: Sat, 17 Sep 2011 13:31: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/msg01017.txt.bz2 >> Regarding the last patch, the GNU style puts a line break after the ")" = in: >> >> + =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 ... Fixed with r178928. Cheers, Janus