From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id F33633858C2F; Wed, 26 Jul 2023 22:30:48 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org F33633858C2F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1690410648; bh=CAVd0q7+dLKZVQow1Kns6knwEEGF0xsxCPq8VCAfFMw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=kaYG3KIcllONh4cE2zhGqLlpbyL8GP5E4bSjzns1Dqtr50bzGBM7HU62DsWUegh4j h3HTuMNZjcF9+tU57/ip2OkBb8NOM9DOAck/rlTJXMp3OC01561wJzHlOllkAF57IU oOQmV/mGAI7ijerzk6f6c69azAgAgt7w2j7yyaXI= From: "burnus@net-b.de" To: gcc-bugs@gcc.gnu.org Subject: [Bug other/95316] Offload compilation fails when not all offload compilers are installed that were configured Date: Wed, 26 Jul 2023 22:30:40 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: other X-Bugzilla-Version: 10.0 X-Bugzilla-Keywords: openacc, openmp X-Bugzilla-Severity: normal X-Bugzilla-Who: burnus@net-b.de X-Bugzilla-Status: NEW 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: cc 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 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D95316 burnus@net-b.de changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |burnus@net-b.de --- Comment #6 from burnus@net-b.de --- Matthias, isn't the issue just that for some reason the local patch, matchi= ng what's nowadays --enable-offload-defaulted, wasn't working properly? Cf. https://gcc.gnu.org/install/configure.html and https://inbox.sourceware.org/gcc-patches/251870a9-85e8-b69b-2f94-841f7548c3= ba@ubuntu.com/t/ which also refers to lp #1878760=20 At least with --enable-offload-defaulted both at compile time and at libgomp runtime, no error should be shown if not install. Can this now be closed as fixed? (I think since GCC 12.)=