------- Comment #6 from jay dot krell at cornell dot edu 2010-05-13 07:56 ------- Another I didn't understand from the other mail thread: why not always output ;? In particular, the warning that would be disabled -- that is for hand written assembly only, right? Is it disable for the entire file? So it would affect hand written intermixed with compiler generated? Or only those particular lines? If it just the lines, then there's nothing wrong there -- gcc outputs them correctly, doesn't need gas checking it. If it disables it for the entire file, that I understand. For now I just changed mine to always output ;, for all platforms, if syntax==att.
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44074