aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>2003-04-18 19:03:19 -0400
committerRichard Kenner <kenner@gcc.gnu.org>2003-04-18 19:03:19 -0400
commit22672fc4834bcce3f1c76e64d681053267525978 (patch)
tree3f146c0e9664310e45d94b7a27e590f6257b78ba /gcc
parent7008a11babeef9ef124d932e13a3e0a4e6410a0f (diff)
downloadgcc-22672fc4834bcce3f1c76e64d681053267525978.zip
gcc-22672fc4834bcce3f1c76e64d681053267525978.tar.gz
gcc-22672fc4834bcce3f1c76e64d681053267525978.tar.bz2
Add missing ChangeLog from 3/19/03
From-SVN: r65800
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