diff options
author | Robert Dewar <dewar@adacore.com> | 2015-05-22 10:50:19 +0000 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2015-05-22 12:50:19 +0200 |
commit | ed05b790079613774f72ddb421f2d751fcac03fd (patch) | |
tree | 1443c116f271fa91e506418a3760bec66ff39650 /gcc/ada/frontend.adb | |
parent | 6eb187f6f31be9ba4e80c08110482291a637ddba (diff) | |
download | gcc-ed05b790079613774f72ddb421f2d751fcac03fd.zip gcc-ed05b790079613774f72ddb421f2d751fcac03fd.tar.gz gcc-ed05b790079613774f72ddb421f2d751fcac03fd.tar.bz2 |
debug.adb: Update documentation.
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.
From-SVN: r223546
Diffstat (limited to 'gcc/ada/frontend.adb')
-rw-r--r-- | gcc/ada/frontend.adb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/frontend.adb b/gcc/ada/frontend.adb index ba90379..b3c85f1 100644 --- a/gcc/ada/frontend.adb +++ b/gcc/ada/frontend.adb @@ -482,8 +482,8 @@ begin Sprint.Source_Dump; - -- Check again for configuration pragmas that appear in the context of - -- the main unit. These pragmas only affect the main unit, and the + -- Check again for configuration pragmas that appear in the context + -- of the main unit. These pragmas only affect the main unit, and the -- corresponding flag is reset after each call to Semantics, but they -- may affect the generated ali for the unit, and therefore the flag -- must be set properly after compilation. Currently we only check for |