projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c11790
)
ChangeLog: Fix ChangeLog entry to mention RESULT_DECL instead of PARM_DECL.
author
Richard Biener
<rguenth@gcc.gnu.org>
Thu, 6 Oct 2005 19:43:18 +0000
(19:43 +0000)
committer
Richard Biener
<rguenth@gcc.gnu.org>
Thu, 6 Oct 2005 19:43:18 +0000
(19:43 +0000)
2005-10-06 Richard Guenther <rguenther@suse.de>
* ChangeLog: Fix ChangeLog entry to mention RESULT_DECL instead
of PARM_DECL.
From-SVN: r105054
gcc/ChangeLog
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index 16aeadb53de9d1509b8929dc2e8b4a90e1bcfbd3..f7a9c3863bfb7295c0f684d4329dbb4e1b43aadf 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-33,7
+33,7
@@
2005-10-06 Richard Guenther <rguenther@suse.de>
PR tree-optimization/24238
- * tree-ssa-alias.c (find_used_portions): Handle
PARAM
_DECL.
+ * tree-ssa-alias.c (find_used_portions): Handle
RESULT
_DECL.
2005-10-06 Daniel Jacobowitz <dan@codesourcery.com>