2016-08-09 Richard Biener <rguenther@suse.de>
commit22e51916125a9ebf03b0d9e582d7ff6d80bf7d7c
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 9 Aug 2016 10:49:36 +0000 (9 10:49 +0000)
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 9 Aug 2016 10:49:36 +0000 (9 10:49 +0000)
tree0609257bf2a893402fb9b009a5b5d9b61204a964
parent950543478f7263c76ad49f48d36d5e35ed66f9ea
2016-08-09  Richard Biener  <rguenther@suse.de>

Backport from mainline
2016-08-09  Richard Biener  <rguenther@suse.de>

PR ipa/68273
* ipa-prop.c (ipa_modify_formal_parameters): Build
parameter types with natural alignment also for the
over-aligned case.

2016-07-15  Richard Biener  <rguenther@suse.de>

PR tree-optimization/71881
* tree-loop-distribution.c (destroy_loop): Remove blocks in
reverse DOM order to make debug temp generation happy.

* gcc.dg/torture/pr71881.c: New testcase.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-6-branch@239277 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/ipa-prop.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/torture/pr71881.c [new file with mode: 0644]
gcc/tree-loop-distribution.c