summaryrefslogtreecommitdiffstats
path: root/gcc/ada/exp_alfa.adb
diff options
context:
space:
mode:
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2012-10-29 11:39:21 +0000
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2012-10-29 11:39:21 +0000
commitfcee6529bbcd36bfec66aa85cf26f01a84c3b088 (patch)
tree937710befbf5802b0c05dced6a8bcac9706eab32 /gcc/ada/exp_alfa.adb
parentc2db7c545567e4519a02a15883539fd122e3644a (diff)
downloadppe42-gcc-fcee6529bbcd36bfec66aa85cf26f01a84c3b088.tar.gz
ppe42-gcc-fcee6529bbcd36bfec66aa85cf26f01a84c3b088.zip
2012-10-29 Gary Dismukes <dismukes@adacore.com>
* exp_alfa.adb: Minor reformatting. 2012-10-29 Robert Dewar <dewar@adacore.com> * gnat_rm.texi, gnat_ugn.texi: Clarify documentation on maximum line length style switch. 2012-10-29 Robert Dewar <dewar@adacore.com> * layout.adb (Set_Composite_Alignment): Ignore pragma Optimize_Alignment (Space) for packed variable length records. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@192938 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/exp_alfa.adb')
-rw-r--r--gcc/ada/exp_alfa.adb4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/exp_alfa.adb b/gcc/ada/exp_alfa.adb
index 5c44849aaf8..1aac781e3aa 100644
--- a/gcc/ada/exp_alfa.adb
+++ b/gcc/ada/exp_alfa.adb
@@ -80,11 +80,11 @@ package body Exp_Alfa is
when N_Attribute_Reference =>
Expand_Alfa_N_Attribute_Reference (N);
- -- Note: we use to qualify entity names in the following constructs
+ -- Note: we used to qualify entity names in the following constructs
-- (as full expansion does), but this was removed as this prevents
-- the verification back-end from using a short name for debugging
-- and user interaction. The verification back-end already takes
- -- care of qualifying names when needed
+ -- care of qualifying names when needed.
when N_Block_Statement |
N_Package_Body |
OpenPOWER on IntegriCloud