On 02/08/13 11:56, Kyrylo Tkachov wrote: > Hi all, > > The gcc.target/arm/neon-for-64bits-2.c test is supposed to test that > -mneon-for-64bits gets the compiler to use NEON instructions for 64 bit > bitwise operations. However, the -mneon-for-64bits flag was only really added > as a complement of -mno-neon-for-64bits that explicitly prevents generation of > 64 bit. The -mneon-for-64bits option is not supposed to force generation of > NEON instructions and therefore the compiler might choose to not use them, > making this testcase invalid. > > This patch removes it. > > Ok for trunk? > > Thanks, > Kyrill > > 2013-08-02 Kyrylo Tkachov <kyrylo.tkac...@arm.com> > > * gcc.target/arm/neon-for-64bits-2.c: Delete. > >
OK R.