From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32152 invoked by alias); 26 Nov 2012 12:30:11 -0000 Received: (qmail 32115 invoked by uid 22791); 26 Nov 2012 12:30:10 -0000 X-SWARE-Spam-Status: No, hits=-6.5 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,RCVD_IN_DNSWL_HI,RCVD_IN_HOSTKARMA_W,RP_MATCHES_RCVD,SPF_HELO_PASS,TW_FN X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 26 Nov 2012 12:30:00 +0000 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id qAQCTwRC014890 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 26 Nov 2012 07:30:00 -0500 Received: from zalov.redhat.com (vpn1-4-34.ams2.redhat.com [10.36.4.34]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id qAQCTufk027950 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 26 Nov 2012 07:29:58 -0500 Received: from zalov.cz (localhost [127.0.0.1]) by zalov.redhat.com (8.14.5/8.14.5) with ESMTP id qAQCTtCV013936; Mon, 26 Nov 2012 13:29:55 +0100 Received: (from jakub@localhost) by zalov.cz (8.14.5/8.14.5/Submit) id qAQCTtJn013935; Mon, 26 Nov 2012 13:29:55 +0100 Date: Mon, 26 Nov 2012 12:30:00 -0000 From: Jakub Jelinek To: gcc-patches@gcc.gnu.org Cc: Richard Biener , Dodji Seketeli , Tom Tromey Subject: Patch ping Message-ID: <20121126122955.GO2315@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 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 X-SW-Source: 2012-11/txt/msg02088.txt.bz2 - PR55137 fold reassociation fix http://gcc.gnu.org/ml/gcc-patches/2012-11/msg00636.html (alternatively also retry with unsigned atype if the reassociation would fail otherwise) - PR43631 fix up var-tracking notes in between bbs http://gcc.gnu.org/ml/gcc-patches/2012-11/msg01201.html - PR55331 substitute_and_fold fix for memmove folding to nothing http://gcc.gnu.org/ml/gcc-patches/2012-11/msg01302.html - convert asan to use builtins instead of building fndecls on the fly http://gcc.gnu.org/ml/gcc-patches/2012-11/msg01875.html - PR55380 tiny libcpp performance fix + hack for asan/valgrind http://gcc.gnu.org/ml/gcc-patches/2012-11/msg01973.html Jakub