diff options
author | Arnaud Charlet <charlet@adacore.com> | 2016-04-20 09:18:59 +0000 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2016-04-20 11:18:59 +0200 |
commit | 88438c0e875c0bd43b55c793811a017416447145 (patch) | |
tree | 52905e302961d000734c5af7242f8bf0bde9ff31 /gcc/ada/sinfo.ads | |
parent | c37e6613f5530611fb5ba5db6c7972694a8b0f5c (diff) | |
download | gcc-88438c0e875c0bd43b55c793811a017416447145.zip gcc-88438c0e875c0bd43b55c793811a017416447145.tar.gz gcc-88438c0e875c0bd43b55c793811a017416447145.tar.bz2 |
exp_attr.adb (Expand_N_Attribute_Reference [Attribute_Valid]): Disable expansion when generating C code.
2016-04-20 Arnaud Charlet <charlet@adacore.com>
* exp_attr.adb (Expand_N_Attribute_Reference [Attribute_Valid]):
Disable expansion when generating C code.
* sinfo.ads, inline.ads: Minor editing.
From-SVN: r235247
Diffstat (limited to 'gcc/ada/sinfo.ads')
-rw-r--r-- | gcc/ada/sinfo.ads | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ada/sinfo.ads b/gcc/ada/sinfo.ads index 3161edb..f86eea3 100644 --- a/gcc/ada/sinfo.ads +++ b/gcc/ada/sinfo.ads @@ -879,9 +879,9 @@ package Sinfo is -- Present in subprogram declarations. Denotes analyzed but unexpanded -- body of subprogram, to be used when inlining calls. Present when the -- subprogram has an Inline pragma and inlining is enabled. If the - -- declaration is completed by a renaming_as_body, and the renamed en- - -- tity is a subprogram, the Body_To_Inline is the name of that entity, - -- which is used directly in later calls to the original subprogram. + -- declaration is completed by a renaming_as_body, and the renamed entity + -- is a subprogram, the Body_To_Inline is the name of that entity, which + -- is used directly in later calls to the original subprogram. -- Body_Required (Flag13-Sem) -- A flag that appears in the N_Compilation_Unit node indicating that |