From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1217 invoked by alias); 21 May 2014 05:32:51 -0000 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 Received: (qmail 1178 invoked by uid 48); 21 May 2014 05:32:46 -0000 From: "Joost.VandeVondele at mat dot ethz.ch" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/61234] Warn for use-stmt without explicit only-list. Date: Wed, 21 May 2014 05:32:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: fortran X-Bugzilla-Version: 4.9.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: enhancement X-Bugzilla-Who: Joost.VandeVondele at mat dot ethz.ch X-Bugzilla-Status: WAITING X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2014-05/txt/msg01808.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61234 --- Comment #4 from Joost VandeVondele --- (In reply to Harald Anlauf from comment #3) > Obviously, this only works as long as the code is still compilable by g95 ... which in our project started to require so many workarounds that : http://sourceforge.net/p/cp2k/code/13888/ in particular enabled by -fsanitize=leak, which was a last major missing gfortran functionality. In the following cleanup we have been able to move the full code to -fstd=2003 conformance, which is nice to have. Now, we're trying to enable as many warnings (with -Werror) as possible, to keep good style.