From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30358 invoked by alias); 13 Oct 2012 22:06:25 -0000 Received: (qmail 30286 invoked by uid 48); 13 Oct 2012 22:06:13 -0000 From: "ebotcazou at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/54870] [4.8 regression] gfortran.dg/array_constructor_4.f90 FAILs Date: Sat, 13 Oct 2012 22:06:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: fortran X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: ebotcazou at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: ebotcazou at gcc dot gnu.org X-Bugzilla-Target-Milestone: 4.8.0 X-Bugzilla-Changed-Fields: Status AssignedTo 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 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: 2012-10/txt/msg01287.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54870 Eric Botcazou changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED AssignedTo|unassigned at gcc dot |ebotcazou at gcc dot |gnu.org |gnu.org --- Comment #3 from Eric Botcazou 2012-10-13 22:06:12 UTC --- Created attachment 28443 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=28443 Reduced testcase The dse2 dump reads: dse: local deletions = 0, global deletions = 1, spill deletions = 0 starting the processing of deferred insns deleting insn with uid = 25. ending the processing of deferred insns but the memory location stored to (insn 25 27 154 2 (set (mem/c:SI (plus:DI (reg/f:DI 30 %fp) (const_int 2039 [0x7f7])) [6 A.1+16 S4 A64]) (reg:SI 1 %g1 [136])) array_constructor_4.f90:4 61 {*movsi_insn} (nil)) is read by a subsequent call to memcpy.