re PR tree-optimization/87609 (miscompilation with restrict and loop)
authorRichard Biener <rguenther@suse.de>
Fri, 22 Feb 2019 08:36:30 +0000 (08:36 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Fri, 22 Feb 2019 08:36:30 +0000 (08:36 +0000)
commit3c8b06dcc68be1ba6dbb01fbbd32ba2a337dd3b8
treebb1ea56d5a42df8b7bb28149592007fc6c94b08e
parent406e490892c067d36969c664ae7fb7ac09fcfb62
re PR tree-optimization/87609 (miscompilation with restrict and loop)

2019-02-22  Richard Biener  <rguenther@suse.de>

PR tree-optimization/87609
* tree-core.h (tree_base): Document special clique values.
* tree-inline.c (remap_dependence_clique): Do not use the
special clique value of one.
(maybe_set_dependence_info): Use clique one.
(clear_dependence_clique): New callback.
(compute_dependence_clique): Clear clique one from all refs
before assigning it (again).

From-SVN: r269097
gcc/ChangeLog
gcc/tree-core.h
gcc/tree-inline.c
gcc/tree-ssa-structalias.c