https://sourceware.org/bugzilla/show_bug.cgi?id=28762
--- Comment #9 from Sergey Belyashov <sergey.belyashov at gmail dot com> --- It is intermediate buffer. There is already preparsed test (no comments, white spaces reduced to one space, etc). The buffer is 32*1024 size (32768 bytes). So if "LD A" is in buffer1 and ",B\n" in the buffer2, then comma is lost. If you add any non-whitespace symbol before this line then A is moved to buffer2 and no issues appear. -- You are receiving this mail because: You are on the CC list for the bug.