From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 60056384B11C; Wed, 24 Apr 2024 03:23:29 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 60056384B11C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1713929009; bh=3hD8uGtHgia+Zm+k4ZgGPIkoZbi2h0vq8z44AA1jKiw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=GJRZdjNCQcgBiFbLggUW3fvrcfysf7FwIO/6cJNIr/LM6VrOC20GIXQq9bVmp/uft DWWd/O3i6eX9dIO81llwKlBuCRLpfXmy9QhJydfiJBaH99jS06PqQRsO9pgri22wet ZvvkwMg/v+YPKvF0XG1juK7cYuZQMzTWP+2FCf9s= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/114832] [14 Regression] ICE at -O{2,3} with "-fno-tree-loop-if-convert -fno-tree-loop-distribute-patterns -ftree-vectorize" on x86_64-linux-gnu: in verify_dominators, at dominance.cc:1194 Date: Wed, 24 Apr 2024 03:23:29 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Version: unknown X-Bugzilla-Keywords: ice-checking, ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: short_desc target_milestone cf_known_to_fail everconfirmed bug_status cf_reconfirmed_on cf_known_to_work keywords Message-ID: In-Reply-To: References: 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=3D114832 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|ICE at -O{2,3} with |[14 Regression] ICE at |"-fno-tree-loop-if-convert |-O{2,3} with |-fno-tree-loop-distribute-p |"-fno-tree-loop-if-convert |atterns -ftree-vectorize" |-fno-tree-loop-distribute-p |on x86_64-linux-gnu: in |atterns -ftree-vectorize" |verify_dominators, at |on x86_64-linux-gnu: in |dominance.cc:1194 |verify_dominators, at | |dominance.cc:1194 Target Milestone|--- |14.0 Known to fail| |14.0 Ever confirmed|0 |1 Status|UNCONFIRMED |NEW Last reconfirmed| |2024-04-24 Known to work| |13.2.0 Keywords| |ice-checking --- Comment #1 from Andrew Pinski --- Confirmed. ICE does not happen with -fno-checking so adding ice-checking.=