From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 6AD123858D28; Mon, 19 Dec 2022 17:02:53 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6AD123858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1671469373; bh=S6C6vWDsJ+/VbgB52UmIhJK27vWwayBCGr98bq3/vws=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ol81EZF5jXpuKgWfVqBLWArCsZ8leMWfm9GquHp4r9U8acBG7j6DobRyIqcDjRFa9 8BMIeYPhOrnM0ugnzT4EXCGAnifz2OLLsiB2YOntlvy3Qbn5UGH7Q7495FSYKfuNKn TaMUQkgmkR9TZ7NY3SXByN2OHMxt6MiAPl+sQv84= From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug modula2/108153] Profiled lto bootstrap failure with modula2 Date: Mon, 19 Dec 2022 17:02:53 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: modula2 X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: jakub at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: gaius 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=3D108153 --- Comment #4 from Jakub Jelinek --- I've tried to reproduce it on gcc112.fsffrance.org with ../configure --enable-languages=3Dc,c++,lto,m2 --with-build-config=3Dbootst= rap-lto --enable-link-serialization=3D1 --disable-libsanitizer make -j160 profiledbootstrap but it works there.=