diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-05-22 10:50:19 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-05-22 10:50:19 +0000 |
commit | 07c38dd9fb87f8eb530694b66c81e317a940fa18 (patch) | |
tree | 1443c116f271fa91e506418a3760bec66ff39650 /gcc/ada/debug.adb | |
parent | 84703fdecda04a4a3257b028a1a45babf11fa04b (diff) | |
download | gcc-07c38dd9fb87f8eb530694b66c81e317a940fa18.tar.gz |
2015-05-22 Robert Dewar <dewar@adacore.com>
* debug.adb: Update documentation.
* einfo.ads, einfo.adb (Needs_Typedef): New flag
* exp_unst.adb (Unnest_Subprogram): Mark AREC types as needing
typedef's in C.
* frontend.adb: Update comments.
* gnat1drv.adb (Adjust_Global_Switches): Set all needed flags
for -gnatd.V
* opt.ads (Generate_C_Code): New switch.
* osint-c.adb (Write_C_File_Info): Removed, not used
(Write_H_File_Info): Removed, not used
* osint-c.ads (Write_C_File_Info): Removed, not used
(Write_H_File_Info): Removed, not used
* osint.ads (Write_Info): Minor comment updates.
(Output_FD): Moved from private part to public part of spec.
* sem.adb (Semantics): Force expansion on if in Generate_C_Code
mode.
* atree.ads: minor typo in comment.
* sem_prag.adb (Process_Atomic_Independent_Shared_Volatile):
Do not allow VFA on composite object with aliased component.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@223546 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/debug.adb')
-rw-r--r-- | gcc/ada/debug.adb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gcc/ada/debug.adb b/gcc/ada/debug.adb index 116fcfc6782..d3380747266 100644 --- a/gcc/ada/debug.adb +++ b/gcc/ada/debug.adb @@ -689,11 +689,11 @@ package body Debug is -- the order in which units are walked. This is primarily for use in -- debugging CodePeer mode. - -- d.X A previous version of GNAT allowed indexing aspects to be - -- redefined on derived container types, while the default iterator - -- was inherited from the aprent type. This non-standard extension - -- is preserved temporarily for use by the modelling project under - -- debug flag d.X. + -- d.X A previous version of GNAT allowed indexing aspects to be redefined + -- on derived container types, while the default iterator was + -- inherited from the aprent type. This non-standard extension is + -- preserved temporarily for use by the modelling project under debug + -- flag d.X. -- d.Z Normally we always enable expansion in configurable run-time mode -- to make sure we get error messages about unsupported features even |