From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 1B1C33858037; Tue, 18 Jan 2022 19:06:06 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1B1C33858037 From: "glaubitz at physik dot fu-berlin.de" To: gcc-bugs@gcc.gnu.org Subject: [Bug lto/98504] [11/12 Regression] bootstrap broken in libgo on ia64-linux-gnu Date: Tue, 18 Jan 2022 19:06:06 +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.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: glaubitz at physik dot fu-berlin.de 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: 11.3 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: Tue, 18 Jan 2022 19:06:07 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D98504 --- Comment #11 from John Paul Adrian Glaubitz --- (In reply to John Paul Adrian Glaubitz from comment #10) > (In reply to Richard Biener from comment #9) > > Any update on the status on current trunk? >=20 > I can give it a try later this week. We have a new shiny ia64 porterbox in > Debian now :-). So, I just did a bootstrap build with $ ../configure --prefix=3D$HOME/gcc-install --enable-multilib --enable-languages=3Dc,c++,go --with-system-libunwind and it built fine without any issues. Trying to build a simple Go program failed however due to an unrelated erro= r: (sid_ia64-dchroot)glaubitz@yttrium:~/gcc-install/bin$ ./gccgo ~/hello.go=20 /home/glaubitz/hello.go:5:11: error: import file 'fmt' not found 5 | import "fmt" | ^ /home/glaubitz/hello.go:10:5: error: reference to undefined name 'fmt' 10 | fmt.Println("hello world") | ^ (sid_ia64-dchroot)glaubitz@yttrium:~/gcc-install/bin$ I'm not a GO expert, so no idea how to tell the Go compiler where the libra= ries are located.=