diff options
author | Sam James <sam@gentoo.org> | 2025-03-27 17:52:19 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2025-03-27 17:54:41 +0000 |
commit | 22f4125f19d58e30997518e22dfe0bae7cdbbcb6 (patch) | |
tree | 567e9886ad7fc5bd23af4adde6562bb8a14d5bae | |
parent | c35b4bcad17ce1f59aebd779d7aab85cc9539154 (diff) | |
download | gcc-22f4125f19d58e30997518e22dfe0bae7cdbbcb6.zip gcc-22f4125f19d58e30997518e22dfe0bae7cdbbcb6.tar.gz gcc-22f4125f19d58e30997518e22dfe0bae7cdbbcb6.tar.bz2 |
testsuite: revert Fortran change
Revert part of my change from r15-8973-g1307de1b4e7d5e; as Harald points
out, the comment explains why this is there. It's a hack but it needs to
stay for now. (I did have this marked as a TODO in my branch and didn't
leave a proper note as to why, so it's my fault.)
gcc/testsuite/ChangeLog:
* gfortran.dg/cray_pointers_2.f90: Restore whitespace.
-rw-r--r-- | gcc/testsuite/gfortran.dg/cray_pointers_2.f90 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gfortran.dg/cray_pointers_2.f90 b/gcc/testsuite/gfortran.dg/cray_pointers_2.f90 index a7e15ba..4351874 100644 --- a/gcc/testsuite/gfortran.dg/cray_pointers_2.f90 +++ b/gcc/testsuite/gfortran.dg/cray_pointers_2.f90 @@ -1,6 +1,6 @@ ! Using two spaces between dg-do and run is a hack to keep gfortran-dg-runtest ! from cycling through optimization options for this expensive test. -! { dg-do run } +! { dg-do run } ! { dg-options "-O3 -fcray-pointer -fbounds-check -fno-inline" } ! { dg-timeout-factor 4 } ! |