From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20246 invoked by alias); 23 Feb 2015 19:55:18 -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 20221 invoked by uid 48); 23 Feb 2015 19:55:14 -0000 From: "zsojka at seznam dot cz" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/65183] New: ICE: verify_ssa failed: virtual use of statement not up-to-date with -fcheck-pointer-bounds -fchkp-use-nochk-string-functions -mmpx Date: Mon, 23 Feb 2015 21:02: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: 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: 2015-02/txt/msg02550.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65183 Bug ID: 65183 Summary: ICE: verify_ssa failed: virtual use of statement not up-to-date with -fcheck-pointer-bounds -fchkp-use-nochk-string-functions -mmpx Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: zsojka at seznam dot cz Created attachment 34849 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34849&action=edit reduced testcase Compiler output: $ gcc -O -fcheck-pointer-bounds -fchkp-use-nochk-string-functions -mmpx testcase.c testcase.c: In function 'foo.chkp': testcase.c:12:6: error: virtual use of statement not up-to-date void foo () ^ # VUSE <.MEM> _17 = __chkp_zero_bounds; testcase.c:12:6: internal compiler error: verify_ssa failed 0xe23b21 verify_ssa(bool, bool) /mnt/svn/gcc-trunk/gcc/tree-ssa.c:1068 0xb4f605 execute_function_todo /mnt/svn/gcc-trunk/gcc/passes.c:1964 0xb4fd8b execute_todo /mnt/svn/gcc-trunk/gcc/passes.c:2014 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: r220888 - fail