This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Ada bootstrap failure on ia64
- From: "Zack Weinberg" <zack at codesourcery dot com>
- To: Andreas Schwab <schwab at suse dot de>
- Cc: gcc at gcc dot gnu dot org
- Date: Mon, 27 Oct 2003 08:27:03 -0800
- Subject: Re: Ada bootstrap failure on ia64
- References: <jer8118i1f.fsf@sykes.suse.de> <jehe1u6gmy.fsf@sykes.suse.de>
Andreas Schwab <schwab@suse.de> writes:
> Andreas Schwab <schwab@suse.de> writes:
>
>> I'm getting a Program_Error with current mainline:
>>
>> stage1/xgcc -Bstage1/ -B/usr/local/ia64-suse-linux/bin/ -c -g -O2 -gnatpg -gnata -I- -I. -Iada -I../../gcc/ada ../../gcc/ada/ada.ads -o ada/ada.o
>> +===========================GNAT BUG DETECTED==============================+
>> | 3.4 20031025 (experimental) (ia64-suse-linux-gnu) Program_Error sinput.adb:397|
>> | Error detected at system.ads:163:5 |
>> | Please submit a bug report; see http://gcc.gnu.org/bugs.html. |
>> | Include the entire contents of this bug box in the report. |
>> | Include the exact gcc or gnatmake command that you entered. |
>> | Also include sources listed below in gnatchop format |
>> | (concatenated together with no headers between files). |
>> +==========================================================================+
>
> This is another fallout from the ia64 XFmode patch.
I don't see how that's possible; "Program_Error sinput.adb:397" is
Get_Source_File_Index failing to find an entry in its table.
zw