From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 79A6D3858C5F; Fri, 2 Feb 2024 02:18:48 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 79A6D3858C5F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1706840328; bh=dy/vviEb5rxggLhR4uksb35qnqHZi4fbu6uQqR2Ijjw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Xy+SRctoqVCKe6DfLaR7u3N44ubmChpppd0+udjWGrwOhz6TOE9I6JheS2RRGycaY RS/QRR9QsITKysiBQvl5J5WmttlLUEYqEl9u3OCH53uVeCY5Uxyj6W8F519kcE4WfN +aOPH9rlLGc8EMc21x5xD3Y/NjaIr/cstNTN3PRI= 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 02:18:47 +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 #1 from Lehua Ding --- 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 -fopenmp -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=