diff options
author | Andrew Pinski <pinskia@physics.uc.edu> | 2005-08-09 17:53:25 +0000 |
---|---|---|
committer | Andrew Pinski <pinskia@gcc.gnu.org> | 2005-08-09 10:53:25 -0700 |
commit | 4e7feced5435dc9953e631ff3e4fd9bbc829cec5 (patch) | |
tree | 02eae3d78c0ffdfe23f7b29961ad401c340f79f6 /gcc/objc/ChangeLog | |
parent | 18a6e93f239e2ca2996e73d3c03b045f3142d01b (diff) | |
download | gcc-4e7feced5435dc9953e631ff3e4fd9bbc829cec5.zip gcc-4e7feced5435dc9953e631ff3e4fd9bbc829cec5.tar.gz gcc-4e7feced5435dc9953e631ff3e4fd9bbc829cec5.tar.bz2 |
part of PR objc/21992
2005-08-09 Andrew Pinski <pinskia@physics.uc.edu>
part of PR objc/21992
* objc-act.c (handle_class_ref): The ref decl is always referenced.
From-SVN: r102920
Diffstat (limited to 'gcc/objc/ChangeLog')
-rw-r--r-- | gcc/objc/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/objc/ChangeLog b/gcc/objc/ChangeLog index 31a1e8f..f6fde14 100644 --- a/gcc/objc/ChangeLog +++ b/gcc/objc/ChangeLog @@ -1,3 +1,8 @@ +2005-08-09 Andrew Pinski <pinskia@physics.uc.edu> + + part of PR objc/21992 + * objc-act.c (handle_class_ref): The ref decl is always referenced. + 2005-07-20 Giovanni Bajo <giovannibajo@libero.it> Make CONSTRUCTOR use VEC to store initializers. |