aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1995-05-24 15:55:47 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1995-05-24 15:55:47 -0400
commitb796119f95a57f153e00860539b3a5cdf8877aa1 (patch)
tree242401e9812b80dd564fcce2cd6988b6b68a6c42 /gcc
parent14ac3bfe3cc9d33292aba4b4db564baa7b04923a (diff)
downloadgcc-b796119f95a57f153e00860539b3a5cdf8877aa1.zip
gcc-b796119f95a57f153e00860539b3a5cdf8877aa1.tar.gz
gcc-b796119f95a57f153e00860539b3a5cdf8877aa1.tar.bz2
decl.c
decl2.c method.c From-SVN: r9807
Diffstat (limited to 'gcc')
-rw-r--r--gcc/cp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index a5daa43..770a74f 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,9 @@
+Wed May 24 15:55:18 1995 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
+
+ * decl.c (duplicate_decls): Check simple_cst_equal result against 0.
+ * decl2.c (finish_anon_union): Likewise.
+ * method.c (largest_union_member): Likewise.
+
Wed May 24 14:41:11 1995 H.J. Lu (hjl@nynexst.com)
* Make-lang.in (cxxmain.o): Replace single quotes with backslashes.