From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13201 invoked by alias); 6 Aug 2007 19:22:58 -0000 Received: (qmail 11448 invoked by uid 48); 6 Aug 2007 19:22:49 -0000 Date: Mon, 06 Aug 2007 19:22:00 -0000 Message-ID: <20070806192249.11446.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug middle-end/32940] REG_POINTER attribute on DECL_ARTIFICIAL pointers In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "pinskia at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2007-08/txt/msg00405.txt.bz2 ------- Comment #6 from pinskia at gcc dot gnu dot org 2007-08-06 19:22 ------- This patch helps more than just PR 28690 as we now have the ablity to use r0 more for the index which causes us to use one less callee saved register in some cases and reduces the stack size. I saw that result while compiling tramp3d. -- pinskia at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pinskia at gcc dot gnu dot | |org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32940