[Bug c/48563] New: EOF not at EOL
keks at unstable dot nl
gcc-bugzilla@gcc.gnu.org
Mon Apr 11 22:05:00 GMT 2011
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: unassigned@gcc.gnu.org
ReportedBy: keks@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
More information about the Gcc-bugs
mailing list