Delphi x64 (Seattle) seems to ignore alignment directives.

Delphi x64 (Seattle) seems to ignore alignment directives. 
I'm pretty sure someone has already asked a question about this, but I can't find it due to lack of google foo..
All my global vars are aligned by dword (4-byte) boudaries.
(Yes, global vars, I know, I'm just testing)

Does someone have a link to SO and/or the JiraQP so I can investigate..? 
BTW alignment of object fields is fine and the stack aligns fine too.

Comments