From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 397AE3857808; Sat, 10 Apr 2021 00:29:49 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 397AE3857808 From: "chrisonian at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/63797] Bogus ambiguous reference to 'sqrt' Date: Sat, 10 Apr 2021 00:29:48 +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: 5.0 X-Bugzilla-Keywords: rejects-valid X-Bugzilla-Severity: normal X-Bugzilla-Who: chrisonian at gmail dot com 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 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: Sat, 10 Apr 2021 00:29:49 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D63797 chrisonian at gmail dot com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chrisonian at gmail dot com --- Comment #1 from chrisonian at gmail dot com --- This bug is still present in versions 8.3.0, 9.3.0, 10.1.0=20 Testing on Cori (NERSC): module load gcc/8.3.0 or module load gcc/9.3.0 or module load gcc/10.1.0 The result is the same: gfortran test.f90=20 test.f90:30:8: y =3D sqrt(x) 1 Error: Name 'sqrt' at (1) is an ambiguous reference to 'sqrt' from module '(intrinsic)'=