aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 8d1fb69..1b9bb92 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -4257,6 +4257,11 @@ Mon Mar 24 20:03:03 CET 2003 Jan Hubicka <jh@suse.cz>
(sordered, sungt, sunle, sunge, sunlt): Likewise.
(eh_epilogue, tablejump): Likewise.
+2003-03-09 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
+
+ * tree.c (substitute_in_expr, case 'e'): Only make recursive call
+ on operands if it has a PLACEHOLDER_EXPR.
+
2003-03-09 David Edelsohn <edelsohn@gnu.org>
Mostafa Hagog