[Bug target/22209] [4.1 regression] libgfortran unresolvable symbols on irix6.5
roger at eyesopen dot com
gcc-bugzilla@gcc.gnu.org
Thu Feb 9 14:41:00 GMT 2006
------- Comment #10 from roger at eyesopen dot com 2006-02-09 14:41 -------
Hi David, nm $objdir/gcc/libgcc.a contains both __ctzdi2 and __ctzti2 for me.
grasp% nm libgcc.a | grep ctz
_ctzsi2.o:
00000000 T __ctzdi2
_ctzdi2.o:
00000000 T __ctzti2
The post-commit bootstrap and regression test on IRIX 6.5.19m just completed
fine for me, with the following gfortran test results.
gfortran
# of expected passes 11485
# of unexpected failures 20
# of expected failures 12
# of unsupported tests 26
Could you investigate this failure a bit further? I've no idea why you should
be seeing these problems. If it makes any difference I configure with:
${SRCDIR}/configure --with-gnu-as --with-as=/usr/local/bin/as \
--with-gnu-ld --with-ld=/usr/local/bin/ld
Where the above as and ld are both binutils 2.16. I've had trouble with
binutils 2.16.1's ld on IRIX built both with MIPSPro cc and gcc 3.4.3 so we
currently stick with 2.16, but I'll investigate if that makes a difference.
--
roger at eyesopen dot com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |roger at eyesopen dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22209
More information about the Gcc-bugs
mailing list