From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 57838 invoked by alias); 14 Aug 2017 18:32:12 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 57373 invoked by uid 89); 14 Aug 2017 18:32:11 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 spammy=H*o:Research X-HELO: mx0a-001b2d01.pphosted.com Received: from mx0b-001b2d01.pphosted.com (HELO mx0a-001b2d01.pphosted.com) (148.163.158.5) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 14 Aug 2017 18:32:10 +0000 Received: from pps.filterd (m0098416.ppops.net [127.0.0.1]) by mx0b-001b2d01.pphosted.com (8.16.0.21/8.16.0.21) with SMTP id v7EISaFl061822 for ; Mon, 14 Aug 2017 14:32:09 -0400 Received: from e06smtp15.uk.ibm.com (e06smtp15.uk.ibm.com [195.75.94.111]) by mx0b-001b2d01.pphosted.com with ESMTP id 2cbe818p64-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Mon, 14 Aug 2017 14:32:09 -0400 Received: from localhost by e06smtp15.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 14 Aug 2017 19:32:07 +0100 Received: from b06cxnps4076.portsmouth.uk.ibm.com (9.149.109.198) by e06smtp15.uk.ibm.com (192.168.101.145) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Mon, 14 Aug 2017 19:32:04 +0100 Received: from d06av22.portsmouth.uk.ibm.com (d06av22.portsmouth.uk.ibm.com [9.149.105.58]) by b06cxnps4076.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id v7EIW4KO19529850; Mon, 14 Aug 2017 18:32:04 GMT Received: from d06av22.portsmouth.uk.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 4A4314C044; Mon, 14 Aug 2017 19:29:16 +0100 (BST) Received: from d06av22.portsmouth.uk.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 2566E4C040; Mon, 14 Aug 2017 19:29:16 +0100 (BST) Received: from oc1027705133.ibm.com (unknown [9.152.212.154]) by d06av22.portsmouth.uk.ibm.com (Postfix) with ESMTPS; Mon, 14 Aug 2017 19:29:16 +0100 (BST) From: Andreas Arnez To: Yao Qi Cc: gdb-patches@sourceware.org Subject: Re: [PATCH] GDB testsuite: Suppress GCC's colored output References: <86h8xn3833.fsf@gmail.com> <86o9rpyqzh.fsf@gmail.com> Date: Mon, 14 Aug 2017 18:32:00 -0000 In-Reply-To: <86o9rpyqzh.fsf@gmail.com> (Yao Qi's message of "Wed, 09 Aug 2017 11:28:50 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-TM-AS-GCONF: 00 x-cbid: 17081418-0020-0000-0000-000003AE54CF X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 17081418-0021-0000-0000-0000423D0FDD Message-Id: X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2017-08-14_16:,, signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 spamscore=0 suspectscore=0 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1706020000 definitions=main-1708140303 X-IsSubscribed: yes X-SW-Source: 2017-08/txt/msg00308.txt.bz2 On Wed, Aug 09 2017, Yao Qi wrote: > Andreas Arnez writes: > > Hi Andreas, > >> gdb/testsuite/ChangeLog: >> >> * lib/gdb.exp (universal_compile_options): New caching proc. >> (gdb_compile): Suppress GCC's coloring of messages. > > Patch is good to me. Thanks, pushed. -- Andreas