From: Francois-Xavier Coudert Date: Wed, 15 Nov 2023 10:22:37 +0000 (+0100) Subject: Testsuite: silence some noise in output X-Git-Tag: basepoints/gcc-15~4588 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba3f5b8465ef7b278ea33ff94cd85b9638058635;p=thirdparty%2Fgcc.git 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. --- diff --git a/gcc/testsuite/gfortran.dg/coarray/caf.exp b/gcc/testsuite/gfortran.dg/coarray/caf.exp index a10b17a78d05..fab8238a0d5c 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 73541ea7301e..22f2ffb405fe 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