From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E16EB3857C7C; Fri, 24 Jul 2020 07:13:43 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E16EB3857C7C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1595574823; bh=QS6AtZjGSXM0kYvoU/aEfKpNhiuCvwYo8byyfVulRzo=; h=From:To:Subject:Date:From; b=R9RWjCTTgyzw412QViCPeCmDfXIFWPeIZzhAcOloJ+ovIYJOqwWtjbz4SfVJ39Yea 9kKUYTsWX66c3WlgcP3olM5pQXJMnHiZtSXLmJ9Cq50yXKUtFhATqqoVfP+m7xsvqB aLvqnkDCIA3Wxl/3/wLocchVJnv24i+WUMgz/V1Q= From: "tschwinge at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/96306] New: gcn libgomp build broken after "libomp: Add omp_depend_kind to omp_lib.{f90,h}" Date: Fri, 24 Jul 2020 07:13:43 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 11.0 X-Bugzilla-Keywords: openacc, openmp X-Bugzilla-Severity: normal X-Bugzilla-Who: tschwinge 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 keywords bug_severity priority component assigned_to reporter cc target_milestone cf_gcctarget 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: Fri, 24 Jul 2020 07:13:44 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D96306 Bug ID: 96306 Summary: gcn libgomp build broken after "libomp: Add omp_depend_kind to omp_lib.{f90,h}" Product: gcc Version: 11.0 Status: UNCONFIRMED Keywords: openacc, openmp Severity: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: tschwinge at gcc dot gnu.org CC: ams at gcc dot gnu.org, burnus at gcc dot gnu.org, jakub at gcc dot gnu.org, jules at gcc dot gnu.org Target Milestone: --- Target: gcn After commit 2631d95ae29dc6a0f5bda4af1f6595a17b1efbfd "libomp: Add omp_depend_kind to omp_lib.{f90,h}": configure: error: unsupported system, cannot find Fortran int kind=3D16, needed for omp_depend_kind Makefile:15426: recipe for target 'configure-target-libgomp' failed make[1]: *** [configure-target-libgomp] Error 1 Is this another instance of the "'TImode' problem" indicated in PR95730 'GCN offloading ICEs after commit fe7ebef7fe4f9acb79658ed9db0749b07efc3105 "Add support for __builtin_bswap128"', or is it something else?=