2018-07-17 Piotr Trojanek <trojanek@adacore.com>
gcc/ada/
* inline.adb (Expand_Inlined_Call): Remove extra parentheses.
From-SVN: r262791
+2018-07-17 Piotr Trojanek <trojanek@adacore.com>
+
+ * inline.adb (Expand_Inlined_Call): Remove extra parentheses.
+
2018-07-17 Eric Botcazou <ebotcazou@adacore.com>
* exp_disp.adb (Gen_Parameters_Profile): Make the _Init parameter an
and then Ekind (F) /= E_Out_Parameter
and then not Same_Type (Etype (F), Etype (A))
then
- pragma Assert (not (Is_By_Reference_Type (Etype (A))));
- pragma Assert (not (Is_Limited_Type (Etype (A))));
+ pragma Assert (not Is_By_Reference_Type (Etype (A)));
+ pragma Assert (not Is_Limited_Type (Etype (A)));
Append_To (Decls,
Make_Object_Declaration (Loc,