Re: Ada and ARM build assertion failure

2005-03-21 Thread Geert Bosch
On Mar 21, 2005, at 11:02, Nick Burrett wrote: OK, but if I don't apply the patch, GNAT complains that the alignment should be 4, not 2 and compiling ceases. Yes, this is related to PR 17701 as Arno pointed out to me in a private message. Indeed, the patch you used works around this failure and c

Re: Ada and ARM build assertion failure

2005-03-21 Thread Nick Burrett
Geert Bosch wrote: On Mar 21, 2005, at 02:54, Nick Burrett wrote: This seems to be a reoccurance of PR5677. I'm sorry, but I can't see any way this is related, could you elaborate? Sorry, I completely misread the PR. It is not related. for Aligned_Word'Alignment use - Integer'Min (2, Stan

Re: Ada and ARM build assertion failure

2005-03-21 Thread Geert Bosch
On Mar 21, 2005, at 02:54, Nick Burrett wrote: This seems to be a reoccurance of PR5677. I'm sorry, but I can't see any way this is related, could you elaborate? for Aligned_Word'Alignment use - Integer'Min (2, Standard'Maximum_Alignment); + Integer'Min (4, Standard'Maximum_Alignment);

Ada and ARM build assertion failure

2005-03-20 Thread Nick Burrett
I've been having some difficulty building Ada as a native compiler for an ARM-based target that I'm working on. The error is: ../../xgcc -B../../ -c -g -O2 -W -Wall -gnatpg -g -O1 -fno-inline \ a-except.adb -o a-except.o | 4.0.0 20050318 (prerelease) (arm-riscos-elf) Assert_Failure