diff options
author | Charles Baylis <cbaylis@gcc.gnu.org> | 2015-09-08 17:24:12 +0000 |
---|---|---|
committer | Charles Baylis <cbaylis@gcc.gnu.org> | 2015-09-08 17:24:12 +0000 |
commit | 32dd8b86a627eea1217ea46826e8d786a5473667 (patch) | |
tree | 3eceab0d8d4253fbe5f3a9c5788afb0a3624fab6 | |
parent | c478516be7517e20e150150fea4399d60434bfc3 (diff) | |
download | gcc-32dd8b86a627eea1217ea46826e8d786a5473667.zip gcc-32dd8b86a627eea1217ea46826e8d786a5473667.tar.gz gcc-32dd8b86a627eea1217ea46826e8d786a5473667.tar.bz2 |
fix ChangeLog entry for r227407
From-SVN: r227534
-rw-r--r-- | gcc/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 6295329..9ab62c0 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -179,6 +179,7 @@ 2015-09-02 Charles Baylis <charles.baylis@linaro.org> + PR ipa/67280 * cgraphunit.c (cgraph_node::create_wrapper): Set can_throw_external in new callgraph edge. |