diff options
author | Eric Botcazou <ebotcazou@adacore.com> | 2019-08-30 15:32:51 +0000 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2019-08-30 15:32:51 +0000 |
commit | 875bdbe2f6d2d54f0ccefd27cea3a533fef834eb (patch) | |
tree | 9a2afaa36f69c5a449b22f5fa5b624fe3824adb2 /gcc/ada/gcc-interface/trans.c | |
parent | f76cf133e283a99c8b39fb52c4a27fbac59b4c66 (diff) | |
download | gcc-875bdbe2f6d2d54f0ccefd27cea3a533fef834eb.zip gcc-875bdbe2f6d2d54f0ccefd27cea3a533fef834eb.tar.gz gcc-875bdbe2f6d2d54f0ccefd27cea3a533fef834eb.tar.bz2 |
decl.c (maybe_saturate_size): New function.
* gcc-interface/decl.c (maybe_saturate_size): New function.
(gnat_to_gnu_entity): Invoke it on the Esize of types before sending
it for back-annotations.
* gcc-interface/trans.c: Fix typo.
From-SVN: r275200
Diffstat (limited to 'gcc/ada/gcc-interface/trans.c')
-rw-r--r-- | gcc/ada/gcc-interface/trans.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/gcc-interface/trans.c b/gcc/ada/gcc-interface/trans.c index 4d2fa93..fe02dc4 100644 --- a/gcc/ada/gcc-interface/trans.c +++ b/gcc/ada/gcc-interface/trans.c @@ -8790,7 +8790,7 @@ gnat_to_gnu (Node_Id gnat_node) 5. If this is a reference to an unconstrained array which is used as the prefix of an attribute reference that requires an lvalue, return the - result unmodified because we want return the original bounds. + result unmodified because we want to return the original bounds. 6. Finally, if the type of the result is already correct. */ |