testsuite:: Fix pr39986.c testcase for AArch64
authorChristophe Lyon <christophe.lyon@arm.com>
Fri, 25 Mar 2022 09:20:06 +0000 (09:20 +0000)
committerChristophe Lyon <christophe.lyon@arm.com>
Fri, 20 May 2022 07:34:17 +0000 (09:34 +0200)
commit4ca320112e4bc6fd65475dea37fd5034e97ace17
tree1b2cbae3b87737938159e936af20cea76d2fca87
parent012310aafb24e8ccdc0d979e79bf7c867a52e615
testsuite:: Fix pr39986.c testcase for AArch64

The testcase in c-c++-common/dfp/pr39986.c detects if DFP constants
are correctly emitted in the assembly.  However, AArch64 uses .word
instead of the expected .long directive. With this patch, we now
accept both.

2022-03-31  Christophe Lyon <christophe.lyon@arm.com>

gcc/testsuite/
* c-c++-common/dfp/pr39986.c: Accept .word directive.
gcc/testsuite/c-c++-common/dfp/pr39986.c