From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12066 invoked by alias); 2 Oct 2002 14:22:50 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 12045 invoked from network); 2 Oct 2002 14:22:46 -0000 Received: from unknown (HELO caip.rutgers.edu) (128.6.236.10) by sources.redhat.com with SMTP; 2 Oct 2002 14:22:46 -0000 Received: (from ghazi@localhost) by caip.rutgers.edu (8.9.3/8.9.3) id KAA10736; Wed, 2 Oct 2002 10:22:27 -0400 (EDT) Date: Wed, 02 Oct 2002 08:05:00 -0000 From: "Kaveh R. Ghazi" Message-Id: <200210021422.KAA10736@caip.rutgers.edu> To: gcc-bugs@gcc.gnu.org, gcc@gcc.gnu.org Subject: Profiling on mips-irix6? (Testcase gcc.dg/nest.c failure) Cc: David.Billinghurst@riotinto.com, echristo@redhat.com X-SW-Source: 2002-10/txt/msg00088.txt.bz2 When running the testsuite on mips-sgi-irix6.5, I get a failure in gcc.dg/nest.c: http://gcc.gnu.org/ml/gcc-testresults/2002-09/msg01040.html > FAIL: gcc.dg/nest.c (test for excess errors) > WARNING: gcc.dg/nest.c compilation failed to produce executable Its not just me: http://gcc.gnu.org/ml/gcc-testresults/2002-09/msg01050.html This test passes in the -pg flag. Looking at gcc.log, I see: > ld32: FATAL 9 : I/O error (/usr/lib32/mips3/gcrt1.o): No such file or directory > collect2: ld returned 32 exit status I can't find gcrt1.o anywhere. Its not already installed on my system nor is it provided by and built by gcc itself. (Note, -p doesn't work either, it looks for a non-existant libprof1.a when I try that flag.) So before I proceed I was wondering whether there is some place to get a gcrt1.o and/or libprof1.a for irix6. E.g. is there some optional irix6 package that my sysadmin didn't install? Is there a public version on the net somewhere? If not, I can open a PR/change-request for someone to provide one, and mark the testcase to only assemble on irix, not compile & run. Thanks, --Kaveh -- Kaveh R. Ghazi ghazi@caip.rutgers.edu