[llvm-bugs] Issue 12058 in oss-fuzz: llvm/llvm-dwarfdump-fuzzer: Heap-buffer-overflow in llvm::object::ELFObjectFile

2018-12-19 Thread ClusterFuzz-External via monorail via llvm-bugs
Status: New Owner: CC: k...@google.com, masc...@google.com, jdevlieg...@apple.com, igm...@gmail.com, eney...@google.com, llvm-b...@lists.llvm.org, j...@chromium.org, v...@apple.com, mitchphi...@outlook.com, xpl...@gmail.com, akils...@apple.com Labels: ClusterFuzz

[llvm-bugs] [Bug 40104] Enabling -fsanitize=integer generates wrong assembly in certain cases for AArch64

2018-12-19 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=40104 Eli Friedman changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] Issue 12042 in oss-fuzz: llvm/clang-format-fuzzer: Timeout in clang-format-fuzzer

2018-12-19 Thread ClusterFuzz-External via monorail via llvm-bugs
Status: New Owner: CC: k...@google.com, masc...@google.com, jdevlieg...@apple.com, igm...@gmail.com, eney...@google.com, llvm-b...@lists.llvm.org, j...@chromium.org, v...@apple.com, mitchphi...@outlook.com, xpl...@gmail.com, akils...@apple.com Labels: ClusterFuzz Reproducible

[llvm-bugs] [Bug 24600] TestHelloWorld can't get a valid callstack after attaching

2018-12-19 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=24600 Stella Stamenova changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[llvm-bugs] [Bug 38743] Unreachable code is reached & assert fails in X86AvoidStoreForwardingBlocks.cpp

2018-12-19 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=38743 Nikita Popov changed: What|Removed |Added Status|NEW |RESOLVED Fixed By Commit(s)|

[llvm-bugs] [Bug 40106] New: Clang segfaults when compiling template with lambda in template params

2018-12-19 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=40106 Bug ID: 40106 Summary: Clang segfaults when compiling template with lambda in template params Product: clang Version: trunk Hardware: PC OS: Linux

[llvm-bugs] [Bug 36381] Crash in NonNullParamChecker / clang::ento::RangedConstraintManager::assumeSymUnsupported()

2018-12-19 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=36381 Bug 36381 depends on bug 38668, which changed state. Bug 38668 Summary: Regression introduced by r326520 https://bugs.llvm.org/show_bug.cgi?id=38668 What|Removed |Added

[llvm-bugs] [Bug 38668] Regression introduced by r326520

2018-12-19 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=38668 Artem Dergachev changed: What|Removed |Added Status|CONFIRMED |RESOLVED Resolution|---

[llvm-bugs] [Bug 40105] New: Lambda in template parameter list compiler segmentation fault (ICE)

2018-12-19 Thread via llvm-bugs
, richard-l...@metafoo.co.uk The following code template void f() { } int main() { f(); } produces this segmentation fault on clang version 8.0.0 (trunk 349594): Stack dump: 0. Program arguments: /opt/compiler-explorer/clang-trunk-20181219/bin/clang-8 -cc1 -triple x86_64

[llvm-bugs] Issue 12024 in oss-fuzz: llvm/llvm-dwarfdump-fuzzer: ASSERT: !KeyInfoT::isEqual(Val, EmptyKey) && !KeyInfoT::isEqual(Val, TombstoneKey) && "E

2018-12-19 Thread ClusterFuzz-External via monorail via llvm-bugs
Status: New Owner: CC: k...@google.com, masc...@google.com, jdevlieg...@apple.com, igm...@gmail.com, eney...@google.com, llvm-b...@lists.llvm.org, j...@chromium.org, v...@apple.com, mitchphi...@outlook.com, xpl...@gmail.com, akils...@apple.com Labels: ClusterFuzz

[llvm-bugs] Issue 12020 in oss-fuzz: llvm/llvm-special-case-list-fuzzer: Out-of-memory in llvm-special-case-list-fuzzer

2018-12-19 Thread ClusterFuzz-External via monorail via llvm-bugs
Status: New Owner: CC: k...@google.com, masc...@google.com, jdevlieg...@apple.com, igm...@gmail.com, eney...@google.com, llvm-b...@lists.llvm.org, j...@chromium.org, v...@apple.com, mitchphi...@outlook.com, xpl...@gmail.com, akils...@apple.com Labels: ClusterFuzz Reproducible

[llvm-bugs] [Bug 40104] New: Enabling -fsanitize=integer generates wrong assembly in certain cases for AArch64

2018-12-19 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=40104 Bug ID: 40104 Summary: Enabling -fsanitize=integer generates wrong assembly in certain cases for AArch64 Product: new-bugs Version: 7.0 Hardware: PC OS: Linux

[llvm-bugs] [Bug 40103] New: Incorrect -Warray-bounds-pointer-arithmetic warning with INT_MIN

2018-12-19 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=40103 Bug ID: 40103 Summary: Incorrect -Warray-bounds-pointer-arithmetic warning with INT_MIN Product: clang Version: unspecified Hardware: PC OS: Windows NT

[llvm-bugs] [Bug 40096] Clang source code incompatibility with C++20

2018-12-19 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=40096 David Blaikie changed: What|Removed |Added Resolution|--- |FIXED CC|

[llvm-bugs] [Bug 38373] [lldbsuite] Several tests are flakey on windows and will fail every several dozen runs

2018-12-19 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=38373 Stella Stamenova changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] [Bug 40102] New: icmp eq/ne (and X, (neg X)), 0 not optimized to just icmp eq/ne X, 0

2018-12-19 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=40102 Bug ID: 40102 Summary: icmp eq/ne (and X, (neg X)), 0 not optimized to just icmp eq/ne X, 0 Product: libraries Version: trunk Hardware: PC OS: Windows NT

[llvm-bugs] [Bug 40101] New: __assume not handled correctly by clang-cl static analyzer

2018-12-19 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=40101 Bug ID: 40101 Summary: __assume not handled correctly by clang-cl static analyzer Product: clang Version: 7.0 Hardware: PC OS: Windows NT Status: NEW

[llvm-bugs] [Bug 40100] New: [CodeView] clang emits an incorrect LF_NESTTYPE record for unnamed enums.

2018-12-19 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=40100 Bug ID: 40100 Summary: [CodeView] clang emits an incorrect LF_NESTTYPE record for unnamed enums. Product: libraries Version: trunk Hardware: PC OS: Windows NT

[llvm-bugs] [Bug 40053] _mm_adds_epu8 and _mm_subs_epu8 with constant operand don't generate paddusb/psubusb

2018-12-19 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=40053 Sanjay Patel changed: What|Removed |Added Resolution|--- |FIXED Status|CONFIRMED

[llvm-bugs] Issue 12003 in oss-fuzz: llvm/clang-fuzzer: Stack-overflow in clang::DiagnosticIDs::isUnrecoverable

2018-12-19 Thread ClusterFuzz-External via monorail via llvm-bugs
Status: New Owner: CC: k...@google.com, masc...@google.com, jdevlieg...@apple.com, igm...@gmail.com, eney...@google.com, llvm-b...@lists.llvm.org, j...@chromium.org, v...@apple.com, mitchphi...@outlook.com, xpl...@gmail.com, akils...@apple.com Labels: ClusterFuzz

[llvm-bugs] [Bug 40091] SimplifyDemandedVectorElts' handling of undef

2018-12-19 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=40091 Simon Pilgrim changed: What|Removed |Added Resolution|--- |FIXED Fixed By Commit(s)|

[llvm-bugs] [Bug 38731] [llvm-mca] Move the llvm-mca library into llvm/lib.

2018-12-19 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=38731 Clement Courbet changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] [Bug 40099] New: -fshort-enums is the default for arm-gcc

2018-12-19 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=40099 Bug ID: 40099 Summary: -fshort-enums is the default for arm-gcc Product: clang Version: trunk Hardware: PC OS: All Status: NEW Severity: normal

[llvm-bugs] [Bug 40098] New: Incorrect (ambiguous) overload resolution when converting initializer list to array

2018-12-19 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=40098 Bug ID: 40098 Summary: Incorrect (ambiguous) overload resolution when converting initializer list to array Product: clang Version: trunk Hardware: PC OS: Linux

[llvm-bugs] Issue 11978 in oss-fuzz: llvm/llvm-special-case-list-fuzzer: Timeout in llvm-special-case-list-fuzzer

2018-12-19 Thread ClusterFuzz-External via monorail via llvm-bugs
Status: New Owner: CC: k...@google.com, masc...@google.com, jdevlieg...@apple.com, igm...@gmail.com, eney...@google.com, llvm-b...@lists.llvm.org, j...@chromium.org, v...@apple.com, mitchphi...@outlook.com, xpl...@gmail.com, akils...@apple.com Labels: ClusterFuzz Reproducible

[llvm-bugs] [Bug 40097] New: Dynamic symbol names with no versioning should not have "@" appended to their name

2018-12-19 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=40097 Bug ID: 40097 Summary: Dynamic symbol names with no versioning should not have "@" appended to their name Product: tools Version: trunk Hardware: PC OS: Windows

[llvm-bugs] [Bug 40009] --demangle should demangle symbol names everywhere, not just in disassembly

2018-12-19 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=40009 George Rimar changed: What|Removed |Added Status|CONFIRMED |RESOLVED Resolution|---

[llvm-bugs] Issue 11962 in oss-fuzz: llvm/llvm-demangle-fuzzer: Timeout in llvm-demangle-fuzzer

2018-12-19 Thread ClusterFuzz-External via monorail via llvm-bugs
Status: New Owner: CC: k...@google.com, masc...@google.com, jdevlieg...@apple.com, igm...@gmail.com, eney...@google.com, llvm-b...@lists.llvm.org, j...@chromium.org, v...@apple.com, mitchphi...@outlook.com, xpl...@gmail.com, akils...@apple.com Labels: ClusterFuzz Reproducible

[llvm-bugs] [Bug 39947] cross-compile soundtouch with `android-ndk-r14b/toolchains/llvm` error

2018-12-19 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=39947 oncealong changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---