public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r14-5551] Testsuite: silence some noise in output
@ 2023-11-17 11:48 François-Xavier Coudert
  0 siblings, 0 replies; only message in thread
From: François-Xavier Coudert @ 2023-11-17 11:48 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:ba3f5b8465ef7b278ea33ff94cd85b9638058635

commit r14-5551-gba3f5b8465ef7b278ea33ff94cd85b9638058635
Author: Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
Date:   Wed Nov 15 11:22:37 2023 +0100

    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:
---
 gcc/testsuite/gfortran.dg/coarray/caf.exp | 1 -
 gcc/testsuite/gfortran.dg/dg.exp          | 3 ---
 2 files changed, 4 deletions(-)

diff --git a/gcc/testsuite/gfortran.dg/coarray/caf.exp b/gcc/testsuite/gfortran.dg/coarray/caf.exp
index a10b17a78d0..fab8238a0d5 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 73541ea7301..22f2ffb405f 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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-11-17 11:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-17 11:48 [gcc r14-5551] Testsuite: silence some noise in output François-Xavier Coudert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).