From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11332 invoked by alias); 11 Jun 2011 17:31:37 -0000 Received: (qmail 11317 invoked by uid 22791); 11 Jun 2011 17:31:36 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RFC_ABUSE_POST,T_RP_MATCHES_RCVD,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org Received: from qmta06.westchester.pa.mail.comcast.net (HELO qmta06.westchester.pa.mail.comcast.net) (76.96.62.56) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 11 Jun 2011 17:31:22 +0000 Received: from omta03.westchester.pa.mail.comcast.net ([76.96.62.27]) by qmta06.westchester.pa.mail.comcast.net with comcast id uhVj1g0050bG4ec56hXNku; Sat, 11 Jun 2011 17:31:22 +0000 Received: from up.mrs.kithrup.com ([24.4.193.8]) by omta03.westchester.pa.mail.comcast.net with comcast id uhXL1g00j0BKwT43PhXMto; Sat, 11 Jun 2011 17:31:22 +0000 Subject: Re: [patch, testsuite] Fix g++.dg/opt/devirt2.C scanning, PR 48727 Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii From: Mike Stump In-Reply-To: <201106101628.p5AGSXG20686@lucas.cup.hp.com> Date: Sat, 11 Jun 2011 17:53:00 -0000 Cc: gcc-patches@gcc.gnu.org Content-Transfer-Encoding: quoted-printable Message-Id: References: <201106101628.p5AGSXG20686@lucas.cup.hp.com> To: sje@cup.hp.com X-IsSubscribed: yes 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 X-SW-Source: 2011-06/txt/msg00922.txt.bz2 On Jun 10, 2011, at 9:28 AM, Steve Ellcey wrote: > I will check in this testsuite fix as obvious if there are no objections. Thanks for the comments. When doing a port, having a comment on other port= 's issues with a testcase, is useful, as you get to say, gosh, I'm in that = class too, and just blindly follow the same path for the same reason.