On Mon, Sep 09, 2013 at 02:12:35PM +0400, Michael V. Zolotukhin wrote: > > No -march in runtime tests, please. > Is mtune ok here?
Please verify that with the s/-march/-mtune/ change without the i386.c fix the testcase will fail with make check-gcc RUNTESTFLAGS='--target_board=unix\{-m32,-m64\} dg-torture.exp=pr58*.c' and with the i386.c fix will succeed (that is pretty much a general rule for most of the testcases for some PR being added into the testsuite). Jakub