From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7137 invoked by alias); 17 Oct 2014 06:06:40 -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 7118 invoked by uid 89); 17 Oct 2014 06:06:39 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.0 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.2 X-Spam-User: qpsmtpd, 2 recipients X-HELO: mx01.qsc.de Received: from mx01.qsc.de (HELO mx01.qsc.de) (213.148.129.14) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Fri, 17 Oct 2014 06:06:37 +0000 Received: from tux.net-b.de (port-92-194-240-118.dynamic.qsc.de [92.194.240.118]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx01.qsc.de (Postfix) with ESMTPSA id 449AA3CDCC; Fri, 17 Oct 2014 08:06:34 +0200 (CEST) Message-ID: <5440B1E9.9050004@net-b.de> Date: Fri, 17 Oct 2014 06:14:00 -0000 From: Tobias Burnus User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.1.0 MIME-Version: 1.0 To: =?windows-1252?Q?Manuel_L=F3pez-Ib=E1=F1ez?= , Gcc Patch List , "fortran@gcc.gnu.org List" Subject: Re: [PATCH Fortran] rename gfc_warning_cmdline to gfc_warning_now_2 References: In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit X-SW-Source: 2014-10/txt/msg01655.txt.bz2 Manuel López-Ibáñez wrote: > This patch is mostly cleanups, sorry for the churn. The next one will > be far more interesting. > > Boot®tested on x86_64-linux-gnu. > OK? Looks good to me. Thanks! Tobias > gcc/fortran/ChangeLog: > 2014-10-16 Manuel López-Ibáñez > > PR fortran/44054 > * gfortran.h (gfc_warning_cmdline): Rename as gfc_warning_now_2. > (gfc_error_cmdline): Rename as gfc_error_now_2. > * error.c (gfc_diagnostic_build_locus_prefix): Remove trailing space. > (gfc_diagnostic_starter): Add space between locus and prefix. > (gfc_warning_now_2): Renamed from gfc_warning_cmdline. > (gfc_error_now_2): Renamed from gfc_error_cmdline. > * scanner.c (add_path_to_list): Use gfc_warning_now_2. > (load_line): Likewise. > (load_file): Likewise. > * options.c (gfc_post_options): Update all renamed functions.