From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id EC049383F843; Mon, 8 Jun 2020 21:25:33 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org EC049383F843 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1591651533; bh=cM2mxpib4Fuq6Ye1KAfcTsJ13BGc3zGMuKWWOukFfm0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=isx2NZXDU6Uo77NV0khS0I+h+ZmHGrFOEfk1vWoQf7Xn3h3Go41PN4yJuIYgay867 zQMWdfOEcdc1P4YpVRMny9+Ae6XgY4CAWwvFjGwfSh1Pg5T0CDLgow6f2BxWP3+HBC +ZCLwMqf9m5dP1CftgiqZpZfZc+DmmMtastCDYkw= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/95551] [OpenMP, OpenACC] -fopenmp/-fopenacc also with -foffload=disable fails with: (.gnu.offload_vars+0x0): undefined reference to `A.10.2' Date: Mon, 08 Jun 2020 21:25:33 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Version: 10.0 X-Bugzilla-Keywords: openacc, openmp, wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit 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: Mon, 08 Jun 2020 21:25:34 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D95551 --- Comment #5 from CVS Commits --- The master branch has been updated by Tobias Burnus : https://gcc.gnu.org/g:1c0fdaf79e3618fd7512608a2e5c62b6b306e9e8 commit r11-1075-g1c0fdaf79e3618fd7512608a2e5c62b6b306e9e8 Author: Tobias Burnus Date: Mon Jun 8 23:24:57 2020 +0200 openmp: ensure variables in offload table are streamed out (PRs 94848 + 95551) gcc/ChangeLog: PR lto/94848 PR middle-end/95551 * omp-offload.c (add_decls_addresses_to_decl_constructor, omp_finish_file): Skip removed items. * lto-cgraph.c (output_offload_tables): Likewise; set force_out= put to this node for variables and functions. libgomp/ChangeLog: PR lto/94848 PR middle-end/95551 * testsuite/libgomp.fortran/target-var.f90: New test.=