[lldb-dev] [Bug 25296] New: LLDB have a lof of strict aliasing violation (based on GCC warnings)
via lldb-dev
lldb-dev at lists.llvm.org
Fri Oct 23 03:23:01 PDT 2015
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: lldb-dev at lists.llvm.org
Reporter: tberghammer at google.com
CC: llvm-bugs at 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.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20151023/53210b4f/attachment.html>
More information about the lldb-dev
mailing list