]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR tree-optimization/62031 (Different results between O2 and O2 -fpredictive-commo...
authorRichard Biener <rguenther@suse.de>
Fri, 15 Aug 2014 07:50:40 +0000 (07:50 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Fri, 15 Aug 2014 07:50:40 +0000 (07:50 +0000)
commit6e2028ff0f24561125d465b3c8d6acc88d4d82dc
treed715e9fb4a2949aee3ce02f70c58ffb10d618df5
parent94351473749ce2618a1f2193380c0d690f9d6bb8
re PR tree-optimization/62031 (Different results between O2 and O2 -fpredictive-commoning)

2014-08-15  Richard Biener  <rguenther@suse.de>

PR tree-optimization/62031
* tree-data-ref.c (dr_analyze_indices): Do not set
DR_UNCONSTRAINED_BASE.
(dr_may_alias_p): All indirect accesses have to go the
formerly DR_UNCONSTRAINED_BASE path.
* tree-data-ref.h (struct indices): Remove
unconstrained_base member.
(DR_UNCONSTRAINED_BASE): Remove.

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

From-SVN: r214006
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/torture/pr62031.c [new file with mode: 0644]
gcc/tree-data-ref.c
gcc/tree-data-ref.h