From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13261 invoked by alias); 26 Aug 2014 20:27:53 -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 13250 invoked by uid 89); 26 Aug 2014 20:27:53 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-4.0 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 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 (AES256-GCM-SHA384 encrypted) ESMTPS; Tue, 26 Aug 2014 20:27:51 +0000 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s7QKRkZv030770 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Tue, 26 Aug 2014 16:27:46 -0400 Received: from host2.jankratochvil.net (ovpn-113-193.phx2.redhat.com [10.3.113.193]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s7QKRgpB027894 (version=TLSv1/SSLv3 cipher=AES128-GCM-SHA256 bits=128 verify=NO); Tue, 26 Aug 2014 16:27:44 -0400 Date: Tue, 26 Aug 2014 20:27:00 -0000 From: Jan Kratochvil To: Yao Qi Cc: Pedro Alves , "gdb-patches@sourceware.org" , Joel Brobecker Subject: [for 7.8?] Re: --with-babeltrace generates many FAILs Message-ID: <20140826202741.GA9143@host2.jankratochvil.net> References: <20140816204614.GA7000@host2.jankratochvil.net> <53F3457E.5030205@codesourcery.com> <20140819140755.GA30208@host2.jankratochvil.net> <53F41DE5.1010406@codesourcery.com> <53F46D48.2060200@redhat.com> <53F487AC.7070606@codesourcery.com> <53F4A907.9080504@redhat.com> <53F57B66.1030602@codesourcery.com> <53F5EA99.9060107@redhat.com> <87iolltca9.fsf@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87iolltca9.fsf@codesourcery.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-IsSubscribed: yes X-SW-Source: 2014-08/txt/msg00532.txt.bz2 On Fri, 22 Aug 2014 05:48:30 +0200, Yao Qi wrote: > Patch is pushed in. Thanks. Maybe could you push it also for 7.8.1? https://sourceware.org/gdb/wiki/GDB_7.8_Release At least I have pushed there first the CFLAGS=-Wall fix which disclosed this bug a bit more. Jan