--- Comment #4 from charlet at gcc dot gnu dot org 2009-08-02 09:11 ---
I guess you did not follow the build instructions properly: if you build a
cross
Ada compiler, you need to first build a matching native compiler from the
*same*
sources.
Here you are using an older base compiler, h
--- Comment #3 from xenofears at gmail dot com 2009-08-01 01:31 ---
Created an attachment (id=18281)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18281&action=view)
A patch to fix the the error cause by using a non-static attribute
This patch reverts a line of code to 4.4.x branc
--- Comment #2 from xenofears at gmail dot com 2009-08-01 01:28 ---
Created an attachment (id=18280)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18280&action=view)
Patch to fix Ignore_Output
I propose this to be committed.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4092
--- Comment #1 from jon_y at users dot sourceforge dot net 2009-08-01
00:03 ---
For the Ignore_Output procedure, we can use "Pragma Unreferenced (S);" to fix
the problem, I'm not too sure about the others.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40926