This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: PATCH: ada merge
> In any case, could you write something about this merge, indicating what
> will be new in Ada for GCC 3.4 relative to GCC 3.3, for
> gcc-3.4/changes.html?
Here is a first list. I don't know what the procedure is to get
it integrated into changes.html:
--
Changes in the Ada front-end/library in 3.4:
- Improved project file support
- Additional set of warnings about potential wrong code
- Improved error messages
- Improved code generation
- Improved cross reference information
- Improved inlining
- Better run-time check elimination
- Better error recovery
- More efficient implementation of unbounded strings
- Added features in GNAT.Sockets, GNAT.OS_Lib, GNAT.Debug_Pools, ...
- New GNAT.xxxx packages (e.g. GNAT.Strings, GNAT.Exception_Action)
- New pragmas
- Lots of bug fixes