public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-7925] Fixup d9b3269bdc.
@ 2023-09-30 13:13 Andre Vehreschild
  0 siblings, 0 replies; only message in thread
From: Andre Vehreschild @ 2023-09-30 13:13 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:874b895fffd921659b37dc05bc94eea48e9a0157

commit r13-7925-g874b895fffd921659b37dc05bc94eea48e9a0157
Author: Andre Vehreschild <vehre@gcc.gnu.org>
Date:   Sat Sep 30 15:10:38 2023 +0200

    Fixup d9b3269bdc.
    
    Adapt to different parameter count in comparison to gcc-14.
    
    gcc/fortran/ChangeLog:
    
            * trans-array.cc (gfc_trans_deferred_array): Use correct
            position for statements to add to guarded block.

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

diff --git a/gcc/fortran/trans-array.cc b/gcc/fortran/trans-array.cc
index 35fc77e7541..b02fd9e8be6 100644
--- a/gcc/fortran/trans-array.cc
+++ b/gcc/fortran/trans-array.cc
@@ -11412,7 +11412,7 @@ gfc_trans_deferred_array (gfc_symbol * sym, gfc_wrapped_block * block)
 					sym->attr.codimension
 					? GFC_CAF_COARRAY_DEREGISTER
 					: GFC_CAF_COARRAY_NOCOARRAY,
-					NULL_TREE, gfc_finish_block (&cleanup));
+					gfc_finish_block (&cleanup));
       if (e)
 	gfc_free_expr (e);
       gfc_init_block (&cleanup);

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

only message in thread, other threads:[~2023-09-30 13:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-30 13:13 [gcc r13-7925] Fixup d9b3269bdc Andre Vehreschild

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