From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 120783 invoked by alias); 10 Mar 2015 13:13:08 -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 120655 invoked by uid 48); 10 Mar 2015 13:13:03 -0000 From: "iains at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/65342] [5 Regression] FAIL: gfortran.dg/intrinsic_(un)?pack_1.f90 -O1 execution test on powerpc-apple-darwin9 after r210201 Date: Tue, 10 Mar 2015 13:13:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 5.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: iains at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Priority: P4 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 5.0 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: 2015-03/txt/msg01116.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65342 --- Comment #8 from Iain Sandoe --- BTW, is: (define_insn "movdi_low_st" [(set (mem:DI (lo_sum:DI (match_operand:DI 1 "gpc_reg_operand" "b,b,b") (match_operand 2 "" "Y,,"))) (match_operand:DI 0 "gpc_reg_operand" "r,r,*!d"))] "TARGET_MACHO && TARGET_64BIT" "* { switch (which_alternative) { case 0: return \"std %0,lo16(%2)(%1)\"; case 1: { output_asm_insn (\"la %1,lo16(%2)(%1)\", operands); ^^^^^ permitted? (i.e. modifying %1, which is an input operand) return (\"std %0,0(%1)\"); } case 2: return \"stfd %0,lo16(%2)(%1)\"; default: gcc_unreachable (); } }" [(set_attr "type" "store") (set_attr "length" "4")])