Compile pr79793-[12].c with -mtune=generic
authorH.J. Lu <hongjiu.lu@intel.com>
Mon, 31 Jul 2017 14:59:24 +0000 (14:59 +0000)
committerH.J. Lu <hjl@gcc.gnu.org>
Mon, 31 Jul 2017 14:59:24 +0000 (07:59 -0700)
commit67779f742232506430930101187fddb47e564e5c
treed6a5dd75df2478e00c8a4d53761021bf94d544b2
parent4ab033db415dfd8322d71604e4a9191700a07080
Compile pr79793-[12].c with -mtune=generic

pr79793-1.c and pr79793-2.c are failed when GCC is configured with
--with-cpu=slm since lea is used to adjust stack, instead of sub/add.
This patch uses -mtune=generic to always generate sub and add.

* gcc.target/i386/pr79793-1.c: Compile with -mtune=generic.
* gcc.target/i386/pr79793-2.c: Likewise.

From-SVN: r250745
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/i386/pr79793-1.c
gcc/testsuite/gcc.target/i386/pr79793-2.c