[LLVMbugs] [Bug 12617] assertion failed in textdiagnostic.cpp
    bugzilla-daemon at llvm.org 
    bugzilla-daemon at llvm.org
       
    Wed Apr 24 20:05:58 PDT 2013
    
    
  
http://llvm.org/bugs/show_bug.cgi?id=12617
rtrieu at google.com changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |rtrieu at google.com
         Resolution|---                         |FIXED
--- Comment #1 from rtrieu at google.com ---
$ 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20130425/29d4f5e0/attachment.html>
    
    
More information about the llvm-bugs
mailing list