[LLVMbugs] [Bug 14900] New: garbage in message
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Thu Jan 10 11:15:19 PST 2013
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: unassignedclangbugs at nondot.org
ReportedBy: tydeman at tybor.com
CC: llvmbugs at cs.uiuc.edu
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.
More information about the llvm-bugs
mailing list