]> gcc.gnu.org Git - gcc.git/commit
decl.c (gnat_to_gnu_entity): Force BLKmode on the type if it is passed by reference.
authorEric Botcazou <ebotcazou@adacore.com>
Mon, 22 Oct 2012 08:59:10 +0000 (08:59 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Mon, 22 Oct 2012 08:59:10 +0000 (08:59 +0000)
commit1a19a3e4e92c8266f48833e119dd9fd724311753
treeb4edfe63c13ba50aadaf34b2256bcf2e6040a10b
parentf58e663b1ea246625e72635e8c0cffcdfae571da
decl.c (gnat_to_gnu_entity): Force BLKmode on the type if it is passed by reference.

* gcc-interface/decl.c (gnat_to_gnu_entity) <E_Array_Type>: Force
BLKmode on the type if it is passed by reference.
<E_Array_Subtype>: Likewise.
<E_Record_Type>: Guard the call to Is_By_Reference_Type predicate.
<E_Record_Subtype>: Likewise.

From-SVN: r192673
gcc/ada/ChangeLog
gcc/ada/gcc-interface/decl.c
This page took 0.062657 seconds and 5 git commands to generate.