From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 129117 invoked by alias); 2 Oct 2015 10:37:40 -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 129079 invoked by uid 48); 2 Oct 2015 10:37:35 -0000 From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/67816] New: [6 Regression] ICE in duplicate_thread_path, 186.crafty fails to build Date: Fri, 02 Oct 2015 10:37:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Version: 6.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth 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 cc target_milestone 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-10/txt/msg00159.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67816 Bug ID: 67816 Summary: [6 Regression] ICE in duplicate_thread_path, 186.crafty fails to build Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: tree-optimization Assignee: unassigned at gcc dot gnu.org Reporter: rguenth at gcc dot gnu.org CC: law at gcc dot gnu.org Target Milestone: --- iterate.c: In function 'Iterate': iterate.c:17:5: internal compiler error: in duplicate_thread_path, at tree-ssa-threadupdate.c:2446 int Iterate(int wtm, int search_type, int root_list_done) ^ option.c: In function 'Option': option.c:2772:7: warning: implicit declaration of function 'gets' [-Wimplicit-function-declaration] gets(buffer); ^ 0xade17f duplicate_thread_path /gcc/spec/sb-czerny-head-64/gcc/gcc/tree-ssa-threadupdate.c:2445 0xade17f thread_through_all_blocks(bool) /gcc/spec/sb-czerny-head-64/gcc/gcc/tree-ssa-threadupdate.c:2632 0xa3be28 execute /gcc/spec/sb-czerny-head-64/gcc/gcc/tree-ssa-dom.c:622 Please submit a full bug report, with preprocessed source if appropriate. This is with -O3 on x86_64.