From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15614 invoked by alias); 15 Jan 2015 19:21:27 -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 15603 invoked by uid 89); 15 Jan 2015 19:21:26 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: resqmta-po-11v.sys.comcast.net Received: from resqmta-po-11v.sys.comcast.net (HELO resqmta-po-11v.sys.comcast.net) (96.114.154.170) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Thu, 15 Jan 2015 19:21:25 +0000 Received: from resomta-po-05v.sys.comcast.net ([96.114.154.229]) by resqmta-po-11v.sys.comcast.net with comcast id gKLL1p0024xDoy801KMPl3; Thu, 15 Jan 2015 19:21:23 +0000 Received: from [IPv6:2001:558:6045:a4:40c6:7199:cd03:b02d] ([IPv6:2001:558:6045:a4:40c6:7199:cd03:b02d]) by resomta-po-05v.sys.comcast.net with comcast id gKMM1p00T2ztT3H01KMNrZ; Thu, 15 Jan 2015 19:21:23 +0000 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Subject: Re: [PATCH] Fix PR testsuite/64605 From: Mike Stump In-Reply-To: <20150115175342.GC5706@msticlxl57.ims.intel.com> Date: Thu, 15 Jan 2015 19:40:00 -0000 Cc: gcc-patches@gcc.gnu.org, Kirill Yukhin Content-Transfer-Encoding: quoted-printable Message-Id: References: <20150115161437.GB5706@msticlxl57.ims.intel.com> <6C9D809A-201B-4918-81DB-BFCCF1FA93E3@comcast.net> <20150115175342.GC5706@msticlxl57.ims.intel.com> To: Ilya Verbin X-IsSubscribed: yes X-SW-Source: 2015-01/txt/msg01254.txt.bz2 On Jan 15, 2015, at 9:53 AM, Ilya Verbin wrote: > If I just remove 'load_gcc_lib gcc-dg.exp' from libatomic.exp, like this = is done > in libitm.exp, it will not work: Ok, original patch is fine.