]> git.ipfire.org Git - thirdparty/gcc.git/commit
i386: Fix mvc17.c test for default target clone under --with-arch
authorHongyu Wang <hongyu.wang@intel.com>
Wed, 28 Jun 2023 01:13:29 +0000 (09:13 +0800)
committerHongyu Wang <hongyu.wang@intel.com>
Wed, 28 Jun 2023 02:14:38 +0000 (10:14 +0800)
commitc5703272e9e3d7dce0c45c52f1922daa77e436e8
tree11362ddc4103a2ce1bc890afc12a2766c20cc783
parent4ae5ad78c32bd775c6da5fd419183d29d6bef38a
i386: Fix mvc17.c test for default target clone under --with-arch

For target clones, the default clone follows the default march
so adjust the testcase to avoid test failure on --with-arch=native
build.

gcc/testsuite/ChangeLog:

* gcc.target/i386/mvc17.c: Add -march=x86-64 to dg-options.
gcc/testsuite/gcc.target/i386/mvc17.c