From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 91592 invoked by alias); 1 Jun 2017 19:36:14 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 91105 invoked by uid 89); 1 Jun 2017 19:36:13 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:227 X-HELO: resqmta-po-12v.sys.comcast.net Received: from resqmta-po-12v.sys.comcast.net (HELO resqmta-po-12v.sys.comcast.net) (96.114.154.171) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 01 Jun 2017 19:36:11 +0000 Received: from resomta-po-05v.sys.comcast.net ([96.114.154.229]) by resqmta-po-12v.sys.comcast.net with SMTP id GVsLd7FxljQNSGVtFdtXRn; Thu, 01 Jun 2017 19:36:13 +0000 Received: from up.mrs.kithrup.com ([24.4.193.248]) by resomta-po-05v.sys.comcast.net with SMTP id GVtEd7lJtQPoKGVtFdQkEm; Thu, 01 Jun 2017 19:36:13 +0000 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: [PATCH] testsuite: ensure GCC_COLORS is unset From: Mike Stump In-Reply-To: <1496343580-61883-1-git-send-email-dmalcolm@redhat.com> Date: Thu, 01 Jun 2017 19:36:00 -0000 Cc: gcc-patches@gcc.gnu.org, Dominique d'Humieres Content-Transfer-Encoding: 7bit Message-Id: References: <1496343580-61883-1-git-send-email-dmalcolm@redhat.com> To: David Malcolm X-CMAE-Envelope: MS4wfF18Rm66Gnv8a7qPOfAe0XgshH7KFWiL6hRQwGvqYq2EMH0BCOLe+JNKrIQPfOLIgG00BFu9eFL7tn9Y6KyBHNnBp/qvPKvAXp4/YRrZaRXPFrX9uAVn o2k7VtQ0NllcMH3/w725629/b4oyYn7N6vKVOq+5/ggctgyOFfYXAEGa8+2VRg+1rBxpjobiS7gjeknXkKix+09RHxX88V5fC+yENfMckQ4VYm5G6C4v1c5U 0LYhwYpY8r5dXeYYtTeS2Q== X-IsSubscribed: yes X-SW-Source: 2017-06/txt/msg00078.txt.bz2 On Jun 1, 2017, at 11:59 AM, David Malcolm wrote: > > The following patch unsets GCC_COLORS within gcc-dg.exp, > fixing this issue. > OK for trunk? Ok.