aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
diff options
context:
space:
mode:
authorDoug Kwan <dougkwan@gcc.gnu.org>2009-03-17 21:33:00 +0000
committerDoug Kwan <dougkwan@gcc.gnu.org>2009-03-17 21:33:00 +0000
commit03f30216c1cd550a61f3a0a8991b296a9bee5de1 (patch)
treeb16121e214f41bae485ec04af276e155bb8f04ba /gcc/cp
parent0631b69f9aa1bc1d56a1d26336524aed3ee38e41 (diff)
downloadgcc-03f30216c1cd550a61f3a0a8991b296a9bee5de1.zip
gcc-03f30216c1cd550a61f3a0a8991b296a9bee5de1.tar.gz
gcc-03f30216c1cd550a61f3a0a8991b296a9bee5de1.tar.bz2
Fix a documentation issue in a previous check in.
Fix a documentation issue in a previous check in. Move C++ entry to cp/ChangeLog From-SVN: r144922
Diffstat (limited to 'gcc/cp')
-rw-r--r--gcc/cp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 172d121..a925c5d 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,8 @@
+2009-03-17 Jing Yu <jingyu@google.com>
+
+ PR middle-end/39378
+ * method.c (use_thunk): Change is_thunk from crtl to cfun.
+
2009-03-17 Paolo Carlini <paolo.carlini@oracle.com>
PR c++/39475