OSDN Git Service

PR 23714
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 6 Oct 2005 00:02:57 +0000 (00:02 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 6 Oct 2005 00:02:57 +0000 (00:02 +0000)
commit752b386e6500ac2b2b55ce583b56101db290fbb6
tree0593d45ae4e083fc9bb38c628fa8114d59031624
parentfcedd099f5f7e18e7e45ca999432ed07f893c09b
    PR 23714
        * tree-cfg.c (mark_array_ref_addressable_1): New.
        (mark_array_ref_addressable): New.
        * tree-flow.h (mark_array_ref_addressable): Declare.
        * tree-optimize.c (execute_cleanup_cfg_post_optimizing): Use it.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@105022 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/testsuite/g++.dg/opt/pr23714.C [new file with mode: 0644]
gcc/tree-cfg.c
gcc/tree-flow.h
gcc/tree-optimize.c