From patchwork Tue May 5 19:53:03 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nathan Sidwell X-Patchwork-Id: 1283894 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=gcc.gnu.org (client-ip=8.43.85.97; helo=sourceware.org; envelope-from=gcc-patches-bounces@gcc.gnu.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=acm.org Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.a=rsa-sha256 header.s=20161025 header.b=NSizSg/1; dkim-atps=neutral Received: from sourceware.org (server2.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 49Gr4Z0JGzz9sRf for ; Wed, 6 May 2020 05:53:16 +1000 (AEST) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id ED8DD3890C12; Tue, 5 May 2020 19:53:13 +0000 (GMT) X-Original-To: gcc-patches@gcc.gnu.org Delivered-To: gcc-patches@gcc.gnu.org Received: from mail-qk1-x72c.google.com (mail-qk1-x72c.google.com [IPv6:2607:f8b0:4864:20::72c]) by sourceware.org (Postfix) with ESMTPS id E9B91388F05C for ; Tue, 5 May 2020 19:53:05 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org E9B91388F05C Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=acm.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=nathanmsidwell@gmail.com Received: by mail-qk1-x72c.google.com with SMTP id g185so3680170qke.7 for ; Tue, 05 May 2020 12:53:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:to:from:subject:message-id:date:user-agent:mime-version :content-language; bh=dqUQwi8k6JaJAtSwBw64DFBg+Q66nq39s+Bhx8DuW4I=; b=NSizSg/1wPZZtftI5Yv818hqUeg4x/Dxl2qboGmwQHMo57QS92Q3SS+fOeJyWReHDk FdCY4yw1YhnQrYmnqRHk+HnPiYFODSmIORQVA509wH2iRjfuDa8K5/SUVPPQCvbSAkr6 xoRoShX8UreVtpzEUf/GsVYjRA+FX5wu8SWuidE+n5vSp7vPiA8lV0Rlfl5sSqwdG3Ys fUo9XTULozc+qh3F99qiaZYeKrX26iZWkmZ/zukNtOqv7GTACaidg09OoDKUb6iJtNxD TPMulwZ2SMojCDWqk08f+wB4X3PoMxFSR9GYcTBJYtZ1YRm9f/RZyLPq5JYPDP0ahGaP 9FFQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:to:from:subject:message-id:date :user-agent:mime-version:content-language; bh=dqUQwi8k6JaJAtSwBw64DFBg+Q66nq39s+Bhx8DuW4I=; b=c62yVAYjWom4S9wlKlZsJ2wdzoqEdQA1QrqVtjFE6TnCZFyB/LSYidqrE9EXm9XBwC CB1T6WoE0nAtd7yBRUYZdrqpXBbmZTEHKARbegvAy+4cWdSWMaV5Jbs7UIxahRFdl/Xa R6438Z0p3inqjK6RJfqQqfHpGiQ8xK99sBFc0mCfxYZjo53gIv3elgEQeDWYf2aGWHHq KEPBWByR8x1jPppbEfs4gC3XulXtwPpUp05Jjk2WDZYYJAWpKsFOCNB4AXTFFSEhuC+c ETYGPF/ELfYHZDLtyJxZAj2C6Y/lmyvDpxsa6m3s9Lp5FTCsz+Mx/vstLCM/IY6067dt 7H2A== X-Gm-Message-State: AGi0PuYpRHMlmu8hnSFRorFY4Knybjh/LmLi1OdYoBGdfFrtQdH1pCrY YSxVmc+btA/KTIGE+i7rO+4= X-Google-Smtp-Source: APiQypKCQWOpfLEs1AgxU2aFH80f/Ok6TQltGQCxVPhpd5UkXFeug5EOYcFFa/KdNRaY63EcNAFIkg== X-Received: by 2002:a37:8881:: with SMTP id k123mr5362335qkd.164.1588708385170; Tue, 05 May 2020 12:53:05 -0700 (PDT) Received: from ?IPv6:2620:10d:c0a8:1102:3566:64a6:afbf:84b5? ([2620:10d:c091:480::1:1b5e]) by smtp.googlemail.com with ESMTPSA id a62sm2665039qkg.5.2020.05.05.12.53.03 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 05 May 2020 12:53:04 -0700 (PDT) To: GCC Patches From: Nathan Sidwell Subject: [libitm] testsuite tweak Message-ID: Date: Tue, 5 May 2020 15:53:03 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.5.0 MIME-Version: 1.0 Content-Language: en-US X-Spam-Status: No, score=-10.8 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_EF, FREEMAIL_FORGED_FROMDOMAIN, FREEMAIL_FROM, GIT_PATCH_0, HEADER_FROM_DIFFERENT_DOMAINS, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: gcc-patches-bounces@gcc.gnu.org Sender: "Gcc-patches" I had reason to wander into libitm's testsuite, and discovered gcc emitting colorized diagnostics. Those are hard to read in a log file. This patch disables colorizing. pushed as obvious 2020-05-05 Nathan Sidwell * testsuite/lib/libitm.exp (libitm_init): Add -fdiagnostics-color=never to options. diff --git a/libitm/testsuite/lib/libitm.exp b/libitm/testsuite/lib/libitm.exp index b3d247b9f98..6d8e3e71310 100644 --- a/libitm/testsuite/lib/libitm.exp +++ b/libitm/testsuite/lib/libitm.exp @@ -175,6 +175,8 @@ proc libitm_init { args } { # Turn on transactional memory support. lappend ALWAYS_CFLAGS "additional_flags=-fgnu-tm" + + lappend ALWAYS_CFLAGS "additional_flags=-fdiagnostics-color=never" } #