[Bug libfortran/94586] trigd_lib.inc:84:28: error: implicit declaration of function 'fmaf'

dave.anglin at bell dot net gcc-bugzilla@gcc.gnu.org
Wed Apr 15 19:26:42 GMT 2020


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94586

--- 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 wrote:
>> /usr/lib/dld.sl: Unresolved symbol: strtoflt128 (data)  from
> This should be in libquadmath.
>
> % nm /usr/home/kargl/work/lib/libquadmath.a | grep strtoflt
> strtoflt128.o:
> 00000880 T strtoflt128
>
It is.  The problem is read.o is looking for a data symbol.  Need to look at
libgfortran(read.o):

/usr/ccs/bin/ld: Unsatisfied symbols:
   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.


More information about the Gcc-bugs mailing list