------- 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
