Re: [PATCH] remove useless unused attributes in i386 code

2014-07-08 Thread Richard Biener
On Mon, Jul 7, 2014 at 9:47 PM, Trevor Saunders wrote: > On Mon, Jul 07, 2014 at 09:28:55PM +0200, Richard Biener wrote: >> On July 7, 2014 9:06:17 PM CEST, Trevor Saunders >> wrote: >> >On Mon, Jul 07, 2014 at 11:46:27AM +0200, Richard Biener wrote: >> >> On Mon, Jul 7, 2014 at 11:45 AM, Richar

Re: [PATCH] remove useless unused attributes in i386 code

2014-07-07 Thread Trevor Saunders
On Mon, Jul 07, 2014 at 09:28:55PM +0200, Richard Biener wrote: > On July 7, 2014 9:06:17 PM CEST, Trevor Saunders > wrote: > >On Mon, Jul 07, 2014 at 11:46:27AM +0200, Richard Biener wrote: > >> On Mon, Jul 7, 2014 at 11:45 AM, Richard Biene > >> wrote: > >> > On Thu, Jul 3, 2014 at 1:08 AM,

Re: [PATCH] remove useless unused attributes in i386 code

2014-07-07 Thread Richard Biener
On July 7, 2014 9:06:17 PM CEST, Trevor Saunders wrote: >On Mon, Jul 07, 2014 at 11:46:27AM +0200, Richard Biener wrote: >> On Mon, Jul 7, 2014 at 11:45 AM, Richard Biene >> wrote: >> > On Thu, Jul 3, 2014 at 1:08 AM, wrote: >> >> From: Trevor Saunders >> >> >> >> Hi, >> >> >> >> So apparently

Re: [PATCH] remove useless unused attributes in i386 code

2014-07-07 Thread Trevor Saunders
On Mon, Jul 07, 2014 at 11:46:27AM +0200, Richard Biener wrote: > On Mon, Jul 7, 2014 at 11:45 AM, Richard Biene > wrote: > > On Thu, Jul 3, 2014 at 1:08 AM, wrote: > >> From: Trevor Saunders > >> > >> Hi, > >> > >> So apparently its not entirely obvious to everyone that removing the names > >

Re: [PATCH] remove useless unused attributes in i386 code

2014-07-07 Thread Richard Biener
On Mon, Jul 7, 2014 at 11:45 AM, Richard Biene wrote: > On Thu, Jul 3, 2014 at 1:08 AM, wrote: >> From: Trevor Saunders >> >> Hi, >> >> So apparently its not entirely obvious to everyone that removing the names of >> unused arguments is the best way of dealing with warnings about unused >> argu

Re: [PATCH] remove useless unused attributes in i386 code

2014-07-07 Thread Richard Biener
On Thu, Jul 3, 2014 at 1:08 AM, wrote: > From: Trevor Saunders > > Hi, > > So apparently its not entirely obvious to everyone that removing the names of > unused arguments is the best way of dealing with warnings about unused > arguments in places like hooks where the argument is required for so

[PATCH] remove useless unused attributes in i386 code

2014-07-02 Thread tsaunders
From: Trevor Saunders Hi, So apparently its not entirely obvious to everyone that removing the names of unused arguments is the best way of dealing with warnings about unused arguments in places like hooks where the argument is required for some reason. Apparently this is somewhat less contraver