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
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
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
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
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-