From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10442 invoked by alias); 19 Apr 2013 10:18:37 -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 10400 invoked by uid 48); 19 Apr 2013 10:18:34 -0000 From: "hp at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug rtl-optimization/38026] Miscompilation for CRIS of gfortran.dg/char_result_5.f95 with -fno-gcse Date: Fri, 19 Apr 2013 10:18:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: rtl-optimization X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: hp at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: hp at gcc dot gnu.org X-Bugzilla-Target-Milestone: 4.3.6 X-Bugzilla-Changed-Fields: Status Resolution Target Milestone Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 X-SW-Source: 2013-04/txt/msg01745.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38026 Hans-Peter Nilsson changed: What |Removed |Added ---------------------------------------------------------------------------- Status|WAITING |RESOLVED Resolution| |WORKSFORME Target Milestone|--- |4.3.6 --- Comment #4 from Hans-Peter Nilsson 2013-04-19 10:18:32 UTC --- (In reply to comment #3) > (In reply to comment #2) > > Sure, it's fill_eager_delay_slots that moved the insn, but it's only acting on > > a stray REG_DEAD note left over from cprop_hardreg. > > This is probably fixed by http://gcc.gnu.org/r164458 That might be so, but I can't verify that. :( Unfortunately I forgot to note the exact svn revision at which the test failed, and reverting the 174133 revision (backport to 4.3 documented in PR42775) from revision 175148 and following the to-repeat description does not expose the bug. Hm, I see I mentioned 4.3.3 in this quite old report but as I can't repeat it with a revision near ToT, I believe it's time to retire this PR and close it as WORKSFORME rather than WONTFIX.