From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28389 invoked by alias); 3 Feb 2015 12:34:43 -0000 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 Received: (qmail 27609 invoked by uid 48); 3 Feb 2015 12:34:39 -0000 From: "Alex.Velenko at arm dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug testsuite/64916] New: ira.c update_equiv_regs patch causes gcc/testsuite/gcc.target/arm/pr43920-2.c regression Date: Tue, 03 Feb 2015 12:34:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: testsuite X-Bugzilla-Version: unknown X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: Alex.Velenko at arm dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter cc cf_gccbuild attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2015-02/txt/msg00207.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64916 Bug ID: 64916 Summary: ira.c update_equiv_regs patch causes gcc/testsuite/gcc.target/arm/pr43920-2.c regression Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: testsuite Assignee: unassigned at gcc dot gnu.org Reporter: Alex.Velenko at arm dot com CC: amker.cheng at gmail dot com, fei.yang0953 at gmail dot com, law at redhat dot com, marcus.shawcroft at arm dot com Build: arm-none-eabi Created attachment 34650 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34650&action=edit Tar with patched and non-patched rtl dump file tars In pr43920-2.c code block for "return -1;" c statement is not getting reused after ira.c update_equiv_regs patch. I believe svn it's number is r216169. Reason - patch removes "(expr_list:REG_EQUAL (const_int -1 [0xffffffffffffffff])" note in ira pass, which prevents jump2 optimization. This information still needs to be passed to jump2 pass. See rtl dump attachments below.