From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 3D8AA3858412; Tue, 7 Mar 2023 17:45:07 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3D8AA3858412 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1678211107; bh=NO3FN2/WaaqlCWbkgCBTyJyYJdaw36CP7EMtYtI6CVI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=IieB9x1W567pk5VEKjkGVE0qJiRYkTzGWDE4lxmiXtOAN71w3kCKbkin7OzRrST3Y cOEC1yZ4ks2UtjOa6l7j28G80Y6KlQCPUNwFfNUSMwSaYyX2kv/IcF4/9nfwk2fW/n w5UGnBDjKK+Owu16W+9YUbYMr7k7Z68lqAN4GcjY= From: "mpolacek at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/108880] [11 Regression] slow compilation with "-fsanitize=undefined" Date: Tue, 07 Mar 2023 17:45:06 +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: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: mpolacek at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.4 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution bug_status short_desc 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 Marek Polacek changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|ASSIGNED |RESOLVED Summary|[11/12 Regression] slow |[11 Regression] slow |compilation with |compilation with |"-fsanitize=3Dundefined" |"-fsanitize=3Dundefined" --- Comment #18 from Marek Polacek --- Fixed.=