From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 94281 invoked by alias); 15 Sep 2016 21:47:56 -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 94270 invoked by uid 89); 15 Sep 2016 21:47:56 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.8 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,TRACKER_ID autolearn=ham version=3.3.2 spammy= X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 15 Sep 2016 21:47:55 +0000 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 575567F7B0 for ; Thu, 15 Sep 2016 21:47:54 +0000 (UTC) Received: from host1.jankratochvil.net (ovpn-116-52.ams2.redhat.com [10.36.116.52]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u8FLlpXH006044 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 15 Sep 2016 17:47:53 -0400 Date: Thu, 15 Sep 2016 21:47:00 -0000 From: Jan Kratochvil To: Pedro Alves Cc: gdb-patches@sourceware.org Subject: [commit] [testsuite patch] Fix C++11 compilation failure for gdb.cp/m-static.exp Message-ID: <20160915214750.GA13054@host1.jankratochvil.net> References: <20160911142248.GA12817@host1.jankratochvil.net> <20160915123424.GA8875@host1.jankratochvil.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.7.0 (2016-08-17) X-IsSubscribed: yes X-SW-Source: 2016-09/txt/msg00174.txt.bz2 On Thu, 15 Sep 2016 15:10:50 +0200, Pedro Alves wrote: > So I now think your original patch is better. Please push > that one instead. d2dfe7003423d41394d2475680e55af796566b8e Thanks, Jan