public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-7904] ada: Elide the copy in extended returns for nonlimited by-reference types
@ 2023-09-27  8:28 Eric Botcazou
  0 siblings, 0 replies; only message in thread
From: Eric Botcazou @ 2023-09-27  8:28 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:7657ee448e247b9be548408ca69f31b9f10cd646

commit r13-7904-g7657ee448e247b9be548408ca69f31b9f10cd646
Author: Eric Botcazou <ebotcazou@adacore.com>
Date:   Wed Aug 23 15:11:57 2023 +0200

    ada: Elide the copy in extended returns for nonlimited by-reference types
    
    gcc/ada/
    
            * gcc-interface/trans.cc (gnat_to_gnu): Really test Storage_Pool on
            the simple return statement.

Diff:
---
 gcc/ada/gcc-interface/trans.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/ada/gcc-interface/trans.cc b/gcc/ada/gcc-interface/trans.cc
index 54e0e8a7fbd..0c7fde754ea 100644
--- a/gcc/ada/gcc-interface/trans.cc
+++ b/gcc/ada/gcc-interface/trans.cc
@@ -8546,7 +8546,7 @@ gnat_to_gnu (Node_Id gnat_node)
 	   && ((Nkind (Parent (gnat_node)) == N_Attribute_Reference
 	        && lvalue_required_for_attribute_p (Parent (gnat_node)))
 	       || (Nkind (Parent (gnat_node)) == N_Simple_Return_Statement
-		   && No (Storage_Pool (gnat_node)))))
+		   && No (Storage_Pool (Parent (gnat_node))))))
     ;
 
   else if (TREE_TYPE (gnu_result) != gnu_result_type)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-09-27  8:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-27  8:28 [gcc r13-7904] ada: Elide the copy in extended returns for nonlimited by-reference types Eric Botcazou

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).