From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id F0D423858D20; Sun, 15 Oct 2023 02:09:50 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org F0D423858D20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1697335790; bh=B+01m9Af3rjDBQqkKfVHtE6xwoCtyVxzmHOmBmljOOE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=fOglOXcSrO4anqjPl9LXXlMlzkgMGKnEdP1MwtSsOTB3RpZmPGCqNiTb4Vwi32/gd SXrLrC0RG2065i6zl/45SK59le43fH81YGpcCfvR6ntIB6wSQEB6r3fpoTCL9/uXSf yBBlRslUWyf5p6Iup2QGIWL7KxBtG67I0dSDRkJM= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/111820] [13/14 Regression] Compiler time hog in the vectorizer with `-O3 -fno-tree-vrp` Date: Sun, 15 Oct 2023 02:09:49 +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: 14.0 X-Bugzilla-Keywords: compile-time-hog, needs-bisection 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: 13.3 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: keywords cf_known_to_work bug_status target_milestone cf_reconfirmed_on cf_known_to_fail short_desc everconfirmed 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=3D111820 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |needs-bisection Known to work| |11.1.0, 12.1.0, 12.3.0, | |9.1.0 Status|UNCONFIRMED |NEW Target Milestone|--- |13.3 Last reconfirmed| |2023-10-15 Known to fail| |13.1.0, 14.0 Summary|GCC: 14: hangs with a |[13/14 Regression] Compiler |simple while loop |time hog in the vectorizer | |with `-O3 -fno-tree-vrp` Ever confirmed|0 |1 --- Comment #2 from Andrew Pinski --- Confirmed.=