]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/cp/ChangeLog
common.opt (Wcast-align=strict): New warning option.
[thirdparty/gcc.git] / gcc / cp / ChangeLog
index 0a3b80f451805d1a035610dbc0ee0ebb6dc6ec68..c0132251edc6c7613011593570a74f3ddabfd91f 100644 (file)
@@ -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,