<DIV style="font-family:Arial, sans-serif; font-size:10pt;">In trying to better understand the issue, I see, in Module.m3:895, this code:<BR><BR>    Target.Allow_packed_byte_aligned := t.containsLazyAlignments;<BR><BR>From other places, containsLazyAlignments derives from LAZYALIGN <BR>pragmas, so this means it will turn on Allow_packed_byte_aligned,<BR>regardless of the target, if there is a LAZYALIGN pragma.  I think this<BR>will generate code that will alignfault, if the target CPU doesn't<BR>support it.  That would be a bug. <BR><BR><BR>-Rodney Bates</DIV>