From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20308 invoked by alias); 14 Aug 2017 15:10:09 -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 14014 invoked by uid 89); 14 Aug 2017 15:10:04 -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_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 spammy=yahoocom, UD:yahoo.com, yahoo.com X-HELO: nm25-vm1.bullet.mail.bf1.yahoo.com Received: from nm25-vm1.bullet.mail.bf1.yahoo.com (HELO nm25-vm1.bullet.mail.bf1.yahoo.com) (98.139.212.155) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 14 Aug 2017 15:10:01 +0000 Received: from [98.139.170.182] by nm25.bullet.mail.bf1.yahoo.com with NNFMP; 14 Aug 2017 15:09:59 -0000 Received: from [98.139.211.193] by tm25.bullet.mail.bf1.yahoo.com with NNFMP; 14 Aug 2017 15:09:59 -0000 Received: from [127.0.0.1] by smtp202.mail.bf1.yahoo.com with NNFMP; 14 Aug 2017 15:09:59 -0000 X-Yahoo-SMTP: RNqztbyswBBFx6H5DU8E7igByQ1bWQP_Lw-- Message-ID: <1502723397.12437.0.camel@tuliptree.org> Subject: Re: [PATCH] skip patchable_function_entry tests on ia64 From: Jim Wilson To: Torsten Duwe Cc: Andreas Schwab , Maxim Kuvyrkov , GCC Patches Date: Mon, 14 Aug 2017 16:50:00 -0000 In-Reply-To: <20170811103429.5vmf4hlpox5abxnu@suse.de> References: <20170706140311.GA20710@suse.de> <20170707193028.GA17752@suse.de> <20170726142629.GG22969@suse.de> <20170811103429.5vmf4hlpox5abxnu@suse.de> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-SW-Source: 2017-08/txt/msg00880.txt.bz2 On Fri, 2017-08-11 at 12:34 +0200, Torsten Duwe wrote: > gcc/testsuite/ChangeLog > 2017-08-11=C2=A0=C2=A0Torsten Duwe=C2=A0=C2=A0 >=20 > * c-c++-common/patchable_function_entry-default.c: Skip test on > ia64. > * c-c++-common/patchable_function_entry-decl.c: Likewise. > * c-c++-common/patchable_function_entry-definition.c: Likewise. OK. Jim