Re: [PATCH] pr51020 Fix invalid options validation for ARM target

2012-05-25 Thread Alexey Kravets
Hi guys, This issue has not been fixed in latest Linaro release (4.6.2012.04) yet. Can you suggest whether this patch is a correct fix for the pr51020. If so, should it be applied to the corresponding gcc branch? On Tue, May 01, 2012 at 11:21:28PM +0400, Alexey Kravets wrote: > On Mon, Apr 30, 201

Re: [PATCH] pr51020 Fix invalid options validation for ARM target

2012-05-01 Thread Alexey Kravets
On Mon, Apr 30, 2012 at 02:15:03PM +0100, Richard Earnshaw wrote: > On 28/04/12 11:04, Alexey Kravets wrote: > > Hi guys, > > Please, take a look at this patch. It fixes the invalid star symbol > > processing in validate_switches function reported in GCC bugzilla: > > http://gcc.gnu.org/bugzilla/sh

Re: [PATCH] pr51020 Fix invalid options validation for ARM target

2012-04-30 Thread Richard Earnshaw
On 28/04/12 11:04, Alexey Kravets wrote: > Hi guys, > Please, take a look at this patch. It fixes the invalid star symbol > processing in validate_switches function reported in GCC bugzilla: > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51020 > > With this patch invalid options are no longer acce

[PATCH] pr51020 Fix invalid options validation for ARM target

2012-04-28 Thread Alexey Kravets
Hi guys, Please, take a look at this patch. It fixes the invalid star symbol processing in validate_switches function reported in GCC bugzilla: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51020 With this patch invalid options are no longer accepted by the compiler (see new testcase for more deta