From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id EE593385841D; Wed, 1 Sep 2021 09:38:14 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org EE593385841D From: "marxin at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug lto/102159] lto1: internal compiler error: Segmentation fault Date: Wed, 01 Sep 2021 09:38:14 +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: 11.2.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: marxin at gcc dot gnu.org 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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Sep 2021 09:38:15 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D102159 --- Comment #3 from Martin Li=C5=A1ka --- (In reply to Anton Kochkov from comment #2) > (In reply to Martin Li=C5=A1ka from comment #1) > > Can you please provide exact steps on how to reproduce the issue on a > > vanilla system? >=20 > 1. dnf install ocaml opam > 2. opam init (Y/Y) > 2a eval $(opam env) > 3. opam update > 3a ocamlfind remove num; ocamlfind remove num-top > 4. CHECK_IF_PREINSTALLED=3Dfalse opam install opam-publish >=20 > Or "opam install cohttp-lwt" Good, one more question, I use openSUSE, not Fedora. How do I inject the -f= lto flag to the {C,CXX}FLAGS?=