Index: changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-7/changes.html,v retrieving revision 1.80 diff -u -r1.80 changes.html --- changes.html 1 May 2017 17:51:14 -0000 1.80 +++ changes.html 2 May 2017 15:34:33 -0000 @@ -38,6 +38,17 @@
  • The Cilk+ extensions to the C and C++ languages have been deprecated.
  • +
  • On ARM targets (arm*-*-*), + a + bug introduced in GCC 5 that affects conformance to the + procedure call standard (AAPCS) has been fixed. The bug affects + some C++ code where class objects are passed by value to + functions and could result in incorrect or inconsistent code + being generated. This is an ABI change. If the + option -Wpsabi is enabled (on by default) the + compiler will emit a diagnostic note for code that might be + affected. +
  • @@ -822,6 +833,11 @@

    AArch64