[LLVMbugs] [Bug 19769] New: load of value too big at DeclSpec.cpp:325
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Sat May 17 04:20:36 PDT 2014
http://llvm.org/bugs/show_bug.cgi?id=19769
Bug ID: 19769
Summary: load of value too big at DeclSpec.cpp:325
Product: clang
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: Frontend
Assignee: unassignedclangbugs at nondot.org
Reporter: vitti570 at gmail.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
The gcc sanitizer says that at DeclSpec.cpp:325 a too large value (274128)
is loaded. Maybe undefined?
The line is
return getDeclSpec().getStorageClassSpec() == DeclSpec::SCS_static ||
CXXMethodDecl::isStaticOverloadedOperator(
getName().OperatorFunctionId.Operator);
--
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/20140517/ce3d53ad/attachment.html>
More information about the llvm-bugs
mailing list