]> git.ipfire.org Git - thirdparty/gcc.git/commit
[multiple changes]
authorArnaud Charlet <charlet@gcc.gnu.org>
Wed, 23 Jun 2010 09:53:24 +0000 (11:53 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Wed, 23 Jun 2010 09:53:24 +0000 (11:53 +0200)
commit0eed45bbe286757689d39d5f345842b67c023ce4
tree682a591ce203dec73771dbec80125a9be4066201
parent6b8cdb0ac2a57a4d025254e4e7e9cbb54fc72862
[multiple changes]

2010-06-23  Eric Botcazou  <ebotcazou@adacore.com>

* exp_ch11.adb (Expand_Local_Exception_Handlers): Propagate the end
label to the new sequence of statements.  Set the sloc of the raise
statement onto the new goto statements.

2010-06-23  Robert Dewar  <dewar@adacore.com>

* a-stuten.ads, a-stuten.adb: New files.
* impunit.adb: Add engtry for Ada.Strings.UTF_Encoding (a-stuten.ads)
* Makefile.rtl: Add entry for a-stuten (Ada.Strings.UTF_Encoding)

2010-06-23  Robert Dewar  <dewar@adacore.com>

* gnat_ugn.texi: Add documentation of -gnat12 switch
Add documentation of -gnatX switch.

2010-06-23  Ed Schonberg  <schonberg@adacore.com>

* inline.ads: Include the current Ada_Version in the info for pending
instance bodies, so that declaration and body are compiled with the
same Ada_Version.
* inline.adb: Move with_clause for Opt to spec.
* sem_ch12.adb (Analyze_Package_Instantiation,
Analyze_Subprogram_Instantiation): Save current Ada_Version in
Pending_Instantiation information.
(Instantiate_Package_Body, Instantiate_Subprogram_Body,
Inline_Package_Body): Use the Ada_Version present in the body
information.

2010-06-23  Robert Dewar  <dewar@adacore.com>

* usage.adb: Add documentation for -gnat12 switch.
* errout.ads: Add VMS alias entry for -gnat12 switch
* gnat_rm.texi: Add documentation for pragma Ada_12 and Ada_2012
Add documentation for pragma Extensions_Allowed.
* opt.ads: Add entry for Ada 2012 mode.
* sem_ch4.adb, par-ch3.adb, par-ch4.adb: Use new Ada 2012 mode for 2012
features.
* sem_prag.adb, par-prag.adb: Add processing for pragma Ada_12 and
Ada_2012.
* sem_ch13.adb: Add handling for Ada 2012 mode.
* snames.ads-tmpl: Add entries for pragma Ada_2012 and Ada_12.
* switch-c.adb: Add handling for -gnat12 switch.
Implement -gnat2005 and -gnat2012.
* usage.adb: Add documentation for -gnat12 switch.
* vms_data.ads: Add /12 switch for Ada 2012 mode.

From-SVN: r161268
24 files changed:
gcc/ada/ChangeLog
gcc/ada/Makefile.rtl
gcc/ada/a-stuten.adb [new file with mode: 0644]
gcc/ada/a-stuten.ads [new file with mode: 0644]
gcc/ada/errout.ads
gcc/ada/exp_ch11.adb
gcc/ada/gcc-interface/Make-lang.in
gcc/ada/gnat_rm.texi
gcc/ada/gnat_ugn.texi
gcc/ada/impunit.adb
gcc/ada/inline.adb
gcc/ada/inline.ads
gcc/ada/opt.ads
gcc/ada/par-ch3.adb
gcc/ada/par-ch4.adb
gcc/ada/par-prag.adb
gcc/ada/sem_ch12.adb
gcc/ada/sem_ch13.adb
gcc/ada/sem_ch4.adb
gcc/ada/sem_prag.adb
gcc/ada/snames.ads-tmpl
gcc/ada/switch-c.adb
gcc/ada/usage.adb
gcc/ada/vms_data.ads