From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id BC5203857C4F; Thu, 13 Jan 2022 16:39:59 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BC5203857C4F From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libfortran/104006] [12 regression] power-ieee128 merge breaks Solaris build Date: Thu, 13 Jan 2022 16:39:59 +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: jakub at gcc dot gnu.org 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: attachments.isobsolete attachments.created 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 16:39:59 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D104006 Jakub Jelinek changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #52180|0 |1 is obsolete| | --- Comment #13 from Jakub Jelinek --- Created attachment 52181 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D52181&action=3Dedit gcc12-pr104006.patch Updated patch that should cure it. But reading the automake manual and the generated Makefile, I actually don't understand why you are getting any problems (except the gfortran.ver-sun). All these generated *.inc and *.h files are mentioned in BUILT_SOURCES, and e.g. the all: rule looks like: all: $(BUILT_SOURCES) config.h $(MAKE) $(AM_MAKEFLAGS) all-am so make all (and other goes like make check) should make sure all these *.i= nc and *.h generated files appear before running recursive make to build everything.=