2018-05-28 Arnaud Charlet <charlet@adacore.com>
gcc/ada/
* exp_util.adb (Possible_Bit_Aligned_Component): Always return False in
codepeer mode.
From-SVN: r260828
+2018-05-28 Arnaud Charlet <charlet@adacore.com>
+
+ * exp_util.adb (Possible_Bit_Aligned_Component): Always return False in
+ codepeer mode.
+
2018-05-28 Arnaud Charlet <charlet@adacore.com>
* exp_unst.adb: Fix typo.
return False;
end if;
+ -- There are never alignment issues in CodePeer mode
+
+ if CodePeer_Mode then
+ return False;
+ end if;
+
case Nkind (N) is
-- Case of indexed component