diff options
author | Andrew Pinski <pinskia@gmail.com> | 2006-12-22 00:31:03 -0800 |
---|---|---|
committer | Andrew Pinski <pinskia@gcc.gnu.org> | 2006-12-22 00:31:03 -0800 |
commit | e5b44dfb3e7f20af022a3c9133cbc5c610b50124 (patch) | |
tree | 2f6a29ba43eda735e704982beaccd5a2c3dd5e71 /gcc/cp/ChangeLog | |
parent | b3c4918f98830ee60d9d6dcad83de6e9e2f9ef6d (diff) | |
download | gcc-e5b44dfb3e7f20af022a3c9133cbc5c610b50124.tar.gz |
re PR c++/30225 (builtins's decl is copied in some cases where it is not needed to be copied)
2006-12-21 Andrew Pinski <pinskia@gmail.com>
PR C++/30225
* decl.c (cxx_builtin_function): Only copy the decl if adding
it to the std namespace
From-SVN: r120145
Diffstat (limited to 'gcc/cp/ChangeLog')
-rw-r--r-- | gcc/cp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index caad0ec0fd5..5009ebaa251 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,5 +1,11 @@ 2006-12-21 Andrew Pinski <pinskia@gmail.com> + PR C++/30225 + * decl.c (cxx_builtin_function): Only copy the decl if adding + it to the std namespace. + +2006-12-21 Andrew Pinski <pinskia@gmail.com> + PR C++/30168 * optimize.c (update_cloned_parm): Copy DECL_GIMPLE_REG_P also. |