From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24016 invoked by alias); 9 Feb 2006 14:41:34 -0000 Received: (qmail 23982 invoked by uid 48); 9 Feb 2006 14:41:31 -0000 Date: Thu, 09 Feb 2006 14:41:00 -0000 Message-ID: <20060209144131.23981.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug target/22209] [4.1 regression] libgfortran unresolvable symbols on irix6.5 In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "roger at eyesopen dot com" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2006-02/txt/msg00923.txt.bz2 List-Id: ------- 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