From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 8F9723857724; Tue, 17 Oct 2023 08:28:11 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8F9723857724 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1697531291; bh=8VXbagna7glFgZoYjQh7kbzfLZzhvXb3QZCyLNYOxhM=; h=From:To:Subject:Date:From; b=TqsezNggssGCkb83T7PwSpytCOlMKLWiZsIXzB2+w0eBLOARMkA0arH+SVMPLLAmj Y42QPl1QMLjPNiVJfrq/YJtEWFjfF+NfcNgOrD6Hm5E83spuq34BCSu4HcXe39Sbp5 6ecj4cxh68lM7ncbKnU6K/tEr0nqq3k7fRb54iv4= From: "dcb314 at hotmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/111846] New: ice in exact_div, at poly-int.h:2156 Date: Tue, 17 Oct 2023 08:28:09 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Version: unknown X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: dcb314 at hotmail dot com 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 attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D111846 Bug ID: 111846 Summary: ice in exact_div, at poly-int.h:2156 Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: dcb314 at hotmail dot com Target Milestone: --- Created attachment 56130 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D56130&action=3Dedit gzipped C++ source code For the attached C++ source code, recent gcc trunk does this: $ ../results/bin/gcc -c -O3 -march=3Dznver2 -ffast-math bug966.cc during GIMPLE pass: slp equalizer.cc: In function =E2=80=98void eq_update(void*, void*)=E2=80=99: equalizer.cc:147:13: internal compiler error: in exact_div, at poly-int.h:2= 156 0x20fe038 vectorizable_simd_clone_call(vec_info*, _stmt_vec_info*, gimple_stmt_iterator*, gimple**, _slp_tree*, vec*) ../../trunk.year/gcc/tree-vect-stmts.cc:0 0x20d4756 vect_analyze_stmt(vec_info*, _stmt_vec_info*, bool*, _slp_tree*, _slp_instance*, vec*) ../../trunk.year/gcc/tree-vect-stmts.cc:12789 The bug first seems to occur sometime between g:530babc2058be5f2 and g:78dd49f387c515a6=