aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cp/ChangeLog')
-rw-r--r--gcc/cp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 0a3b80f..c013225 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,8 @@
+2017-09-15 Bernd Edlinger <bernd.edlinger@hotmail.de>
+
+ * typeck.c (build_reinterpret_cast_1,
+ build_const_cast_1): Implement -Wcast-align=strict.
+
2017-09-15 Jakub Jelinek <jakub@redhat.com>
* decl.c (redeclaration_error_message): Use cxx17 instead of cxx1z,