aboutsummaryrefslogtreecommitdiff
path: root/gcc/c/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/c/ChangeLog')
-rw-r--r--gcc/c/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/c/ChangeLog b/gcc/c/ChangeLog
index 0603852..4f353e8 100644
--- a/gcc/c/ChangeLog
+++ b/gcc/c/ChangeLog
@@ -1,3 +1,11 @@
+2013-12-04 Joseph Myers <joseph@codesourcery.com>
+
+ PR c/52023
+ * c-parser.c (c_parser_alignas_specifier): Use
+ c_sizeof_or_alignof_type instead of c_alignof.
+ (c_parser_alignof_expression): Likewise, with min_alignof
+ parameter depending on alignof spelling used.
+
2013-12-04 Marek Polacek <polacek@redhat.com>
PR c/54113