https://gcc.gnu.org/g:01ae115e5467942aadd1d8bad92e5ab1014dc919

commit 01ae115e5467942aadd1d8bad92e5ab1014dc919
Author: Mikael Morin <[email protected]>
Date:   Sat Sep 6 18:13:05 2025 +0200

    Correction dump intrinsic_size_3

Diff:
---
 gcc/testsuite/gfortran.dg/intrinsic_size_3.f90 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/testsuite/gfortran.dg/intrinsic_size_3.f90 
b/gcc/testsuite/gfortran.dg/intrinsic_size_3.f90
index 593296c0a7e6..97ca6d10779a 100644
--- a/gcc/testsuite/gfortran.dg/intrinsic_size_3.f90
+++ b/gcc/testsuite/gfortran.dg/intrinsic_size_3.f90
@@ -22,4 +22,4 @@ program bug
   stop
 end program bug
 
-! { dg-final { scan-tree-dump-times {iszs = \(integer\(kind=2\)\) MAX_EXPR 
<\((?:NON_LVALUE_EXPR <)?a\.dim\[0\]\.ubound>? - (?:NON_LVALUE_EXPR 
<)?a\.dim\[0\]\.lbound>?\) \+ 1, 0>;} 1 "original" } }
+! { dg-final { scan-tree-dump-times {iszs = \(integer\(kind=2\)\) MAX_EXPR 
<(?:NON_LVALUE_EXPR <)?a\.dim\[0\]\.ubound>? \+ \(1 - (?:NON_LVALUE_EXPR 
<)?a\.dim\[0\]\.lbound>?\), 0>;} 1 "original" } }

Reply via email to