http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48563
Summary: EOF not at EOL Product: gcc Version: 4.5.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: unassig...@gcc.gnu.org ReportedBy: k...@unstable.nl Created attachment 23957 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23957 musl's openat file as destributed in sabotage I tried to bootstrap sabotage[0] on i686, and when gcc(not sure what stage, but i believe stage0, so my own compiler (gcc (GCC) 4.5.2 20110127 (prerelease))), however when dealing with musl libc's openat function, gcc blew up and reported: --- Please submit a full bug report, with preprocessed source if appropriate. See <URL:http://gcc.gnu.org/bugs.html> for instructions. {standard input}: Assembler messages: {standard input}:0: Warning: end of file not at end of a line; newline inserted {standard input}:22: Error: bad register name `%' make: *** [src/fcntl/openat.o] Error 1 --- sorry i can't give you a lot of info on this, but the file was openat.c. [0]: https://github.com/chneukirchen/sabotage