From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 605B23860C3A; Mon, 17 Aug 2020 16:58:24 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 605B23860C3A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1597683504; bh=RgMqmc8SJlnvyipr5IGv5a3NQF+Z3I1ROhot8UhHNfU=; h=From:To:Subject:Date:From; b=XCmno4Lz8J7Z7epyVG/jnn+uKBh+wpmexNGEaN91Wh7eM2FReALDwh8OjzwlbS6Lf yib2DCQZe0DxwtYy3vEqjxvqacHAsPitSmynfEjIRWpDcjbJLSafi2KcHklU3fnbEU ZKMSeXALVwG45suYZbV3SmIRKQrmGlfzGSOgZnro= From: "danglin at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libgomp/96661] New: configure:16984: error: unsupported system, cannot find Fortran int kind=16 Date: Mon, 17 Aug 2020 16:58:24 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new 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: danglin 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: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter cc target_milestone cf_gcchost cf_gcctarget cf_gccbuild Message-ID: 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 16:58:24 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D96661 Bug ID: 96661 Summary: configure:16984: error: unsupported system, cannot find Fortran int kind=3D16 Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libgomp Assignee: unassigned at gcc dot gnu.org Reporter: danglin at gcc dot gnu.org CC: burnus at gcc dot gnu.org, jakub at gcc dot gnu.org Target Milestone: --- Host: hppa64-hp-hpux11.11 Target: hppa64-hp-hpux11.11 Build: hppa64-hp-hpux11.11 Whiling configuring libgomp, the following error occurs: configure:16984: error: unsupported system, cannot find Fortran int kind=3D= 16, nee ded for omp_depend_kind ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=3Dhppa64-hp-hpux11.11 ac_cv_c_compiler_gnu=3Dyes Looks like this was introduced by: 2020-07-23 Tobias Burnus * configure.ac: Add OMP_DEPEND_KIND and OMP_INT128_SIZE. * libgomp_f.h.in (omp_check_defines): Check whether sizeof of determined Fortran kind and C typedef match. * omp_lib.f90.in: Add omp_depened_kind. * omp_lib.h.in: Likewise; fix omp_alloctrait_key_kind. * configure: Regenerate. * Makefile.in: Regenerate. * testsuite/Makefile.in: Regenerate. Guess this is because target doesn't support int128. For the most part, libgomp used to work on this target.=