]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR middle-end/20933 (gcc can no longer bootstrap itself)
authorDiego Novillo <dnovillo@redhat.com>
Mon, 11 Apr 2005 22:06:46 +0000 (22:06 +0000)
committerDiego Novillo <dnovillo@gcc.gnu.org>
Mon, 11 Apr 2005 22:06:46 +0000 (18:06 -0400)
commitf8d66d34f711e94a48b1eb28ab0fa25c6e1404c9
treeea3a6eedbf40f8febad0a55f21fd8d5f0af2123d
parent9f32d037484306f1045b661d9bf29e893d846ede
re PR middle-end/20933 (gcc can no longer bootstrap itself)

PR tree-optimization/20933
* tree-ssa-alias.c (compute_flow_insensitive_aliasing): Move
logic to reject aliases between read-only and writable
variables ...
(may_alias_p): ... here.
(get_tmt_for): Do not associate read-only tags to pointers
whose pointed-to type is not read-only.
* tree-ssa.c (verify_ssa): Check that memory stores have at
least one V_MAY_DEF or V_MUST_DEF.

testsuite/ChangeLog

PR tree-optimization/20933
* gcc.dg/tree-ssa/pr20933.c: New test.

From-SVN: r97988
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tree-ssa/pr20933.c [new file with mode: 0644]
gcc/tree-ssa-alias.c
gcc/tree-ssa.c