aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/atree.ads
diff options
context:
space:
mode:
authorRobert Dewar <dewar@adacore.com>2015-05-22 10:50:19 +0000
committerArnaud Charlet <charlet@gcc.gnu.org>2015-05-22 12:50:19 +0200
commited05b790079613774f72ddb421f2d751fcac03fd (patch)
tree1443c116f271fa91e506418a3760bec66ff39650 /gcc/ada/atree.ads
parent6eb187f6f31be9ba4e80c08110482291a637ddba (diff)
downloadgcc-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/atree.ads')
-rw-r--r--gcc/ada/atree.ads2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/atree.ads b/gcc/ada/atree.ads
index e217ca0..7ed476f 100644
--- a/gcc/ada/atree.ads
+++ b/gcc/ada/atree.ads
@@ -4138,7 +4138,7 @@ package Atree is
-- These flags are used in the usual manner in Sinfo and Einfo
Is_Ignored_Ghost_Node : Boolean;
- -- Flag denothing whether the node is subject to pragma Ghost with
+ -- Flag denoting whether the node is subject to pragma Ghost with
-- policy Ignore. The name of the flag should be Flag4, however this
-- requires changing the names of all remaining 300+ flags.