From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28897 invoked by alias); 9 Jul 2007 12:01:25 -0000 Received: (qmail 28888 invoked by uid 22791); 9 Jul 2007 12:01:23 -0000 X-Spam-Check-By: sourceware.org Received: from ik-out-1112.google.com (HELO ik-out-1112.google.com) (66.249.90.177) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 09 Jul 2007 12:01:21 +0000 Received: by ik-out-1112.google.com with SMTP id b35so547575ika for ; Mon, 09 Jul 2007 05:01:18 -0700 (PDT) Received: by 10.65.222.11 with SMTP id z11mr15198155qbq.1183982478046; Mon, 09 Jul 2007 05:01:18 -0700 (PDT) Received: from scientist.lan ( [65.94.94.105]) by mx.google.com with ESMTP id m1sm7679040nzf.2007.07.09.05.01.14 (version=SSLv3 cipher=RC4-MD5); Mon, 09 Jul 2007 05:01:15 -0700 (PDT) Message-ID: <46922389.1010908@lu.unisi.ch> Date: Mon, 09 Jul 2007 12:09:00 -0000 From: Paolo Bonzini User-Agent: Thunderbird 2.0.0.4 (Macintosh/20070604) MIME-Version: 1.0 To: Eric Botcazou CC: Paolo Bonzini , Andrew Pinski , gcc-patches@gcc.gnu.org, Mark Mitchell Subject: Re: PR/32004, tree-ssa caused in/out asm constraints to often need reloads References: <468CC82F.2060702@lu.unisi.ch> <200707072023.25902.ebotcazou@adacore.com> <4691965D.703@gnu.org> <200707090748.59581.ebotcazou@adacore.com> In-Reply-To: <200707090748.59581.ebotcazou@adacore.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: 2007-07/txt/msg00776.txt.bz2 Eric Botcazou wrote: >> I will look at it and may eventually revert it, but I'll note that this >> "brand new pass" just adds a few (set (reg) (reg)). > > Please remove it from the 4.1 branch, you didn't get approval to put it there > and you apparently didn't even test it there, causing the first regressions > in months on the branch. No, I just looked at the wrong log file. I'm reverting it. Paolo