[multiple changes]
authorArnaud Charlet <charlet@gcc.gnu.org>
Thu, 12 Jul 2012 10:30:29 +0000 (12:30 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Thu, 12 Jul 2012 10:30:29 +0000 (12:30 +0200)
commitd9819bbd70137cde670497826160c6ae964454a7
tree04a8e86ff3e86b38d6ad932ef1f19194fec3232d
parent2ed5b74848f711b62fb30cfa324377217534411a
[multiple changes]

2012-07-12  Ed Schonberg  <schonberg@adacore.com>

* exp_aggr.adb (Convert_To_Positional): Increase acceptable size
of static aggregate when Static_Elaboration_Desired is requested.
Add a warning if the request cannot be satisfied either because
some components or some array bounds are non-static.

2012-07-12  Thomas Quinot  <quinot@adacore.com>

* exp_pakd.adb: Minor reformatting.

2012-07-12  Tristan Gingold  <gingold@adacore.com>

* tracebak.c: Fix warnings.
* raise-gcc.c (__gnat_adjust_context): New function
(__gnat_personality_seh0): Call __gnat_adjust_context to adjust
PC in machine frame for exceptions that occur in the current
function.

2012-07-12  Thomas Quinot  <quinot@adacore.com>

* g-bytswa.adb, g-bytswa.ads, s-bytswa.adb, s-bytswa.ads, Makefile.rtl:
Move GNAT.Byte_Swapping to System (with a renaming under GNAT)
so that it is usable in expanded code.

2012-07-12  Tristan Gingold  <gingold@adacore.com>

* s-osinte-hpux.ads: Increase alternate stack size on hpux.

From-SVN: r189434
gcc/ada/ChangeLog
gcc/ada/Makefile.rtl
gcc/ada/exp_aggr.adb
gcc/ada/exp_pakd.adb
gcc/ada/g-bytswa.adb
gcc/ada/g-bytswa.ads
gcc/ada/raise-gcc.c
gcc/ada/s-bytswa.adb [new file with mode: 0644]
gcc/ada/s-bytswa.ads [new file with mode: 0644]
gcc/ada/s-osinte-hpux.ads
gcc/ada/tracebak.c