aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorFrancois-Xavier Coudert <fxcoudert@gcc.gnu.org>2023-11-15 11:22:37 +0100
committerFrancois-Xavier Coudert <fxcoudert@gcc.gnu.org>2023-11-17 12:48:33 +0100
commitba3f5b8465ef7b278ea33ff94cd85b9638058635 (patch)
tree9cfa13b3ac4985607891479472feb22758baceeb /gcc
parentbdf20fdfc342746d1e1785f5aaa36e33897b1574 (diff)
downloadgcc-ba3f5b8465ef7b278ea33ff94cd85b9638058635.zip
gcc-ba3f5b8465ef7b278ea33ff94cd85b9638058635.tar.gz
gcc-ba3f5b8465ef7b278ea33ff94cd85b9638058635.tar.bz2
Testsuite: silence some noise in output
We introduced in commit a0673ec5f9236dca6ada23f28343c591ccd575e4 some noisy messages, which clutter output with things like: dg set al ... revised FFLAGS ... and are not really useful information. Let's remove them. gcc/testsuite/ChangeLog: * gfortran.dg/coarray/caf.exp: Remove some output. * gfortran.dg/dg.exp: Remove some output.
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/gfortran.dg/coarray/caf.exp1
-rw-r--r--gcc/testsuite/gfortran.dg/dg.exp3
2 files changed, 0 insertions, 4 deletions
diff --git a/gcc/testsuite/gfortran.dg/coarray/caf.exp b/gcc/testsuite/gfortran.dg/coarray/caf.exp
index a10b17a..fab8238 100644
--- a/gcc/testsuite/gfortran.dg/coarray/caf.exp
+++ b/gcc/testsuite/gfortran.dg/coarray/caf.exp
@@ -81,7 +81,6 @@ if [check_effective_target_libatomic_available] {
}
}
set t [get_multilibs]
- puts "maybe al $maybe_atomic_lib ml $t"
}
# Main loop.
diff --git a/gcc/testsuite/gfortran.dg/dg.exp b/gcc/testsuite/gfortran.dg/dg.exp
index 73541ea..22f2ffb 100644
--- a/gcc/testsuite/gfortran.dg/dg.exp
+++ b/gcc/testsuite/gfortran.dg/dg.exp
@@ -68,7 +68,6 @@ if [check_effective_target_libatomic_available] {
set maybe_atomic_lib ""
}
set t [get_multilibs]
- puts "dg set al $maybe_atomic_lib ml $t"
}
set all_flags $DEFAULT_FFLAGS
@@ -78,8 +77,6 @@ if { $maybe_atomic_lib != "" } {
}
}
-puts "revised FFLAGS $all_flags"
-
# Main loop.
gfortran-dg-runtest [lsort \
[glob -nocomplain $srcdir/$subdir/*.\[fF\]{,90,95,03,08} ] ] "" $all_flags