aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2004-12-25 19:59:28 -0800
committerRichard Henderson <rth@gcc.gnu.org>2004-12-25 19:59:28 -0800
commit57aaef66e54574a9ae1740491516066e8eddc64b (patch)
tree4403a3fcc0caca4650a778eef642eaae7575c16d /gcc/ChangeLog
parent798e3fe5a033121d06c9e17f871aaabf3c35dfbd (diff)
downloadgcc-57aaef66e54574a9ae1740491516066e8eddc64b.zip
gcc-57aaef66e54574a9ae1740491516066e8eddc64b.tar.gz
gcc-57aaef66e54574a9ae1740491516066e8eddc64b.tar.bz2
expr.c (clear_storage): Validate CONST0_RTX extant.
* expr.c (clear_storage): Validate CONST0_RTX extant. Special case complex modes. From-SVN: r92615
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index db26b3a..4e9c283 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2004-12-25 Richard Henderson <rth@redhat.com>
+
+ * expr.c (clear_storage): Validate CONST0_RTX extant. Special case
+ complex modes.
+
2004-12-25 Zdenek Dvorak <dvorakz@suse.cz>
PR rtl-optimization/19078