From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 97414 invoked by alias); 20 Dec 2015 05:15:37 -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 97378 invoked by uid 89); 20 Dec 2015 05:15:31 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.2 required=5.0 tests=AWL,BAYES_50,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 spammy=UD:stabs, UD:gdb.stabs, gdb.stabs, gdbstabs X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Sun, 20 Dec 2015 05:15:30 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 90F1A116662; Sun, 20 Dec 2015 00:15:22 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id fc3uUbeTwIxo; Sun, 20 Dec 2015 00:15:22 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 2B232116649; Sun, 20 Dec 2015 00:15:22 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 2800746BAD; Sun, 20 Dec 2015 09:15:18 +0400 (RET) Date: Sun, 20 Dec 2015 05:15:00 -0000 From: Joel Brobecker To: Simon Marchi Cc: gdb-patches@sourceware.org Subject: Re: [PATCH 2/3] Remove references to HP CC/aCC compiler from testsuite Message-ID: <20151220051518.GC4639@adacore.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) X-SW-Source: 2015-12/txt/msg00403.txt.bz2 On Sat, Dec 19, 2015 at 06:40:29PM -0500, Simon Marchi wrote: > All right, so for some reason, sourceware thinks that this patch is > spam, so I am trying to send it as an attachment instead. > From 8d7c3cff8ced75bedbe050d3fefde10e3349de70 Mon Sep 17 00:00:00 2001 > From: Simon Marchi > Date: Sat, 19 Dec 2015 11:36:49 -0500 > Subject: [PATCH] Remove references to HP CC/aCC compiler from testsuite > > The HP CC/aCC compiler is exclusive to HP-UX, for which support has been > explicitely removed. Therefore, It does not make sense to keep tests "explicitly" > for these compilers' quirks. > > gdb/testsuite/ChangeLog: > > * gdb.base/break.exp: Remove references to HP CC/aCC compilers. > * gdb.base/call-ar-st.exp: Likewise. > * gdb.base/callfuncs.exp: Likewise. > * gdb.base/condbreak.exp: Likewise. > * gdb.base/constvars.exp: Likewise. > * gdb.base/hbreak2.exp: Likewise. > * gdb.base/langs.exp: Likewise. > * gdb.base/list.exp: Likewise. > * gdb.base/long_long.exp: Likewise. > * gdb.base/ptype.exp: Likewise. > * gdb.base/scope.exp: Likewise. > * gdb.base/signals.exp: Likewise. > * gdb.base/so-impl-ld.exp: Likewise. > * gdb.base/varargs.exp: Likewise. > * gdb.base/volatile.exp: Likewise. > * gdb.base/whatis.exp: Likewise. > * gdb.cp/cplusfuncs.exp: Likewise. > * gdb.cp/inherit.exp: Likewise. > * gdb.cp/local.exp: Likewise. > * gdb.cp/member-ptr.exp: Likewise. > * gdb.cp/method.exp: Likewise. > * gdb.cp/overload.exp: Likewise. > * gdb.cp/templates.exp: Likewise. > * gdb.stabs/weird.exp: Likewise. > * lib/compiler.c: Likewise. > * lib/compiler.cc: Likewise. > * lib/cp-support.exp: Likewise. > * lib/gdb.exp: Likewise. OK for me. Note that there was one area where an expected output alternative was removed which mentioned hp aCC, but also GCC 2.95. I assumed it's OK to only support more recent versions than 2.95 ;-). -- Joel