This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug ada/17701] Can't crosscompile ada to armv5tel


------- Additional Comments From nick at sqrt dot co dot uk  2005-03-06 15:51 -------
This is a longstanding bug that still occurs for the 4.0 branch.

For ARM change:

     Integer'Min (2, Standard'Maximum_Alignment);

to:

     Integer'Min (4, Standard'Maximum_Alignment);


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17701


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]