trans.c (gnat_to_gnu): Minor tweak.
authorEric Botcazou <ebotcazou@adacore.com>
Fri, 8 Feb 2019 11:37:40 +0000 (11:37 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Fri, 8 Feb 2019 11:37:40 +0000 (11:37 +0000)
commit14cc7b26a9c3596bbe0d13fafa1917d89aa6f7e4
treed0eab903042d61eeb3fc2bfedd12d5463929e88e
parent694b3bb3c33643ce697019db6d6eeeede4def168
trans.c (gnat_to_gnu): Minor tweak.

* gcc-interface/trans.c (gnat_to_gnu) <N_Aggregate>: Minor tweak.
* gcc-interface/utils.c (convert): Do not pad when doing an unchecked
conversion here.  Use TREE_CONSTANT throughout the function.
(unchecked_convert): Also pad if the source is a CONSTRUCTOR and the
destination is a more aligned array type or a larger aggregate type,
but not between original and packable versions of a type.

From-SVN: r268679
gcc/ada/ChangeLog
gcc/ada/gcc-interface/trans.c
gcc/ada/gcc-interface/utils.c