RE: [PATCH 6/6] AArch64: Add test for -mcpu=native

2020-07-09 Thread Kyrylo Tkachov
> -Original Message- > From: Tamar Christina > Sent: 09 July 2020 10:58 > To: gcc-patches@gcc.gnu.org > Cc: nd ; Richard Earnshaw ; > Marcus Shawcroft ; Kyrylo Tkachov > ; Richard Sandiford > > Subject: [PATCH 6/6] AArch64: Add test for -mcpu=native >

[PATCH 6/6] AArch64: Add test for -mcpu=native

2020-07-09 Thread Tamar Christina
Hi All, This adds some tests to the GCC testsuite for testing the -mcpu=native code. Bootstrapped Regtested on aarch64-none-linux-gnu and no issues. Ok for master, GCC 10, 9 and 8? Thanks, Tamar gcc/testsuite/ChangeLog: * gcc.target/aarch64/cpunative/aarch64-cpunative.exp: New test.