[LLVMbugs] [Bug 22381] New: clang does not support 0.0d like number
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Wed Jan 28 23:44:40 PST 2015
http://llvm.org/bugs/show_bug.cgi?id=22381
Bug ID: 22381
Summary: clang does not support 0.0d like number
Product: clang
Version: 3.6
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: C++
Assignee: unassignedclangbugs at nondot.org
Reporter: wangynustc at gmail.com
CC: dgregor at apple.com, llvmbugs at cs.uiuc.edu
Classification: Unclassified
int main() {
double i = 0.0d;
return 0;
}
when compile the above program, got the "invalid suffix 'd' on floating
constant" error.
--
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/20150129/99318b18/attachment.html>
More information about the llvm-bugs
mailing list