diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-05-15 10:41:15 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-05-15 10:41:15 +0000 |
commit | 0703c8dc279a987ec67337f6ace871f7dcad38b7 (patch) | |
tree | 465473a8589fa128e518de5ad85c5e708673ae10 /gcc/ada/a-exextr.adb | |
parent | 6121886e4d4e1a5d75c2914539b6bdae418fccb7 (diff) | |
download | gcc-0703c8dc279a987ec67337f6ace871f7dcad38b7.tar.gz |
2012-05-15 Hristian Kirtchev <kirtchev@adacore.com>
* exp_ch9.adb (Expand_N_Asynchronous_Select): Extract the statements
of the abortable part and triggering alternative after being processed
for controlled objects.
(Expand_N_Timed_Entry_Call): Code and comment reformatting.
2012-05-15 Robert Dewar <dewar@adacore.com>
* sem_util.adb: Minor code reorganization.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@187520 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/a-exextr.adb')
-rw-r--r-- | gcc/ada/a-exextr.adb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/ada/a-exextr.adb b/gcc/ada/a-exextr.adb index 55ff74d4195..b6ba237840f 100644 --- a/gcc/ada/a-exextr.adb +++ b/gcc/ada/a-exextr.adb @@ -162,6 +162,9 @@ package body Exception_Traces is ----------------------------------- procedure Unhandled_Exception_Terminate is + + -- Comments needed on why we do things this way ??? (see RH) + Excep : Exception_Occurrence; -- This occurrence will be used to display a message after finalization. -- It is necessary to save a copy here, or else the designated value |