From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1629 invoked by alias); 21 Nov 2014 18:18:48 -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 1564 invoked by uid 48); 21 Nov 2014 18:18:45 -0000 From: "pthaugen at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/63965] [5 Regression] ICE: in extract_constrain_insn, at recog.c:2230 on ppc64 Date: Fri, 21 Nov 2014 18:18: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: pthaugen at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: meissner 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: 2014-11/txt/msg02466.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63965 --- Comment #8 from Pat Haugen --- (In reply to Michael Meissner from comment #5) > Note, the patch will fix the errors in compiling pr27158.c and > altivec-spat.c. It will not fix the errors in compiling unonbon.c, which is > an entirely different problem. pr64019 opened for the unonbon.c problem.