This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[www-patch] htdocs/gcc-3.4/changes.html: add Ada changes
- From: Arnaud Charlet <charlet at ACT-Europe dot FR>
- To: gcc-patches at gcc dot gnu dot org
- Date: Tue, 28 Oct 2003 12:03:40 +0100
- Subject: [www-patch] htdocs/gcc-3.4/changes.html: add Ada changes
I've included a rough list of Ada changes between 3.3. and 3.4
Index: changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.4/changes.html,v
retrieving revision 1.57
diff -u -r1.57 changes.html
--- changes.html 22 Oct 2003 22:31:50 -0000 1.57
+++ changes.html 28 Oct 2003 11:01:01 -0000
@@ -65,6 +65,29 @@
<h2>New Languages and Language specific improvements</h2>
+<h3>Ada</h3>
+ <ul>
+ <li>The Ada front-end has been updated to include numerous
+ bug fixes and enhancements. These include:
+ <ul>
+ <li>Improved project file support </li>
+ <li>Additional set of warnings about potential wrong code </li>
+ <li>Improved error messages </li>
+ <li>Improved code generation </li>
+ <li>Improved cross reference information </li>
+ <li>Improved inlining </li>
+ <li>Better run-time check elimination </li>
+ <li>Better error recovery </li>
+ <li>More efficient implementation of unbounded strings </li>
+ <li>Added features in GNAT.Sockets, GNAT.OS_Lib,
+ GNAT.Debug_Pools, ... </li>
+ <li>New GNAT.xxxx packages (e.g. GNAT.Strings,
+ GNAT.Exception_Action) </li>
+ <li>New pragmas </li>
+ </ul>
+ </li>
+ </ul>
+
<h3>C/Objective-C/C++</h3>
<ul>