From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 9D9CE3860C3A; Mon, 17 Aug 2020 18:28:56 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9D9CE3860C3A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1597688936; bh=yuBt74nb/sCzeHhbgpPfBPPICWAsjRXt3IP58PyH5pU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=oUaR/DleiJA1yk298JF1rBIpJ6ahZMJ9dhA/FLVRze9gakBnSE1c2sfv9X1diJXVT ZArb1HopjQ7sgqhPVMp7Nmf0p2RuUQslMGWffL9yEmghFN7hfpyPtwjthz7/g5VaZz rB5ZXKfFGxrf6RoxvgDI6n8NHT5IThesqRh6FsWY= From: "dave.anglin at bell dot net" To: gcc-bugs@gcc.gnu.org Subject: [Bug libgomp/96661] configure:16984: error: unsupported system, cannot find Fortran int kind=16 Date: Mon, 17 Aug 2020 18:28:56 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libgomp X-Bugzilla-Version: 11.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: dave.anglin at bell dot net 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: --- 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: Mon, 17 Aug 2020 18:28:56 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D96661 --- Comment #2 from dave.anglin at bell dot net --- On 2020-08-17 2:10 p.m., burnus at gcc dot gnu.org wrote: > I do not see an easy way out; we had the same issue before with GCN and t= here > the solution was to add support for int128, cf. PR 96306. While this probably is possible, there is no library support for __int128.= =C2=A0 I guess as long as the "long long" type still maps to a 64-bit int this might be okay.=