From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 1AB173951C0C; Thu, 13 Jan 2022 13:43:46 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1AB173951C0C From: "ro at CeBiTec dot Uni-Bielefeld.DE" To: gcc-bugs@gcc.gnu.org Subject: [Bug libfortran/104006] [12 regression] power-ieee128 merge breaks Solaris build Date: Thu, 13 Jan 2022 13:43:45 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libfortran X-Bugzilla-Version: 12.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: ro at CeBiTec dot Uni-Bielefeld.DE X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: jakub at gcc dot gnu.org X-Bugzilla-Target-Milestone: 12.0 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: Thu, 13 Jan 2022 13:43:46 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D104006 --- Comment #3 from ro at CeBiTec dot Uni-Bielefeld.DE --- > --- Comment #1 from Jakub Jelinek --- > Created attachment 52176 > --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D52176&action=3Dedit > gcc12-pr104006.patch The patch lists gcc as toplevel dir instead of libgfortran... > Sorry for the gfortran.map-sun left-over. The kinds.inc missing dependen= cy No worries, that was easily fixed. > seems to be there since forever, wonder what changed. > Anyway, this patch ought to fix both. I've moved the previous libgfortran dirs (32 and 64-bit) aside on both sparc and x86, the ran make -jN configure-target-libgfortran all-target-libgfortran. On x86 (-j48), the build worked just fine, on sparc (-j64) I now get the same error I had on x86 before (while compiling runtime/bounds.c, libgfortran.h doesn't find GFC_(REAL|COMPLEX)_[48] definitions), apparently only in the sparcv9 multilib. Rerunning the make all-target-libgfortran succeeds, though. Really strange. If kinds.h were missing completely at that point, I'd expect gcc message to that effect, that's why I suspected the header being incomplete instead.=