From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 13BC3385DC1E; Wed, 15 Apr 2020 19:26:43 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 13BC3385DC1E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1586978803; bh=TRDjHZ+aqbL/lB2+qTJ/nki28Avy1ovzs63S5vBXyh0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=mMfLWX80gJT7DuZdtjJuVcyNr0DUU60K0qGPpmS6quprPQYXgCbWR/rCBhrvQ/LPq u3CNUmGMTnIbxr3w5DYUFY/w9uFjeZagX8gcXN5Bgm96FkJP0W0XyjP+H0U3053OMR SNRY5h387ZXS4QViSZvZCEiqMgrOeDbh7SBs0YKM= From: "dave.anglin at bell dot net" To: gcc-bugs@gcc.gnu.org Subject: [Bug libfortran/94586] trigd_lib.inc:84:28: error: implicit declaration of function 'fmaf' Date: Wed, 15 Apr 2020 19:26:42 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libfortran X-Bugzilla-Version: 10.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: dave.anglin at bell dot net 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: Wed, 15 Apr 2020 19:26:43 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D94586 --- Comment #17 from dave.anglin at bell dot net --- On 2020-04-15 2:32 p.m., sgk at troutmask dot apl.washington.edu wrote: > On Wed, Apr 15, 2020 at 06:04:08PM +0000, dave.anglin at bell dot net wro= te: >> /usr/lib/dld.sl: Unresolved symbol: strtoflt128 (data)=C2=A0 from > This should be in libquadmath. > > % nm /usr/home/kargl/work/lib/libquadmath.a | grep strtoflt > strtoflt128.o: > 00000880 T strtoflt128 > It is.=C2=A0 The problem is read.o is looking for a data symbol.=C2=A0 Need= to look at libgfortran(read.o): /usr/ccs/bin/ld: Unsatisfied symbols: =C2=A0=C2=A0 strtoflt128 (first referenced in /test/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/./libgfortran/.libs/libgfortran.= a(read.o)) (data) There's a missing declaration for strtoflt128.=