diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2016-04-20 09:18:59 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2016-04-20 09:18:59 +0000 |
commit | c4c4e986552ebc04bab1dfebd119f3bef4740ca2 (patch) | |
tree | 52905e302961d000734c5af7242f8bf0bde9ff31 /gcc/ada/sinfo.ads | |
parent | 27117a58b76f9c4ecfd13481229db4dca1d6000e (diff) | |
download | gcc-c4c4e986552ebc04bab1dfebd119f3bef4740ca2.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@235247 138bc75d-0d04-0410-961f-82ee72b054a4
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 3161edb706a..f86eea3da1e 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 |