This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libfortran/22209] New: [4.1 regression] libgfortran unresolvable symbols on irix6.5
- From: "billingd at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 27 Jun 2005 23:33:18 -0000
- Subject: [Bug libfortran/22209] New: [4.1 regression] libgfortran unresolvable symbols on irix6.5
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
All gfortran execute tests fail on mips-sgi-irix6.5 on mainline since 2005-06-
23 18:55 UTC. The run time loader rld reports that libgfortran.so has
unresolvable symbols __udivti3 __divti3 __umodti3 and __multi3
The error is:
108352656:./PR19754_2.exe: rld: Error: unresolvable symbol
in /disk4/billingd/obj/gcc/mips-
sgi/irix6.5/./libgfortran/.libs/libgfortran.so.1: __udivti3
108352656:./PR19754_2.exe: rld: Error: unresolvable symbol
in /disk4/billingd/obj/gcc/mips-sgi-
irix6.5/./libgfortran/.libs/libgfortran.so.1: __divti3
108352656:./PR19754_2.exe: rld: Error: unresolvable symbol
in /disk4/billingd/obj/gcc/mips-sgi-
irix6.5/./libgfortran/.libs/libgfortran.so.1: __umodti3
108352656:./PR19754_2.exe: rld: Error: unresolvable symbol
in /disk4/billingd/obj/gcc/mips-sgi-
irix6.5/./libgfortran/.libs/libgfortran.so.1: __multi3
108352656:./PR19754_2.exe: rld: Fatal Error: this executable has unresolvable
symbols
The problem occurs after the patch
2005-06-23 Francois-Xavier Coudert <coudert@clipper.ens.fr>
* intrinsics/c99_functions.c (log10l): New log10l function for
systems where this is not available.
* c99_protos.h: Prototype for log10l function.
* libgfortran.h: Use generated kinds.h to define GFC_INTEGER_*,
GFC_UINTEGER_*, GFC_LOGICAL_*, GFC_REAL_*, GFC_COMPLEX_*. Update
prototypes for gfc_itoa and xtoa.
--
Summary: [4.1 regression] libgfortran unresolvable symbols on
irix6.5
Product: gcc
Version: 4.1.0
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: libfortran
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: billingd at gcc dot gnu dot org
CC: coudert at clipper dot ens dot fr,gcc-bugs at gcc dot
gnu dot org
GCC build triplet: mips-sgi-irix6.5
GCC host triplet: mips-sgi-irix6.5
GCC target triplet: mips-sgi-irix6.5
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22209