From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28013 invoked by alias); 2 Jun 2014 20:08:37 -0000 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 Received: (qmail 27918 invoked by uid 89); 2 Jun 2014 20:08:36 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-Spam-User: qpsmtpd, 2 recipients X-HELO: mail-wi0-f174.google.com Received: from mail-wi0-f174.google.com (HELO mail-wi0-f174.google.com) (209.85.212.174) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Mon, 02 Jun 2014 20:08:35 +0000 Received: by mail-wi0-f174.google.com with SMTP id r20so5275064wiv.7 for ; Mon, 02 Jun 2014 13:08:32 -0700 (PDT) X-Received: by 10.194.63.46 with SMTP id d14mr53195901wjs.24.1401739712074; Mon, 02 Jun 2014 13:08:32 -0700 (PDT) Received: from touille.home (89-93-42-136.hfc.dyn.abo.bbox.fr. [89.93.42.136]) by mx.google.com with ESMTPSA id m2sm37946923wjf.42.2014.06.02.13.08.30 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 02 Jun 2014 13:08:31 -0700 (PDT) From: FX Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Subject: Re: [PATCH, Fortran] PR61234: -Wuse-no-only Date: Mon, 02 Jun 2014 20:08:00 -0000 Message-Id: <22116728-8093-4150-AD08-1F8B07E12EB1@gmail.com> Cc: gfortran , gcc-patches To: joost.vandevondele@mat.ethz.ch Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.2\)) X-SW-Source: 2014-06/txt/msg00149.txt.bz2 > I think it is really weird if a coding style warning is included in -Wall. Same here. It=92s not a very commonly shared coding style, so I don=92t thi= nk it should be included in -Wall. Other than that, I like the idea (but cannot review the patch). FX