From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 68469 invoked by alias); 12 Sep 2017 09:56:28 -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 68455 invoked by uid 89); 12 Sep 2017 09:56:27 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: =?ISO-8859-1?Q?No, score=-0.9 required=5.0 tests=BAYES_00,KAM_LAZY_DOMAIN_SECURITY autolearn=no version=3.3.2 spammy=problem.=c2?= X-HELO: gnu.wildebeest.org Received: from wildebeest.demon.nl (HELO gnu.wildebeest.org) (212.238.236.112) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 12 Sep 2017 09:56:25 +0000 Received: from tarox.wildebeest.org (tarox.wildebeest.org [172.31.17.39]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by gnu.wildebeest.org (Postfix) with ESMTPSA id 6C0AA3027645; Tue, 12 Sep 2017 11:56:23 +0200 (CEST) Received: by tarox.wildebeest.org (Postfix, from userid 1000) id 5A3A3413CD4E; Tue, 12 Sep 2017 11:56:23 +0200 (CEST) Message-ID: <1505210183.16423.5.camel@klomp.org> Subject: Re: [PATCH 2/2] Make collect_probes return an std::vector From: Mark Wielaard To: Sergio Durigan Junior , Simon Marchi Cc: gdb-patches@sourceware.org Date: Tue, 12 Sep 2017 09:56:00 -0000 In-Reply-To: <87tw08ixc9.fsf@redhat.com> References: <1505053377-10061-1-git-send-email-simon.marchi@ericsson.com> <1505053377-10061-2-git-send-email-simon.marchi@ericsson.com> <87tw08ixc9.fsf@redhat.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 X-SW-Source: 2017-09/txt/msg00326.txt.bz2 Hi, On Mon, 2017-09-11 at 20:17 -0400, Sergio Durigan Junior wrote: > On Sunday, September 10 2017, Simon Marchi wrote: > > I guess it's a bug with that specific version< of the compiler, > > since no other gcc gives me that error.=C2=A0=C2=A0It is using: > >=20 > > =C2=A0 g++ (GCC) 6.3.1 20161221 (Red Hat 6.3.1-1) > >=20 > > Any idea about this problem? >=20 > It seems to me this is indeed a compiler problem.=C2=A0=C2=A0I've found at > least one report on GCC's bugzilla about a related issue. >=20 > Mark, you're the responsible for this specific slave > (marist-fedora-s390x); can you check if it's possible to update the > GCC there, please? It has been upgraded to gcc (GCC) 6.4.1 20170727 (Red Hat 6.4.1-1). marist-fedora-s390x is currently running Fedora 25. It will be updated in the future to Fedora 26 (which will bring an upgrade to GCC 7). Cheers, Mark