Re: [PATCH] [CLEANUP] Mark locally-used functions static

2016-04-15 Thread Patrick Palka
On Thu, Apr 14, 2016 at 11:34 AM, Thomas Schwinge wrote: > Hi! > > On Tue, 15 Apr 2014 09:58:41 +0200, Richard Biener > wrote: >> On Mon, Apr 14, 2014 at 4:48 PM, Patrick Palka wrote: >> > This patch marks "static" a bunch of locally-used, non-debug functions >> > within the GCC sources. Doing

Re: [PATCH] [CLEANUP] Mark locally-used functions static

2016-04-14 Thread Thomas Schwinge
Hi! On Tue, 15 Apr 2014 09:58:41 +0200, Richard Biener wrote: > On Mon, Apr 14, 2014 at 4:48 PM, Patrick Palka wrote: > > This patch marks "static" a bunch of locally-used, non-debug functions > > within the GCC sources. Doing so addresses a subset of the warnings emitted > > when compiling th

Re: [PATCH] [CLEANUP] Mark locally-used functions static

2014-04-15 Thread Richard Biener
On Mon, Apr 14, 2014 at 4:48 PM, Patrick Palka wrote: > Hi everyone, > > This patch marks "static" a bunch of locally-used, non-debug functions > within the GCC sources. Doing so addresses a subset of the warnings emitted > when compiling the GCC sources with -Wmissing-declarations. > > I bootstr

Re: [PATCH] [CLEANUP] Mark locally-used functions static

2014-04-14 Thread Bernhard Reutner-Fischer
On 14 April 2014 16:50:51 Patrick Palka wrote: Hi everyone, This patch marks "static" a bunch of locally-used, non-debug functions within the GCC sources. Doing so addresses a subset of the warnings emitted when compiling the GCC sources with -Wmissing-declarations. I bootstrapped and regtes

[PATCH] [CLEANUP] Mark locally-used functions static

2014-04-14 Thread Patrick Palka
Hi everyone, This patch marks "static" a bunch of locally-used, non-debug functions within the GCC sources. Doing so addresses a subset of the warnings emitted when compiling the GCC sources with -Wmissing-declarations. I bootstrapped and regtested this change on x86_64-unknown-linux-gnu. 2014-