From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22646 invoked by alias); 16 Apr 2004 10:50:12 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 22639 invoked from network); 16 Apr 2004 10:50:11 -0000 Received: from unknown (HELO main.gmane.org) (80.91.224.249) by sources.redhat.com with SMTP; 16 Apr 2004 10:50:11 -0000 Received: from root by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1BEQvD-0003fC-00 for ; Fri, 16 Apr 2004 12:50:11 +0200 Received: from paride.rett.polimi.it ([131.175.65.135]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 16 Apr 2004 12:50:11 +0200 Received: from bonzini by paride.rett.polimi.it with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 16 Apr 2004 12:50:11 +0200 To: gcc-patches@gcc.gnu.org From: "Paolo Bonzini" Subject: Patch ping Date: Fri, 16 Apr 2004 10:50:00 -0000 Message-ID: X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: paride.rett.polimi.it X-Newsreader: Microsoft Outlook Express 6.00.2800.1158 X-SW-Source: 2004-04/txt/msg00961.txt.bz2 http://gcc.gnu.org/ml/gcc-patches/2004-04/msg00384.html Enables -fweb at -O2 and -frename-registers at -O1 if variable tracking is available for the target's default debugging information format. Ok for mainline? Paolo