From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3942 invoked by alias); 3 Sep 2009 23:00:51 -0000 Received: (qmail 3934 invoked by uid 22791); 3 Sep 2009 23:00:51 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 03 Sep 2009 23:00:45 +0000 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n83N0ggE032396 for ; Thu, 3 Sep 2009 19:00:42 -0400 Received: from stone.twiddle.home (vpn-11-148.rdu.redhat.com [10.11.11.148]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id n83N0eRO018003 for ; Thu, 3 Sep 2009 19:00:41 -0400 Message-ID: <4AA04A98.3000900@redhat.com> Date: Thu, 03 Sep 2009 23:00:00 -0000 From: Richard Henderson User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.1) Gecko/20090814 Fedora/3.0-2.6.b3.fc11 Thunderbird/3.0b3 MIME-Version: 1.0 To: GCC Subject: [ada] help debugging acats failure References: <4A9F1A8D.5080501@redhat.com> In-Reply-To: <4A9F1A8D.5080501@redhat.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org X-SW-Source: 2009-09/txt/msg00088.txt.bz2 Can someone tell me how to debug this: > splitting /home/rth/work/gcc/bld-sjlj/gcc/testsuite/ada/acats0/tests/c3/c35502i.ada into: > c35502i.adb > BUILD c35502i.adb > gnatmake --GCC="/home/rth/work/gcc/bld-sjlj/gcc/xgcc -B/home/rth/work/gcc/bld-sjlj/gcc/" -gnatws -O2 -I/home/rth/work/gcc/bld-sjlj/gcc/testsuite/ada/acats0/support c35502i.adb -largs --GCC="/home/rth/work/gcc/bld-sjlj/gcc/xgcc -B/home/rth/work/gcc/bld-sjlj/gcc/" > /home/rth/work/gcc/bld-sjlj/gcc/xgcc -c -B/home/rth/work/gcc/bld-sjlj/gcc/ -gnatws -O2 -I/home/rth/work/gcc/bld-sjlj/gcc/testsuite/ada/acats0/support c35502i.adb > gnatbind -I/home/rth/work/gcc/bld-sjlj/gcc/testsuite/ada/acats0/support -x c35502i.ali > gnatlink c35502i.ali --GCC=/home/rth/work/gcc/bld-sjlj/gcc/xgcc -B/home/rth/work/gcc/bld-sjlj/gcc/ > ./c35502i.o: In function `_ada_c35502i': > c35502i.adb:(.text+0x156): undefined reference to `.L47' > collect2: ld returned 1 exit status > gnatlink: error when calling /home/rth/work/gcc/bld-sjlj/gcc/xgcc > gnatmake: *** link failed. > FAIL: c35502i I haven't been able to figure out what command to issue from the command line to reproduce this. Cut and paste from the dejagnu log doesn't work, which is more than annoying... r~