From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 41C5E3858C66; Tue, 17 Oct 2023 02:11:38 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 41C5E3858C66 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1697508698; bh=31ZFhpdUErY2BLsnBKmHXQKoeJMEo/HNjMIAde3pOzI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=RBMj+OvUWMq/k+105RS2ScerVyU4KugTjh7881Jax4USYicNLg2QQrCnGl+8WLI7T NZe4GufQh5of3J/vcfllbFx4z2EfIXqbHAkFl+Q00dSpluU3OcrHyD1Os3cFPyGlMK 7O9R8AcizXbwpKWfyKDQBNgf1KUNyKbDuAmlpSUY= From: "bergner at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug bootstrap/111601] [14 Regression] bootstrap fails in stagestrain in libcody on x86_64-linux-gnu and powerpc64le-linux-gnu Date: Tue, 17 Oct 2023 02:11:36 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: bootstrap X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: build, ice-on-valid-code, needs-bisection X-Bugzilla-Severity: normal X-Bugzilla-Who: bergner at gcc dot gnu.org 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: 14.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc 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=3D111601 Peter Bergner changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bergner at gcc dot gnu.org --- Comment #1 from Peter Bergner --- Did you see the same error on both x86_64 and powerpc64le? ...and what configure options did you use on powerpc64le-linux? When I do a normal configure and make profiledbootstrap-lean on powerpc64le-linux, I see instead: In file included from /home/bergner/gcc/gcc-fsf-mainline-pr111601/libstdc++-v3/include/precompile= d/stdc++.h:42: /home/bergner/gcc/build/gcc-fsf-mainline-pr111601-regtest-2/powerpc64le-lin= ux/libstdc++-v3/include/cstdlib: In function =E2=80=98ldiv_t std::div(long int, long int)=E2=80=99: /home/bergner/gcc/build/gcc-fsf-mainline-pr111601-regtest-2/powerpc64le-lin= ux/libstdc++-v3/include/cstdlib:181:57: internal compiler error: tree check: expected tree that contains =E2=80=98d= ecl common=E2=80=99 structure, have =E2=80=98=E2=80=99 in build_new_method_c= all, at cp/call.cc:11630 181 | div(long __i, long __j) _GLIBCXX_NOTHROW { return ldiv(__i, __j);= } | ~~~~^~~~~~~~~~ Please submit a full bug report, with preprocessed source (by using -freport-bug). See for instructions. make[5]: *** [Makefile:1925: powerpc64le-linux/bits/stdc++.h.gch/O2ggnu++0x.gch] Error 1 make[5]: Leaving directory '/home/bergner/gcc/build/gcc-fsf-mainline-pr111601-regtest-2/powerpc64le-li= nux/libstdc++-v3/include' make[4]: *** [Makefile:576: all-recursive] Error 1=