On Sun, Nov 02, 2014 at 08:31:43PM +0100, Uros Bizjak wrote:
> Attached (mechanical) patch adds i?86-*-* target to many tests, where
> only x86_64-*-* is listed. Please note that x86_64-*-* already
> included && lp64 for 64bit specific tests due to -m32 multilib
> testing.
> 
> 2014-11-02  Uros Bizjak  <ubiz...@gmail.com>
> 
>     * c-c++-common/ubsan/float-cast-overflow-6.c: Add i?86-*-* target.
...
>     * gcc.dg/tm/memopt-15.c: Ditto.
> 
> Tested on x86_64-linux-gnu {,-m32} and committed to mainline SVN.
> 
> I will keep an eye on autotesters for possible fallout.

This regressed on i686-linux in memopt-15.c, because without -msse2
there is psABI warning.  Rather than adding -Wno-psabi, I chose to
add -msse2, the test is dg-do compile, so we don't need any extra as
or runtime support.

Committed as obvious after bootstrap/regtest on x86_64-linux and i686-linux.

2014-11-11  Jakub Jelinek  <ja...@redhat.com>

        * gcc.dg/tm/memopt-15.c: Add -msse2 to dg-options.

--- gcc/testsuite/gcc.dg/tm/memopt-15.c.jj      2014-11-10 19:16:09.609635932 
+0100
+++ gcc/testsuite/gcc.dg/tm/memopt-15.c 2014-11-10 22:24:42.740667616 +0100
@@ -1,5 +1,5 @@
 /* { dg-do compile { target { i?86-*-linux* x86_64-*-linux* } } } */
-/* { dg-options "-fgnu-tm -O" } */
+/* { dg-options "-fgnu-tm -O -msse2" } */
 
 /* Test the TM vector logging functions.  */
 


        Jakub

Reply via email to