From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 62919 invoked by alias); 11 May 2015 22:03: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 62889 invoked by uid 48); 11 May 2015 22:03:34 -0000 From: "tbsaunde at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/66114] New: some indirect_jump patterns use operands[] in their condition when they shouldn't Date: Mon, 11 May 2015 22:03:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: unknown X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: tbsaunde at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: 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: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone cf_gcctarget Message-ID: 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-05/txt/msg00875.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66114 Bug ID: 66114 Summary: some indirect_jump patterns use operands[] in their condition when they shouldn't Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: tbsaunde at gcc dot gnu.org Target Milestone: --- Target: fr30-* pa-* md.texi says that the condition in a named define_insn should not look at insn data. however the indirect_jump patterns for the pa and fr30 ports look at operands[]