[Bug 25296] New: LLDB have a lof of strict aliasing violation (based on GCC warnings)

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 lldb-dev@lists.llvm.org
Reporter tberghammer@google.com
CC llvm-bugs@lists.llvm.org
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.