Re: [PATCH][ARM] Fix gcc.target/arm/builtin-bswap16-1.c

2016-06-28 Thread Richard Earnshaw (lists)
On 03/06/16 09:30, Kyrill Tkachov wrote: > Hi all, > > The test gcc.target/arm/builtin-bswap16-1.c refuses to compile when > testing a toolchain configured with > --with-mode=thumb --with-float=hard and an architecture that supports > Thumb2. > This is because the test explicitly sets the -march

Re: [PATCH][ARM] Fix gcc.target/arm/builtin-bswap16-1.c

2016-06-28 Thread Kyrill Tkachov
Ping. Thanks, Kyrill On 10/06/16 10:28, Kyrill Tkachov wrote: Ping. https://gcc.gnu.org/ml/gcc-patches/2016-06/msg00249.html Thanks, Kyrill On 03/06/16 09:30, Kyrill Tkachov wrote: Hi all, The test gcc.target/arm/builtin-bswap16-1.c refuses to compile when testing a toolchain configured

Re: [PATCH][ARM] Fix gcc.target/arm/builtin-bswap16-1.c

2016-06-13 Thread Christophe Lyon
On 10 June 2016 at 11:28, Kyrill Tkachov wrote: > Ping. > https://gcc.gnu.org/ml/gcc-patches/2016-06/msg00249.html > I tested this patch in my usual matrix, and it's OK for me. Christophe > Thanks, > Kyrill > > > On 03/06/16 09:30, Kyrill Tkachov wrote: >> >> Hi

Re: [PATCH][ARM] Fix gcc.target/arm/builtin-bswap16-1.c

2016-06-10 Thread Kyrill Tkachov
Ping. https://gcc.gnu.org/ml/gcc-patches/2016-06/msg00249.html Thanks, Kyrill On 03/06/16 09:30, Kyrill Tkachov wrote: Hi all, The test gcc.target/arm/builtin-bswap16-1.c refuses to compile when testing a toolchain configured with --with-mode=thumb --with-float=hard and an architecture that

[PATCH][ARM] Fix gcc.target/arm/builtin-bswap16-1.c

2016-06-03 Thread Kyrill Tkachov
Hi all, The test gcc.target/arm/builtin-bswap16-1.c refuses to compile when testing a toolchain configured with --with-mode=thumb --with-float=hard and an architecture that supports Thumb2. This is because the test explicitly sets the -march option to armv6 and we get an error complaining