Re: [PATCH, TESTSUITE] Add -fno-short-enums to pr51712

2012-09-13 Thread Ramana Radhakrishnan
On 09/13/12 09:12, Kyrylo Tkachov wrote: Can I get this commited please? Now applied with a minor tweak to the changelog. 2012-09-12 Kyrylo Tkachov * c-c++-common/pr51712.c: Handle for short-enum targets. Thanks, ramana

RE: [PATCH, TESTSUITE] Add -fno-short-enums to pr51712

2012-09-13 Thread Kyrylo Tkachov
Can I get this commited please? Thanks, K. -Original Message- From: Mike Stump [mailto:mikest...@comcast.net] Sent: 11 September 2012 18:41 To: Kyrylo Tkachov Cc: 'Jakub Jelinek'; gcc-patches@gcc.gnu.org Subject: Re: [PATCH, TESTSUITE] Add -fno-short-enums to pr51712 On Sep 11

Re: [PATCH, TESTSUITE] Add -fno-short-enums to pr51712

2012-09-11 Thread Mike Stump
On Sep 11, 2012, at 6:12 AM, Kyrylo Tkachov wrote: > Fixed the format of the test options, as per Jakub's comment. > Ok for trunk? Ok.

RE: [PATCH, TESTSUITE] Add -fno-short-enums to pr51712

2012-09-11 Thread Kyrylo Tkachov
: gcc-patches@gcc.gnu.org Subject: Re: [PATCH, TESTSUITE] Add -fno-short-enums to pr51712 On Tue, Sep 11, 2012 at 01:46:37PM +0100, Kyrylo Tkachov wrote: > Add -fno-short-enums flag to test c-c++-common/pr51712.c as discussed in > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51712. > This remo

Re: [PATCH, TESTSUITE] Add -fno-short-enums to pr51712

2012-09-11 Thread Jakub Jelinek
On Tue, Sep 11, 2012 at 01:46:37PM +0100, Kyrylo Tkachov wrote: > Add -fno-short-enums flag to test c-c++-common/pr51712.c as discussed in > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51712. > This removes the excess warning that caused the test to fail. > Tested in arm-none-eabi configuration. Th

[PATCH, TESTSUITE] Add -fno-short-enums to pr51712

2012-09-11 Thread Kyrylo Tkachov
Add -fno-short-enums flag to test c-c++-common/pr51712.c as discussed in http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51712. This removes the excess warning that caused the test to fail. Tested in arm-none-eabi configuration. The test now passes. Comment? Ok for trunk? Thanks, Kyrill gcc/testsuite