diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-07-30 14:00:58 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-07-30 14:00:58 +0000 |
commit | d277ea1b4b0d5d391cab336713ed5e0262114bce (patch) | |
tree | a3f2016778871d215060872a24102803c270ac8b /gcc/ada/exp_prag.adb | |
parent | 1065d9890ab3d4075d9b14bbe37a5fec1b9e7a88 (diff) | |
download | gcc-d277ea1b4b0d5d391cab336713ed5e0262114bce.tar.gz |
2014-07-30 Gary Dismukes <dismukes@adacore.com>
* exp_prag.adb, a-tags.ads: Minor typo fixes.
2014-07-30 Bob Duff <duff@adacore.com>
* a-excach.adb, a-excach-cert.adb, a-except-2005.ads,
a-except.ads, g-traceb.adb, memtrack.adb,
s-traceb.adb, s-traceb.ads, s-traceb-hpux.adb, s-traceb-mastop.adb:
Cleanup: Make the three versions of System.Traceback.Call_Chain
have the same interface. Use an array for the Traceback parameter
instead of an Address. This will enable reduction in code
duplication.
2014-07-30 Pat Rogers <rogers@adacore.com>
* gnat_ugn.texi: Corrected minor textual error in description
of switch -gnatwl.
2014-07-30 Bob Duff <duff@adacore.com>
* Makefile.rtl: Sort file names.
2014-07-30 Arnaud Charlet <charlet@adacore.com>
* a-tasatt.adb: Complete previous change: kill spurious warning
on e.g. sparc, and make sure we only use the fast path when the
alignment is compatible.
2014-07-30 Yannick Moy <moy@adacore.com>
* sem_ch6.adb (Analyze_Subprogram_Body_Helper): Mark new Spec_Id as
coming from source.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@213275 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/exp_prag.adb')
-rw-r--r-- | gcc/ada/exp_prag.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/exp_prag.adb b/gcc/ada/exp_prag.adb index c48f3d2acf1..417a76d2d07 100644 --- a/gcc/ada/exp_prag.adb +++ b/gcc/ada/exp_prag.adb @@ -441,7 +441,7 @@ package body Exp_Prag is -- Generate a temporary to capture the value of the prefix: -- Temp : <Pref type>; -- Place that temporary at the beginning of declarations, to - -- prevent anomolies in the GNATprove flow analysis pass in + -- prevent anomalies in the GNATprove flow-analysis pass in -- the precondition procedure that follows. Decl := |