------- Comment #4 from schwab at suse dot de 2006-02-04 01:27 ------- Expressions don't have alignment, only objects have. It does not make sense to warn about alignment in an assignment. You won't warn either when assigning the value of a const int object to an int object.
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25372