From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C5451385E00A; Fri, 7 Jul 2023 15:41:13 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C5451385E00A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1688744473; bh=7EoacR4x9OGt+ot6f18Z4ql9g19/y1hXoXaQ5SoOfgI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=hdDx1/rjYQz8SRJ7OiyRNcI4N541S+lYguFyUW/uzwbtuUnQhsBD8Y1z4tJo/xaUk TfrnaQvlpHe4dWDpzIQRbIdjMqgcVA9kPJew5u0LOK0rPKX0md90ELM9Dx9sVFcAVA IXWzpShGsgI6mtBBoXdc61ipknvk/7PB1Mruw5QQ= From: "fernando.hueso at uv dot es" To: glibc-bugs@sourceware.org Subject: =?UTF-8?B?W0J1ZyBzdHJpbmcvMjk0NTJdIC9ob21lL2RhdmUvZ251L2dsaWJj?= =?UTF-8?B?L2dsaWJjL2RlYnVnLy4uL3N0cmluZy9iaXRzL3N0cmluZ19mb3J0aWZpZWQu?= =?UTF-8?B?aDozMDogdW5kZWZpbmVkICByZWZlcmVuY2UgdG8gYF9fYnVpbHRpbl9keW5h?= =?UTF-8?B?bWljX29iamVjdF9zaXplJw==?= Date: Fri, 07 Jul 2023 15:41:13 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: string X-Bugzilla-Version: 2.38 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: fernando.hueso at uv dot es X-Bugzilla-Status: WAITING X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: security- 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://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D29452 --- Comment #7 from ferdymercury --- Thanks so much for the swift reply. I cherry picked this commit locally, bu= t it was not enough, I also had to add the following to the ifdef, so that it entered into the "else", because I am using nvcc-8 compiler together with g= cc (Ubuntu 5.3.1-14ubuntu2): # if (__GNUC_PREREQ (4, 7) && (!defined(CUDART_VERSION) || CUDART_VERSION>8000)) || __glibc_clang_prereq (2, 6) Now it's working, thanks so much for the hint! --=20 You are receiving this mail because: You are on the CC list for the bug.=