From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25362 invoked by alias); 19 Jul 2014 23:29:09 -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 25120 invoked by uid 48); 19 Jul 2014 23:29:01 -0000 From: "ebotcazou at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/61853] [4.9,4.10 Regression] ICE: SIGSEGV in store_field Date: Sat, 19 Jul 2014 23:29:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Version: 4.9.2 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: ebotcazou at gcc dot gnu.org X-Bugzilla-Status: NEW 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: Message-ID: In-Reply-To: References: 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: 2014-07/txt/msg01373.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61853 --- Comment #6 from Eric Botcazou --- > arg 0 Energy> > used ignored regdecl DF file ConstituentParticleData.h line 57 > col 18 size unit size > align 64 context _ZTv0_n64_NK6ThePEG23ConstituentParticleData15constituentMassEv> > (parallel:BLK [ > (expr_list:REG_DEP_TRUE (reg:DI 101 [ ]) > (const_int 0 [0])) > ])>> Why is the DECL_MODE of the result DFmode while its DECL_RTL has BLKmode? What's the mode of the record type?