From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 428423858D35; Sat, 1 Apr 2023 19:50:30 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 428423858D35 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1680378630; bh=Hq2kjpfQF2jcePjl1pBaoDc8Ze/sVrjpPynMOWDNT0Q=; h=From:To:Subject:Date:In-Reply-To:References:From; b=KdHviSQMEMlIpNq1V3KoKL/QOp4R0mUBr0RBsri1Vls1V651mxQGzI6ZFrCN9cxko BZsNUBYt4/PuWWGSCOJd3XfCOMeRxFmtlvOpsrmaUESxn71mk6k/kSgIA4b09YTeZS AwhZq/at5G+EY1hB7FXnE0o3REETTk8N4BHtClt8= From: "aldot at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/103931] Type name "c_ptr" is ambiguous when iso_c_binding is imported both directly and indirectly Date: Sat, 01 Apr 2023 19:50:28 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: fortran X-Bugzilla-Version: 10.2.1 X-Bugzilla-Keywords: rejects-valid X-Bugzilla-Severity: normal X-Bugzilla-Who: aldot at gcc dot gnu.org 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: 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=3D103931 --- Comment #10 from Bernhard Reutner-Fischer --- (In reply to anlauf from comment #9) > The reduced testcase compiles for me with today's 13-trunk, but not > 12-branch. > However, the full original testcase fails with varying errors depending on > the > gfortran version. Does the full testcase compile on trunk, with d7caf313525a, i assume?=