From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13874 invoked by alias); 14 Jan 2010 09:33:56 -0000 Received: (qmail 13864 invoked by uid 22791); 14 Jan 2010 09:33:56 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS 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; Thu, 14 Jan 2010 09:33:48 +0000 Received: from int-mx08.intmail.prod.int.phx2.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o0E9Xk3Y022229 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 14 Jan 2010 04:33:46 -0500 Received: from hs20-bc2-1.build.redhat.com (hs20-bc2-1.build.redhat.com [10.10.28.34]) by int-mx08.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o0E9Xjpj031586 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 14 Jan 2010 04:33:46 -0500 Received: from hs20-bc2-1.build.redhat.com (localhost.localdomain [127.0.0.1]) by hs20-bc2-1.build.redhat.com (8.13.1/8.13.1) with ESMTP id o0E9Xjl9018990; Thu, 14 Jan 2010 04:33:45 -0500 Received: (from jakub@localhost) by hs20-bc2-1.build.redhat.com (8.13.1/8.13.1/Submit) id o0E9XjCf018986; Thu, 14 Jan 2010 04:33:45 -0500 Date: Thu, 14 Jan 2010 09:33:00 -0000 From: Jakub Jelinek To: Richard Henderson , Richard Guenther Cc: gcc-patches@gcc.gnu.org Subject: Patch ping Message-ID: <20100114093345.GM16723@hs20-bc2-1.build.redhat.com> Reply-To: Jakub Jelinek Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i 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: 2010-01/txt/msg00654.txt.bz2 Hi! http://gcc.gnu.org/ml/gcc-patches/2010-01/msg00430.html - 4.5: fix VTA from needlessly resetting debug stmts during inlining http://gcc.gnu.org/ml/gcc-patches/2010-01/msg00431.html - 4.5: fix var-tracking on MO_USE_NO_VAR http://gcc.gnu.org/ml/gcc-patches/2010-01/msg00403.html - 4.5/4.4: don't emit .weak for undefs that are DECL_WEAK just because the undef symbols are known to use C++ vague linkage. Only emit .weak for undefs if they have weak attribute, #pragma weak or some target specific similar extension. All patches have been bootstrapped/regtested several times on several linux targets. Jakub