http://llvm.org/bugs/show_bug.cgi?id=14900

             Bug #: 14900
           Summary: garbage in message
           Product: clang
           Version: 3.1
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: -New Bugs
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]
    Classification: Unclassified


There are a bunch of spurious <U+0000> in a warning message:

t40302uu.c:180:12: warning: magnitude of floating-point constant too large for
type 'float'; maximum is 3.4028235E+38 [-Wliteral-range]
  fv[24] = INF_FLT;
           ^
/lindata/fpcets/clang/3112/c/clang.flt:248:24: note: expanded from macro
'INF_FLT'
  #define INF_FLT       FP_F(0x1.000000p+16384)
                             ^
/lindata/fpcets/common/mydefs.h:8076:21: note: expanded from macro 'FP_F'
    #define FP_F(v) v##f
                    ^
<scratch space>:440:1: note: expanded from macro '0x1.000000p+16384'
0x1.000000p+16384f<U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000><U+0000>
^

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- 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

Reply via email to