From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 40C073858000; Wed, 22 Feb 2023 15:51:45 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 40C073858000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1677081105; bh=fCx2Yn6hWLLZ7x448WQ79mlpVu4Wo5EShW9t8UbYSx8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=lE7SycY4eLj8am9JiOQ0ROBZFb4IMkxABOJYYOSDYgXBCW3UOB0iVsvXavQ/C+f9/ XyFEGcOhkEVF3O8VcEkAkIbub7aR4DAgu1Cl/00cgvPTQ+/T2unQJf6jtHgqGaZoCB L7Z/NOeDr1Lexci22H9uaBMsPdoutlkJW13rKU6g= From: "mpolacek at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/108880] [11/12/13 Regression] slow compilation with "-fsanitize=undefined" Date: Wed, 22 Feb 2023 15:51:45 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: compile-time-hog X-Bugzilla-Severity: normal X-Bugzilla-Who: mpolacek at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.4 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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=3D108880 --- Comment #6 from Marek Polacek --- FWIW, -fsanitize=3Dsigned-integer-overflow,shift seems to be enough to trig= ger the runaway compilation.=