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/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/gcc/c-family/ChangeLog b/gcc/c-family/ChangeLog
index 0d112cf..b49388d 100644
--- a/gcc/c-family/ChangeLog
+++ b/gcc/c-family/ChangeLog
@@ -1,3 +1,15 @@
+2012-10-08 Dodji Seketeli <dodji@redhat.com>
+
+ PR c++/53528 C++11 attribute support
+ * c-common.h (bitfield_p, cxx_fundamental_alignment_p): Declare
+ new functions.
+ * c-common.c (check_cxx_fundamental_alignment_constraints): New
+ static function.
+ (handle_aligned_attribute): In choose strictest alignment
+ among many. Use new check_cxx_fundamental_alignment_constraints.
+ (handle_transparent_union_attribute): In c++11 attribute syntax,
+ don't look through typedefs.
+
2012-10-04 Arnaud Charlet <charlet@adacore.com>
* c-ada-spec.c (print_ada_declaration): Remove handling of TDF_RAW.