From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19581 invoked by alias); 18 Jul 2016 08:06:11 -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 19552 invoked by uid 89); 18 Jul 2016 08:06:10 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:433 X-HELO: mail-oi0-f45.google.com Received: from mail-oi0-f45.google.com (HELO mail-oi0-f45.google.com) (209.85.218.45) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Mon, 18 Jul 2016 08:06:00 +0000 Received: by mail-oi0-f45.google.com with SMTP id w18so241991848oiw.3 for ; Mon, 18 Jul 2016 01:06:00 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=pLAQqrhAm6N/exCdMCo9izAuGRgGtGhZjVoBHBlnwgY=; b=ARBtI4Ld25zfjUwdQubaRmk/wtPYNrBeUWddUAz3SwCMStlBB20cXnD8CtFj53NcIl ZzgTFiynNPxwFjOix5YOHrEckJpoeP6/jz3VwLh1Fbw0bidJP/amF7DUMOKDMFEHExmQ hb5nnnR0xctJPHpwFKp6MAt5IL8xUgaxWbJ45LEets8c3fEjcrBpE2EQZxilo96Wz69a S+11d9NZEiSb2gqC8GsMC8R3pe8hWBDRTqpbv3unsGDzJXF0kaEmUxcxJp87skJrnOsh wFB6zkZr4qUEyk1otnp1d7LsrybN7S7/n0MCtxVqWOwc/q3qEuFjjZmEuYDwtz32USR7 iCCw== X-Gm-Message-State: ALyK8tKJpJmSNrOmkMJheued9L5xyypxUP2DiErP7vWbycn551OvKRk3P5jCNb/cD/DKdSO6N0kNSmDFoMxrAg== X-Received: by 10.202.214.70 with SMTP id n67mr5199090oig.190.1468829158783; Mon, 18 Jul 2016 01:05:58 -0700 (PDT) MIME-Version: 1.0 Received: by 10.202.105.138 with HTTP; Mon, 18 Jul 2016 01:05:58 -0700 (PDT) In-Reply-To: <20160716131402.GA2961@host1.jankratochvil.net> References: <20160716131402.GA2961@host1.jankratochvil.net> From: Yao Qi Date: Mon, 18 Jul 2016 08:06:00 -0000 Message-ID: Subject: Re: [testsuite patch] Fix gdb.gdb/selftest.exp for C++-O2-g-built GDB To: Jan Kratochvil Cc: "gdb-patches@sourceware.org" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2016-07/txt/msg00181.txt.bz2 On Sat, Jul 16, 2016 at 2:14 PM, Jan Kratochvil wrote: > Hi, > > tested on Fedora 24 x86_64 after: > ./configure; make > That is: CFLAGS=3D'-g -O2' CXXFLAGS=3D'-g -O2' > > OK for check-in? > I think my patch https://sourceware.org/ml/gdb-patches/2016-07/msg00157.html can fix the fail too, but it is not checked in yet. --=20 Yao (=E9=BD=90=E5=B0=A7)