https://llvm.org/bugs/show_bug.cgi?id=25296
Bug ID: 25296
Summary: LLDB have a lof of strict aliasing violation (based on
GCC warnings)
Product: lldb
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: All Bugs
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Classification: Unclassified
Compiling LLDB with GCC produces a lot of strict-aliasing warning. These
warnings are currently turned of (in LLDBConfig.cmake) to reduce the noise they
generate, but they should be fixed at some point as they might be real
problems. After fixing all (most) of them the warning should be re-enabled to
prevent the regression in new strict aliasing violations.
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
lldb-dev mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev