public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-1537] [Ada] Update comment after recent changes wrt. secondary stack & tagged types
@ 2022-07-06 13:31 Pierre-Marie de Rodat
  0 siblings, 0 replies; only message in thread
From: Pierre-Marie de Rodat @ 2022-07-06 13:31 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:fc84bb8c167297dd739d8ced30b2193b3892080d

commit r13-1537-gfc84bb8c167297dd739d8ced30b2193b3892080d
Author: Eric Botcazou <ebotcazou@adacore.com>
Date:   Thu Jun 9 18:49:10 2022 +0200

    [Ada] Update comment after recent changes wrt. secondary stack & tagged types
    
    gcc/ada/
    
            * gcc-interface/trans.cc (gnat_to_gnu): Update comment.

Diff:
---
 gcc/ada/gcc-interface/trans.cc | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/gcc/ada/gcc-interface/trans.cc b/gcc/ada/gcc-interface/trans.cc
index aec27e16569..8164801b2af 100644
--- a/gcc/ada/gcc-interface/trans.cc
+++ b/gcc/ada/gcc-interface/trans.cc
@@ -7387,9 +7387,7 @@ gnat_to_gnu (Node_Id gnat_node)
 		    gnu_ret_val = maybe_unconstrained_array (gnu_ret_val);
 
 		    /* And find out whether it is a candidate for Named Return
-		       Value.  If so, record it.  Note that we disable this NRV
-		       optimization when we're preserving the control flow as
-		       it entails hoisting the allocation done below.  */
+		       Value.  If so, record it.  */
 		    if (optimize
 			&& !optimize_debug
 			&& !TYPE_CI_CO_LIST (gnu_subprog_type))


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

only message in thread, other threads:[~2022-07-06 13:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-06 13:31 [gcc r13-1537] [Ada] Update comment after recent changes wrt. secondary stack & tagged types Pierre-Marie de Rodat

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).