Commit 58f2e59a by Uros Bizjak

testsuite: Add -msse2 to fix ia32 tests.

	* gcc.dg/gimplefe-41.c: Add -msse2 additional options for x86 targets.
	* gcc.dg/ipa/ipa-sra-19.c: Ditto.
parent fd136f01
2020-02-19 Uroš Bizjak <ubizjak@gmail.com>
* gcc.dg/gimplefe-41.c: Add -msse2 additional options for x86 targets.
* gcc.dg/ipa/ipa-sra-19.c: Ditto.
2020-02-19 Richard Sandiford <richard.sandiford@arm.com> 2020-02-19 Richard Sandiford <richard.sandiford@arm.com>
PR tree-optimization/93767 PR tree-optimization/93767
......
/* { dg-do compile { target { vect_double && vect_long_long } } } */ /* { dg-do compile { target { vect_double && vect_long_long } } } */
/* { dg-options "-fgimple -Wno-psabi -w" } */ /* { dg-options "-fgimple -Wno-psabi -w" } */
/* { dg-additional-options "-msse2" { target x86_64-*-* i?86-*-* } } */
typedef double __v2df __attribute__ ((__vector_size__ (16))); typedef double __v2df __attribute__ ((__vector_size__ (16)));
typedef unsigned long long __v2di __attribute__ ((__vector_size__ (16))); typedef unsigned long long __v2di __attribute__ ((__vector_size__ (16)));
......
/* { dg-do compile } */ /* { dg-do compile } */
/* { dg-options "-O2" } */ /* { dg-options "-O2" } */
/* { dg-additional-options "-msse2" { target ia32 } } */
typedef int __attribute__((__vector_size__(16))) vectype; typedef int __attribute__((__vector_size__(16))) vectype;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment