diff options
author | Jakub Jelinek <jakub@redhat.com> | 2018-03-17 12:12:00 +0100 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2018-03-17 12:12:00 +0100 |
commit | 677956e82fc1b349da319c13053b894ec233deb0 (patch) | |
tree | af6175d8f0fabcbeaa9e9188d07b8cdbaebec014 /gcc/tree-vect-loop.c | |
parent | a3d6f9bab7f03006f1415313fe905fb2e5d71c68 (diff) | |
download | gcc-677956e82fc1b349da319c13053b894ec233deb0.zip gcc-677956e82fc1b349da319c13053b894ec233deb0.tar.gz gcc-677956e82fc1b349da319c13053b894ec233deb0.tar.bz2 |
re PR target/84902 (549.fotonik3d_r from SPEC2017 fails verification with -Ofast -march=native on Zen since r258518)
PR target/84902
* config/i386/i386.c (initial_ix86_tune_features,
initial_ix86_arch_features): Use unsigned HOST_WIDE_INT rather than
unsigned long long.
(set_ix86_tune_features): Change ix86_tune_mask from unsigned int
to unsigned HOST_WIDE_INT, initialize to HOST_WIDE_INT_1U << ix86_tune
rather than 1u << ix86_tune. Formatting fix.
(ix86_option_override_internal): Change ix86_arch_mask from
unsigned int to unsigned HOST_WIDE_INT, initialize to
HOST_WIDE_INT_1U << ix86_arch rather than 1u << ix86_arch.
(ix86_function_specific_restore): Likewise.
From-SVN: r258618
Diffstat (limited to 'gcc/tree-vect-loop.c')
0 files changed, 0 insertions, 0 deletions