From 0c8b87d3adddeca8a88360413f301fcc18fbc2e6 Mon Sep 17 00:00:00 2001 From: ebotcazou Date: Wed, 7 Apr 2010 10:51:30 +0000 Subject: [PATCH] * gcc-interface/decl.c (gnat_to_gnu_entity) : Set default alignment on the RETURN type built for the Copy-In Copy-Out mechanism. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@158054 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ada/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index 89f5cad2986..09469ac839b 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,5 +1,10 @@ 2010-04-07 Eric Botcazou + * gcc-interface/decl.c (gnat_to_gnu_entity) : Set default + alignment on the RETURN type built for the Copy-In Copy-Out mechanism. + +2010-04-07 Eric Botcazou + * gcc-interface/trans.c (call_to_gnu): In the return-by-target-ptr case do not set the result type if there is a specified target and do not convert the result in any cases. -- 2.11.0