On Thu, 11 Apr 2013, Arnaud Charlet wrote: > Another important change was done in this commit, I've updated the changelog > accordingly: > > (Ada_Version_Default): Switch to Ada 2012 by default. > > Since Ada 2012 is the new Ada standard, GNAT is switched to Ada 2012 > instead of Ada 2005 by default.
I updated the release notes as follows. (The change around C++ is for the sake of consistency.) Gerald Index: gcc-4.9/changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.9/changes.html,v retrieving revision 1.24 diff -u -3 -p -r1.24 changes.html --- gcc-4.9/changes.html 12 Aug 2013 06:02:04 -0000 1.24 +++ gcc-4.9/changes.html 18 Aug 2013 19:41:31 -0000 @@ -41,10 +41,11 @@ <h2>New Languages and Language specific improvements</h2> -<!-- -<h3>Ada</h3> ---> +<h3 id="ada">Ada</h3> + <ul> + <li>GNAT switched to Ada 2012 instead of Ada 2005 by default.</li> + </ul> <h3 id="c-family">C family</h3> @@ -82,9 +83,7 @@ --> - -<a name="cxx" /> -<h3>C++</h3> +<h3 id="cxx">C++</h3> <ul> <li> The G++ implementation of <a href="../projects/cxx1y.html">C++1y</a> return type deduction for normal