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: [email protected]
Reporter: [email protected]
CC: [email protected], [email protected]
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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs