From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16914 invoked by alias); 17 Sep 2008 22:42:20 -0000 Received: (qmail 16319 invoked by uid 48); 17 Sep 2008 22:40:56 -0000 Date: Wed, 17 Sep 2008 22:42:00 -0000 Message-ID: <20080917224056.16318.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug tree-optimization/30930] [4.3/4.4 Regression] vector can cause to create an extra variable, DECL_GIMPLE_REG_P not recomputed 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: 2008-09/txt/msg02105.txt.bz2 ------- Comment #9 from pinskia at gcc dot gnu dot org 2008-09-17 22:40 ------- Note I needed to add a check to make sure we are only doing this currently for complex and vector types since those are the ones that have DECL_GIMPLE_REG_P currently. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30930