aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/c-family/ChangeLog')
-rw-r--r--gcc/c-family/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/c-family/ChangeLog b/gcc/c-family/ChangeLog
index 52a7f5c..f0e6147 100644
--- a/gcc/c-family/ChangeLog
+++ b/gcc/c-family/ChangeLog
@@ -1,3 +1,8 @@
+2012-05-10 Richard Guenther <rguenther@suse.de>
+
+ * c-common.c (c_sizeof_or_alignof_type): Remove assert and
+ adjust commentary about TYPE_IS_SIZETYPE types.
+
2012-05-09 Manuel López-Ibáñez <manu@gcc.gnu.org>
PR c++/53261