From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 375D83858D33; Fri, 2 Feb 2024 02:32:58 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 375D83858D33 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1706841178; bh=jJvUeKLUEOwAl8uch2d5ayH44A/JwExywnjsoA3Mj+A=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Ro2FrCj0Tl6aUBppXpRnV+4t80yWuy6VleQkH2/yCL4lWV9SrX7HJmnGidlO0dx90 1xgmSj9YGmb6wMpCjBonidtQlbwyBYPfbiBoqnt4rSJRA71dSn1+U41MjaYt4yrWwj 1U9vCL3Com0gCCbaZMiNLnELvVHzfoL5yW9i9WC0= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug lto/113712] lto crash: when building 641.leela_s peek with Example-gcc-linux-x86.cfg (SPEC2017 1.1.9) Date: Fri, 02 Feb 2024 02:32:57 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: lto X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED 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=3D113712 --- Comment #2 from Andrew Pinski --- (In reply to Lehua Ding from comment #1) > Reproduce steps: > 1. download these object files(bugzilla has size limit): > https://github.com/lhtin/temp/raw/main/objects.zip > 2. cd the object files dir and run the command: /path/to/your/g++ -std=3D= c++03 > -m64 -fprofile-generate -g -Ofast -march=3Dnative -flto -fope= nmp > -DSPEC_OPENMP FullBoard.o KoState.o Playout.o TimeControl.o UCTSearch.o > GameState.o Leela.o SGFParser.o Timing.o Utils.o FastBoard.o Matcher.o > SGFTree.o TTable.o Zobrist.o FastState.o GTP.o MCOTable.o Random.o SMP.o > UCTNode.o -o leela_s Objects is not the best thing here.=20 Maybe you can reproduce it using the upstream sources of leela? https://github.com/gcp/Leela=