On 09/07/15 15:40, Szabolcs Nagy wrote: > On 06/07/15 16:39, Marcus Shawcroft wrote: >> On 6 July 2015 at 09:20, Szabolcs Nagy <szabolcs.n...@arm.com> wrote: >> >>> 2015-07-06 Szabolcs Nagy <szabolcs.n...@arm.com>
PR target/66731 in Changelog ? Ramana >>> >>> * gcc.target/aarch64/fnmul-1.c: New. >>> * gcc.target/aarch64/fnmul-2.c: New. >>> * gcc.target/aarch64/fnmul-3.c: New. >>> * gcc.target/aarch64/fnmul-4.c: New. >> >> +float >> +foo_s (float a, float b) >> +{ >> + /* { dg-final { scan-assembler "fnmul\\ts\[0-9\]+, s\[0-9\]+, >> s\[0-9\]+" } } */ >> + return -(a * b); >> +} >> >> Indentation should set at two spaces. >> /Marcus > > Committed the indentation fix as obvious in r225613. > > 2015-07-09 Szabolcs Nagy <szabolcs.n...@arm.com> > > * gcc.target/aarch64/fnmul-1.c: Fix whitespace. > * gcc.target/aarch64/fnmul-2.c: Likewise. > * gcc.target/aarch64/fnmul-3.c: Likewise. > * gcc.target/aarch64/fnmul-4.c: Likewise. >