diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2017-09-08 12:15:44 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2017-09-08 12:15:44 +0200 |
commit | ae5115dd461d00506776bc76bb8f03e8129ac683 (patch) | |
tree | 4fd135698f45d9f538f86b707e5d96f7a2eb3e88 /gcc/ada/sem_res.adb | |
parent | 72a266372b5f4ce60568c0741b8c99415cf9cb6e (diff) | |
download | gcc-ae5115dd461d00506776bc76bb8f03e8129ac683.zip gcc-ae5115dd461d00506776bc76bb8f03e8129ac683.tar.gz gcc-ae5115dd461d00506776bc76bb8f03e8129ac683.tar.bz2 |
[multiple changes]
2017-09-08 Gary Dismukes <dismukes@adacore.com>
* par-ch4.adb: Reformatting of an error message.
2017-09-08 Javier Miranda <miranda@adacore.com>
* sem_ch3.adb (Resolve_Name): Under ASIS mode analyze overloaded
identifiers to ensure their correct decoration of names on
aspect expressions.
2017-09-08 Yannick Moy <moy@adacore.com>
* exp_attr.adb (Expand_Loop_Entry_Attribute): Do
not skip a loop coming from source which is rewritten into a loop.
2017-09-08 Ed Schonberg <schonberg@adacore.com>
* freeze.adb (Wrap_Imported_Subprogram): Indicate that the
wrapper has convention Ada, to prevent spurious warnings on
unconstrained array parameters.
2017-09-08 Eric Botcazou <ebotcazou@adacore.com>
* sem_prag.adb (Check_Variant): Use First_Non_Pragma/Next_Non_Pragma.
(Analyze_Pragma) <Pragma_Unchecked_Union>: Likewise.
2017-09-08 Eric Botcazou <ebotcazou@adacore.com>
* sem_ch6.adb (Freeze_Expr_Types): Rename Spec_Id into Def_Id.
From-SVN: r251884
Diffstat (limited to 'gcc/ada/sem_res.adb')
-rw-r--r-- | gcc/ada/sem_res.adb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/ada/sem_res.adb b/gcc/ada/sem_res.adb index d8f9076..2fda6b9 100644 --- a/gcc/ada/sem_res.adb +++ b/gcc/ada/sem_res.adb @@ -9375,6 +9375,7 @@ package body Sem_Res is return; elsif Nkind (Parent (N)) in N_Op + and then Present (Etype (Parent (N))) and then Is_Fixed_Point_Type (Etype (Parent (N))) and then Etype (N) = Universal_Real and then Comes_From_Source (N) |