http://llvm.org/bugs/show_bug.cgi?id=12617
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution|--- |FIXED --- Comment #1 from [email protected] --- $ clang -x c a.o a.o:1:1: error: expected identifier or '(' <U+007F>ELF<U+0001><U+0001><U+0001><U+0003> ^ a.o:1:9: warning: null character ignored [-Wnull-character] <U+007F>ELF<U+0001><U+0001><U+0001><U+0003> ^ a.o:1:10: warning: null character ignored [-Wnull-character] <U+007F>ELF<U+0001><U+0001><U+0001><U+0003><U+0000> ^ a.o:1:11: warning: null character ignored [-Wnull-character] <U+007F>ELF<U+0001><U+0001><U+0001><U+0003><U+0000><U+0000> ^ a.o:1:12: warning: null character ignored [-Wnull-character] <U+007F>ELF<U+0001><U+0001><U+0001><U+0003><U+0000><U+0000><U+0000> ^ a.o:1:13: warning: null character ignored [-Wnull-character] <U+007F>ELF<U+0001><U+0001><U+0001><U+0003><U+0000><U+0000><U+0000><U+0000> ^ ... Lots more messages ... a.o:2:49: error: source file is not valid UTF-8 ...<89><E5><83><EC><U+0008><8B>E<U+0008><89><E1><89><U+0001><C7>A<U+0004> ^ a.o:2:50: error: source file is not valid UTF-8 ...<E5><83><EC><U+0008><8B>E<U+0008><89><E1><89><U+0001><C7>A<U+0004> ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] 67 warnings and 20 errors generated. -- You are receiving this mail because: You are on the CC list for the bug.
_______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
