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

--- Comment #13 from dave.anglin at bell dot net ---
On 2020-04-15 11:28 a.m., John David Anglin wrote:
> I tried the above approach yesterday but it led to a couple of undefined 
> symbols in libgfortran that
> caused a new test fail.
The following symbols are missing:

/usr/lib/dld.sl: Unresolved symbol: strtoflt128 (data)  from
/test/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/./libgfortran/.libs/libgfortran.sl.5
/usr/lib/dld.sl: Unresolved module for symbol: _gfortrani_si_max (code)  from
/test/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/./libgfortran/.libs/libgfortran.sl.5

This causes abort in PR19872.exe and other tests:
13            read(1,*)i
(gdb)
warning: Unable to find symbol for 0x2ec0
warning: Unable to find symbol for 0x2ec0
warning: Unable to find symbol for 0x2ec0
warning: Unable to find symbol for 0x2ec0
warning: Unable to find symbol for 0x2ed8
warning: Unable to find symbol for 0x2ed8
warning: Unable to find symbol for 0x2ed8
warning: Unable to find symbol for 0x2ed8
warning: Unable to find symbol for 0x2ef0
warning: Unable to find symbol for 0x2ef0
warning: Unable to find symbol for 0x2ef0
warning: Unable to find symbol for 0x2ef0
/usr/lib/dld.sl: Unresolved symbol: strtoflt128 (data)  from
/test/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/./libgfortran/.libs/libgfortran.sl.5
/usr/lib/dld.sl: Unresolved module for symbol: _gfortrani_si_max (code)  from
/test/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/./libgfortran/.libs/libgfortran.sl.5

Program received signal SIGABRT, Aborted.
0xc00423b0 in kill () from /usr/lib/dld.sl

Reply via email to