From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19438 invoked by alias); 30 Nov 2014 09:33:00 -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 19424 invoked by uid 48); 30 Nov 2014 09:32:55 -0000 From: "zsojka at seznam dot cz" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/64121] New: [5 Regression] ICE: SSA corruption with -O -fsanitize=undefined Date: Sun, 30 Nov 2014 09:33: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: 5.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: zsojka at seznam dot cz X-Bugzilla-Status: UNCONFIRMED 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 attachments.created 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: 2014-11/txt/msg03422.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64121 Bug ID: 64121 Summary: [5 Regression] ICE: SSA corruption with -O -fsanitize=undefined Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: tree-optimization Assignee: unassigned at gcc dot gnu.org Reporter: zsojka at seznam dot cz Created attachment 34145 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34145&action=edit reduced testcase Compiler output: $ gcc -O -fsanitize=undefined testcase.c Unable to coalesce ssa_names 1 and 6 which are marked as MUST COALESCE. xp_1(ab) and xp_6(ab) testcase.c: In function 'execute': testcase.c:4:1: internal compiler error: SSA corruption execute (int *ip, int x) ^ 0xd2c828 fail_abnormal_edge_coalesce /mnt/svn/gcc-trunk/gcc/tree-ssa-coalesce.c:921 0xd2c828 coalesce_partitions /mnt/svn/gcc-trunk/gcc/tree-ssa-coalesce.c:1219 0xd2c828 coalesce_ssa_name() /mnt/svn/gcc-trunk/gcc/tree-ssa-coalesce.c:1364 0xcc27cf remove_ssa_form /mnt/svn/gcc-trunk/gcc/tree-outof-ssa.c:999 0xcc27cf rewrite_out_of_ssa(ssaexpand*) /mnt/svn/gcc-trunk/gcc/tree-outof-ssa.c:1233 0x7d3c37 execute /mnt/svn/gcc-trunk/gcc/cfgexpand.c:5703 Please submit a full bug report, with preprocessed source if appropriate. Please include the complete backtrace with any bug report. See for instructions. Tested revisions: r218181 - ICE 4_9 r218177 - OK