This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[wwwdocs] PATCH for Re: [Ada] gnatname creates backup copy of project file
- From: Gerald Pfeifer <gerald at pfeifer dot com>
- To: Arnaud Charlet <charlet at adacore dot com>
- Cc: gcc-patches at gcc dot gnu dot org, Vincent Celier <celier at adacore dot com>
- Date: Sun, 18 Aug 2013 21:43:25 +0200 (CEST)
- Subject: [wwwdocs] PATCH for Re: [Ada] gnatname creates backup copy of project file
- References: <20130411094152 dot GA24010 at adacore dot com> <20130411094445 dot GA12650 at adacore dot com>
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