From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 5CE2B3858C50; Fri, 2 Dec 2022 18:53:52 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5CE2B3858C50 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1670007232; bh=Tnk4J10rielx5VstF6KYylloT88LXbZcNBuvvRuU7fU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=kb9P1QkiVaZemx5E4LfYExNvUtNFbTw0Sa1qBROfdJS38gbsw0YoDIJ0Hol8Lpz6/ HpVXYePQ7PT4npb153G8IeecCtYAt9x5B7Fb6F5vzhTLGEdcS0KO9jpHdBzhyXhy/T tChD+AIB0N6S9ovJcLsBHwIqUU5Ot6qlaN9JBSKk= From: "kloczko.tomasz at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug lto/107078] LTO is causing that firebird build is core dumping Date: Fri, 02 Dec 2022 18:53:52 +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: 12.2.1 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: kloczko.tomasz at gmail dot com X-Bugzilla-Status: WAITING X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: marxin 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=3D107078 --- Comment #17 from Tomasz K=C5=82oczko = --- > /tmp/firebird-4.0.2/gen/Release/firebird/bin/isql -q -i > /tmp/firebird-4.0.2/src/dbs/metadata.sql > can't format message 17:0 -- message file /usr/local/firebird/firebird.msg > not found > Unable to complete network request to host "localhost". > -Failed to establish a connection. > can't format message 17:120 -- message file /usr/local/firebird/firebird.= msg > not found This issue has nothing to do with running firebird. This issue is about compiler issue on linking firebird binary linked with L= TO.=