projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2d87e6
)
Add function name to the changelog.
author
Andrew Pinski
<pinskia@gcc.gnu.org>
Wed, 2 Jun 2004 19:36:07 +0000
(12:36 -0700)
committer
Andrew Pinski
<pinskia@gcc.gnu.org>
Wed, 2 Jun 2004 19:36:07 +0000
(12:36 -0700)
From-SVN: r82576
gcc/ChangeLog
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index 7290effa578f9913dd7acde11c012a3e16e79747..dd380f0b75ea63b6194140eb5b27b92cb4946476 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-3,7
+3,8
@@
PR tree-optimization/14042
PR tree-optimization/14729
PR tree-optimization/14736
- * tree-ssa.c: Check the type which the pointer points to
+ * tree-ssa.c (tree_ssa_useless_type_conversion_1):
+ Check the type which the pointer points to
instead of the pointer types.
2004-06-02 Kazu Hirata <kazu@cs.umass.edu>