From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 0069D3858D28; Mon, 19 Sep 2022 14:12:31 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0069D3858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1663596752; bh=b2c/mfkxgVFAT6Pn9vq9efh7lcQcwRAERKGROEDHhLA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=csYPuPYi9OAWeD19CFR4vKQeGLipe6SUnJldAdBzObt7z3plHJz3bzcmoQMxmYhAr aydV5NlcRGDMIEp7D9E/ITkSv9UhbcJqQFFSlOalakxhnkEHeSNNxx7xJ2H7DOzS1H 4W2vShH94bg+2g4hJN2sHmpUNZDZs6EE9fVaMbJA= From: "immoloism at googlemail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/106943] GCC building clang/llvm with LTO flags causes ICE in clang Date: Mon, 19 Sep 2022 14:12:31 +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: 12.2.0 X-Bugzilla-Keywords: needs-reduction, wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: immoloism at googlemail dot com X-Bugzilla-Status: WAITING 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: 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=3D106943 --- Comment #5 from Immolo --- How would I go about creating a reduce for this as I'd assume it's to with running something llvm-reduce with `/var/tmp/portage/sys-libs/compiler-rt-sanitizers-15.0.0/work/compiler-rt/l= ib/sanitizer_common/.. -DNDEBUG -march=3Dnative -O2 -pipe -falign-functions=3D32 -m32 -Wthread-sa= fety -Wthread-safety-reference -Wthread-safety-beta -O3 -MD -MT lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_deadlo= ck_detector2.cpp.o -MF lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_deadlo= ck_detector2.cpp.o.d -o lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_deadlo= ck_detector2.cpp.o -c /var/tmp/portage/sys-libs/compiler-rt-sanitizers-15.0.0/work/compiler-rt/li= b/sanitizer_common/sanitizer_deadlock_detector2.cpp` however I can't seem to find a guide to make this understandable.=