This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/35554] New: [4.4 regression] Unconditional use of expl() and truncl() in libgfortran
- From: "michael dot a dot richmond at nasa dot gov" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 12 Mar 2008 15:18:45 -0000
- Subject: [Bug fortran/35554] New: [4.4 regression] Unconditional use of expl() and truncl() in libgfortran
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
The following applies to the March 7 snapshot under NetBSD. When I compile and
link the following program:
PROGRAM test
END PROGRAM test
I get the following messages:
/home/mrichmon/irun/lib/gcc/i386-unknown-netbsdelf4.0/4.4.0/../../../libgfortran.so:
undefined reference to `truncl'
/home/mrichmon/irun/lib/gcc/i386-unknown-netbsdelf4.0/4.4.0/../../../libgfortran.so:
undefined reference to `expl'
collect2: ld returned 1 exit status
It is presumably related to Bug 35524
--
Summary: [4.4 regression] Unconditional use of expl() and
truncl() in libgfortran
Product: gcc
Version: 4.4.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: fortran
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: michael dot a dot richmond at nasa dot gov
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35554