From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19196 invoked by alias); 6 Jan 2014 09:52:31 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 19185 invoked by uid 89); 6 Jan 2014 09:52:31 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.9 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_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 ESMTP; Mon, 06 Jan 2014 09:52:29 +0000 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s069qN0f019407 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 6 Jan 2014 04:52:23 -0500 Received: from tucnak.zalov.cz (vpn1-6-77.ams2.redhat.com [10.36.6.77]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id s069qLTD028002 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 6 Jan 2014 04:52:22 -0500 Received: from tucnak.zalov.cz (localhost [127.0.0.1]) by tucnak.zalov.cz (8.14.7/8.14.7) with ESMTP id s069qKPh006873; Mon, 6 Jan 2014 10:52:20 +0100 Received: (from jakub@localhost) by tucnak.zalov.cz (8.14.7/8.14.7/Submit) id s069qELA006872; Mon, 6 Jan 2014 10:52:14 +0100 Date: Mon, 06 Jan 2014 09:52:00 -0000 From: Jakub Jelinek To: gcc-patches@gcc.gnu.org Cc: Richard Biener , Dodji Seketeli , Eric Botcazou , Steven Bosscher , Konstantin Serebryany Subject: Patch ping Message-ID: <20140106095214.GF892@tucnak.redhat.com> Reply-To: Jakub Jelinek MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-IsSubscribed: yes X-SW-Source: 2014-01/txt/msg00177.txt.bz2 Hi! I'd like to ping a few unreviewed patches: - use libbacktrace in libsanitizer symbolization - PR sanitizer/59136 http://gcc.gnu.org/ml/gcc-patches/2013-12/msg00558.html - allow building libsanitizer against older kernel headers http://gcc.gnu.org/ml/gcc-patches/2013-12/msg00963.html - use cp-demangle as libsanitizer+libbacktrace demangler http://gcc.gnu.org/ml/gcc-patches/2013-12/msg00964.html (note, Gary has already committed his fix, so the demangler is now really malloc/calloc/realloc call free) - ifcvt/crossjumping fix - PR rtl-optimization/58668 http://gcc.gnu.org/ml/gcc-patches/2013-12/msg01726.html (note, Eric approved earlier version of the patch but Steven wanted to use active_insn_p instead, haven't committed anything yet, waiting to see what should be committed) - improve Scimark2 SOR by 42% through small predcom change - PR tree-optimization/59643 http://gcc.gnu.org/ml/gcc-patches/2013-12/msg01986.html - fix up PCH - PR pch/59436 http://gcc.gnu.org/ml/gcc-patches/2014-01/msg00016.html (note, as pointed out by Mike in followup, what I'd like to commit is a version with s/(void *) // in the patch, already bootstrapped/regtested) Jakub