From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 530B43857C66; Fri, 2 Feb 2024 03:22:57 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 530B43857C66 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1706844177; bh=6Cd+4m9xMtQ+6m6sfht0Koed4LkEn538snXuo7ukWQ4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=b3u3CZyDPoiz9yTEegfqhcIe4p2lJT1FwcOGYyKxyHuLVqhLom9uoCfTOHYV2mnhk Db7Bavg4GbkLSAJBQ2AapHGkudkyzzqpMF/3/0+Io9ZkmnzWDCFN+gJ8RS/EfWP3QK GBZLdMszBCYkmBtjOcNbYIu3bqLKEe1CmWCNSNaI= From: "lehua.ding at rivai dot ai" 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 03:22:56 +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: lehua.ding at rivai dot ai 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 #3 from Lehua Ding --- (In reply to Andrew Pinski from comment #2) > (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= =3Dc++03 > > -m64 -fprofile-generate -g -Ofast -march=3Dnative -flto -fo= penmp > > -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 >=20 > Objects is not the best thing here.=20 >=20 > Maybe you can reproduce it using the upstream sources of leela? > https://github.com/gcp/Leela Yes, the best way is to build the case SPEC CPU 2017 641.leela_s directly. Providing OBJECTS is another option to hopefully reproduce the problem more quickly!=