From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 693153938C01; Fri, 24 Jul 2020 13:15:57 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 693153938C01 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1595596557; bh=p+tGfw9Ie6xyo4PPeqHLyKb+EjkR85Jzb6wOT8UsjR4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=AWYCSYvglk9mPPPJQVRmLf2ZrNjOejdzHwgDDvYxQvxgtc9d9i+dsXngp9051b7tP t+MbAN/DgMdWGByqFofKjTbrfHlC5jzIA4mia9Gzw3CbpPr0O5UnsoIPK3/PD02SC9 lqSTcwH04/fnmi7lwoRPfXUzHGHcfOzY9NiF3Q24= From: "burnus at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/96306] gcn libgomp build broken after "libomp: Add omp_depend_kind to omp_lib.{f90,h}" Date: Fri, 24 Jul 2020 13:15:57 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed 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: burnus 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: 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: Fri, 24 Jul 2020 13:15:57 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D96306 --- Comment #7 from Tobias Burnus --- At least as in-between solution, one could change libgfortran to disable HAVE_GFC_INTEGER_16 for gcn. =E2=80=94 libgfortran exercises a lot of the i= nteger arithmetics, which we do not need here. One just needs to ensure that mk-kinds-h.sh (and possibly mk-sik-inc.sh and mk-srk-inc.sh) does not check for "16" (in possible_integer_kinds). That could be done in a similar way as done for LIBGFOR_MINIMAL in configur= e.ac and passing an argument to the script in Makefile*.=