mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-06 05:20:26 +08:00
pr45685.c (dg-options): Add -mno-sse4.
* gcc.target/i386/pr45685.c (dg-options): Add -mno-sse4. * gcc.target/i386/pr68432-1.c (dg-options): Ditto. * gcc.target/i386/pr68432-2.c (dg-options): Ditto. * gcc.target/i386/pr68432-3.c (dg-options): Ditto. From-SVN: r232329
This commit is contained in:
parent
6235f59c57
commit
ef6d177268
@ -3,6 +3,14 @@
|
||||
* config/i386/i386.h (TARGET_FLT_EVAL_METHOD): Return -1 for
|
||||
TARGET_SSE_MATH without TARGET_SSE2. Rewrite.
|
||||
|
||||
2016-01-13 Tom de Vries <tom@codesourcery.com>
|
||||
|
||||
PR tree-optimization/69169
|
||||
* tree-ssa-structalias.c (create_variable_info_for_1): Add and handle
|
||||
handled_struct_type param.
|
||||
(create_variable_info_for, intra_create_variable_infos): Call
|
||||
create_variable_info_for_1 with extra arg.
|
||||
|
||||
2016-01-13 Yvan Roux <yvan.roux@linaro.org>
|
||||
|
||||
* config/arm/arm-arches.def: Remove spurious whitespace in "armv8.1-a"
|
||||
|
@ -1,9 +1,13 @@
|
||||
PR tree-optimization/69169
|
||||
* tree-ssa-structalias.c (create_variable_info_for_1): Add and handle
|
||||
handled_struct_type param.
|
||||
(create_variable_info_for, intra_create_variable_infos): Call
|
||||
create_variable_info_for_1 with extra arg.
|
||||
2016-01-13 Uros Bizjak <ubizjak@gmail.com>
|
||||
|
||||
* gcc.target/i386/pr45685.c (dg-options): Add -mno-sse4.
|
||||
* gcc.target/i386/pr68432-1.c (dg-options): Ditto.
|
||||
* gcc.target/i386/pr68432-2.c (dg-options): Ditto.
|
||||
* gcc.target/i386/pr68432-3.c (dg-options): Ditto.
|
||||
|
||||
2016-01-13 Tom de Vries <tom@codesourcery.com>
|
||||
|
||||
PR tree-optimization/69169
|
||||
* gcc.dg/pr69169.c: New test.
|
||||
|
||||
2016-01-13 Alexander Fomin <alexander.fomin@intel.com>
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* { dg-do compile { target { ! ia32 } } } */
|
||||
/* { dg-options "-O3" } */
|
||||
/* { dg-options "-O3 -mno-sse4" } */
|
||||
|
||||
typedef unsigned long long int uint64_t;
|
||||
typedef long long int int64_t;
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* { dg-do compile } */
|
||||
/* { dg-options "-O2 -fno-math-errno -fno-trapping-math -msse2 -mfpmath=sse" } */
|
||||
/* { dg-options "-O2 -fno-math-errno -fno-trapping-math -msse2 -mno-sse4 -mfpmath=sse" } */
|
||||
|
||||
float
|
||||
f1 (float f)
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* { dg-do compile } */
|
||||
/* { dg-options "-Os -fno-math-errno -fno-trapping-math -msse2 -mfpmath=sse" } */
|
||||
/* { dg-options "-Os -fno-math-errno -fno-trapping-math -msse2 -mno-sse4 -mfpmath=sse" } */
|
||||
|
||||
float
|
||||
f1 (float f)
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* { dg-do compile } */
|
||||
/* { dg-options "-O2 -fno-math-errno -fno-trapping-math -msse2 -mfpmath=sse" } */
|
||||
/* { dg-options "-O2 -fno-math-errno -fno-trapping-math -msse2 -mno-sse4 -mfpmath=sse" } */
|
||||
|
||||
float __attribute__ ((cold))
|
||||
f1 (float f)
|
||||
|
Loading…
x
Reference in New Issue
Block a user