https://gcc.gnu.org/g:162d5e80d2e2bc12a5bce5b71c1025dc0a99d7cf

commit 162d5e80d2e2bc12a5bce5b71c1025dc0a99d7cf
Author: Mikael Morin <mik...@gcc.gnu.org>
Date:   Fri Aug 22 10:53:18 2025 +0200

    Correction régressions libgomp pr27395

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

diff --git a/gcc/fortran/trans-array.cc b/gcc/fortran/trans-array.cc
index 0e4b2ca0ba72..4b4a78f73510 100644
--- a/gcc/fortran/trans-array.cc
+++ b/gcc/fortran/trans-array.cc
@@ -6453,8 +6453,6 @@ gfc_trans_array_bounds (tree type, gfc_symbol * sym, tree 
* poffset,
 
   int dim;
 
-  gfc_trans_vla_type_sizes (sym, pblock);
-
   as = IS_CLASS_COARRAY_OR_ARRAY (sym) ? CLASS_DATA (sym)->as : sym->as;
 
   tree eltype = gfc_get_element_type (type);

Reply via email to