From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27623 invoked by alias); 16 Aug 2006 12:54:51 -0000 Received: (qmail 27593 invoked by uid 48); 16 Aug 2006 12:54:44 -0000 Date: Wed, 16 Aug 2006 12:54:00 -0000 Message-ID: <20060816125444.27592.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/18111] spurious warnings with -W -Wunused In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "pault at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2006-08/txt/msg01245.txt.bz2 List-Id: ------- Comment #14 from pault at gcc dot gnu dot org 2006-08-16 12:54 ------- Created an attachment (id=12083) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12083&action=view) Fix for the PR Jakub, The last part of this patch is required to stop the likes of the function f1, in gfortran.fortran-torture/execute/entry_6.f90 from complaining that the parameters a and b are unused. Do you think that this is the right place to do this, or should I do it in create_function_arglist? Paul -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18111