diff options
author | Kelvin Nilsen <kelvin@gcc.gnu.org> | 2016-10-26 20:19:39 +0000 |
---|---|---|
committer | Kelvin Nilsen <kelvin@gcc.gnu.org> | 2016-10-26 20:19:39 +0000 |
commit | 7a83b391c734e5e64487ddd8813470a5814b4868 (patch) | |
tree | 460fcaf0cda67f48b77f7eaea1eee4bc3d77d403 /gcc/tree-ssa-threadupdate.c | |
parent | d47e6b8225e7627df766d5026c6b722ae441ca6f (diff) | |
download | gcc-7a83b391c734e5e64487ddd8813470a5814b4868.zip gcc-7a83b391c734e5e64487ddd8813470a5814b4868.tar.gz gcc-7a83b391c734e5e64487ddd8813470a5814b4868.tar.bz2 |
re PR target/78056 (build failure on Power7)
gcc/ChangeLog:
2016-10-26 Kelvin Nilsen <kelvin@gcc.gnu.org>
PR target/78056
* config/rs6000/rs6000.c (spe_init_builtins): Modify loops to not
define builtin functions from the bdesc_spe_predicates or
bdesc_spe_evsel arrays if the builtin mask is not compatible with
the current compiler configuration.
(paired_init_builtins): Modify loop to not define define builtin
functions from the bdesc_paried_preds array if the builtin mask is
not compatible with the current compiler configuration.
(altivec_init_builtins): Modify loops to not define the
__builtin_altivec_stxvl function nor the builtin functions from
the bdesc_dst or bdesc_altivec_preds, or bdesc_abs arrays if the
builtin mask is not compatible with the current compiler
configuration.
gcc/testsuite/ChangeLog:
2016-10-26 Kelvin Nilsen <kelvin@gcc.gnu.org>
PR target/78056
* gcc.target/powerpc/vsu/vec-any-eqz-7.c (test_any_equal): Change
expected error message.
* gcc.target/powerpc/vsu/vec-xst-len-12.c (store_data): Change
expected error message.
* gcc.target/powerpc/vsu/vec-all-nez-7.c
(test_all_not_equal_and_not_zero): Change expected error message.
From-SVN: r241599
Diffstat (limited to 'gcc/tree-ssa-threadupdate.c')
0 files changed, 0 insertions, 0 deletions