re PR tree-optimization/78148 (r241649 causes -fcompare-debug failure on ppc64le)
authorJakub Jelinek <jakub@redhat.com>
Sat, 29 Oct 2016 15:55:50 +0000 (17:55 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Sat, 29 Oct 2016 15:55:50 +0000 (17:55 +0200)
commita654d5d013b0d35baa09e1c9344847b864a94cfe
tree6088b9177e233528e241aa4261e11c5f0d384c84
parent2bc99a1a94d85532caa3c20bbb58cea6df2ebd6c
re PR tree-optimization/78148 (r241649 causes -fcompare-debug failure on ppc64le)

PR target/78148
* gimple-ssa-store-merging.c
(imm_store_chain_info::output_merged_store): Use build_aligned_type
instead of SET_TYPE_ALIGN on shared integral type.

* gcc.dg/pr78148.c: New test.

From-SVN: r241679
gcc/ChangeLog
gcc/gimple-ssa-store-merging.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/pr78148.c [new file with mode: 0644]