From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7739 invoked by alias); 12 Sep 2017 11:32:35 -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 7726 invoked by uid 89); 12 Sep 2017 11:32:34 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: =?ISO-8859-1?Q?No, score=-2.4 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 spammy=problem.=c2, HContent-Transfer-Encoding:8bit?= X-HELO: smtp.polymtl.ca Received: from smtp.polymtl.ca (HELO smtp.polymtl.ca) (132.207.4.11) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 12 Sep 2017 11:32:33 +0000 Received: from simark.ca (simark.ca [158.69.221.121]) (authenticated bits=0) by smtp.polymtl.ca (8.14.7/8.14.7) with ESMTP id v8CBWRiJ006654 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Tue, 12 Sep 2017 07:32:31 -0400 Received: by simark.ca (Postfix, from userid 112) id E483E1ECED; Tue, 12 Sep 2017 07:32:26 -0400 (EDT) Received: from simark.ca (localhost [127.0.0.1]) by simark.ca (Postfix) with ESMTP id 286E61E988; Tue, 12 Sep 2017 07:32:22 -0400 (EDT) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Date: Tue, 12 Sep 2017 11:32:00 -0000 From: Simon Marchi To: Mark Wielaard Cc: Sergio Durigan Junior , Simon Marchi , gdb-patches@sourceware.org Subject: Re: [PATCH 2/2] Make collect_probes return an std::vector In-Reply-To: <1505210183.16423.5.camel@klomp.org> 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> <1505210183.16423.5.camel@klomp.org> Message-ID: <334023740c848764e686314718ae45c9@polymtl.ca> X-Sender: simon.marchi@polymtl.ca User-Agent: Roundcube Webmail/1.3.0 X-Poly-FromMTA: (simark.ca [158.69.221.121]) at Tue, 12 Sep 2017 11:32:27 +0000 X-IsSubscribed: yes X-SW-Source: 2017-09/txt/msg00331.txt.bz2 On 2017-09-12 11:56, Mark Wielaard wrote: > 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.  It is using: >> > >> >   g++ (GCC) 6.3.1 20161221 (Red Hat 6.3.1-1) >> > >> > Any idea about this problem? >> >> It seems to me this is indeed a compiler problem.  I've found at >> least one report on GCC's bugzilla about a related issue. >> >> 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 I have sent my patch to get tested on this builder, and it seems to build fine now. Thanks to you both! Simon