[llvm-bugs] [Bug 47010] New: add warnings for possible ambiguity in logical expressions not currently covered

2020-08-05 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=47010 Bug ID: 47010 Summary: add warnings for possible ambiguity in logical expressions not currently covered Product: clang Version: trunk Hardware: PC OS: Windows NT

[llvm-bugs] Issue 24692 in oss-fuzz: llvm:clang-fuzzer: Stack-overflow in clang::DeclContext::lookup

2020-08-05 Thread ClusterFuzz-External via monorail via llvm-bugs
Status: New Owner: CC: k...@google.com, masc...@google.com, jdevlieg...@apple.com, igm...@gmail.com, d...@google.com, mit...@google.com, bigchees...@gmail.com, eney...@google.com, llvm-b...@lists.llvm.org, j...@chromium.org, v...@apple.com, mitchphi...@outlook.com, xpl...@gmail.com, akils..

[llvm-bugs] [Bug 47009] New: -z rel breaks aarch64 TLSDESC relocs

2020-08-05 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=47009 Bug ID: 47009 Summary: -z rel breaks aarch64 TLSDESC relocs Product: lld Version: unspecified Hardware: All OS: All Status: NEW Severity: normal Priori

[llvm-bugs] [Bug 47008] New: gui mode corrupts lldb prompt after exiting

2020-08-05 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=47008 Bug ID: 47008 Summary: gui mode corrupts lldb prompt after exiting Product: lldb Version: unspecified Hardware: PC OS: Linux Status: NEW Severity: enhancement

[llvm-bugs] [Bug 47007] New: three way comparison not able to synthesize traditional comparators when explicitly defined

2020-08-05 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=47007 Bug ID: 47007 Summary: three way comparison not able to synthesize traditional comparators when explicitly defined Product: clang Version: 10.0 Hardware: PC OS: Al

[llvm-bugs] [Bug 47006] New: 128 bit division generates __udivti3 and __umodti3 instead of calling __udivmodti4 once

2020-08-05 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=47006 Bug ID: 47006 Summary: 128 bit division generates __udivti3 and __umodti3 instead of calling __udivmodti4 once Product: libraries Version: trunk Hardware: PC OS: L

[llvm-bugs] [Bug 46725] [meta] 11.0.0 Release Blockers

2020-08-05 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=46725 Bug 46725 depends on bug 46995, which changed state. Bug 46995 Summary: Backport rG36f9fe2d3493717dbc6866d96b2e989839ce1a4c to 11.0.0 https://bugs.llvm.org/show_bug.cgi?id=46995 What|Removed |Added

[llvm-bugs] [Bug 46995] Backport rG36f9fe2d3493717dbc6866d96b2e989839ce1a4c to 11.0.0

2020-08-05 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=46995 Hans Wennborg changed: What|Removed |Added CC||h...@chromium.org Resolution|---

[llvm-bugs] [Bug 46725] [meta] 11.0.0 Release Blockers

2020-08-05 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=46725 Bug 46725 depends on bug 46976, which changed state. Bug 46976 Summary: readability-identifier-naming doesn't transform trailing return type decltypes https://bugs.llvm.org/show_bug.cgi?id=46976 What|Removed |Added --

[llvm-bugs] [Bug 46816] ExecutionEngine/MCJIT/stubs-sm-pic.ll XPASS'es on non-asserts 32-bit x86 builds

2020-08-05 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=46816 Hans Wennborg changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[llvm-bugs] [Bug 46725] [meta] 11.0.0 Release Blockers

2020-08-05 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=46725 Bug 46725 depends on bug 46816, which changed state. Bug 46816 Summary: ExecutionEngine/MCJIT/stubs-sm-pic.ll XPASS'es on non-asserts 32-bit x86 builds https://bugs.llvm.org/show_bug.cgi?id=46816 What|Removed |Added -

[llvm-bugs] [Bug 37607] LLD does not create segments for output sections coming after .ARM.attributes in linkerscript

2020-08-05 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=37607 Fangrui Song changed: What|Removed |Added Resolution|--- |FIXED Status|CONFIRMED

[llvm-bugs] [Bug 36272] [LLD/ELF] - ICF folds functions with different LSDA.

2020-08-05 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=36272 Fangrui Song changed: What|Removed |Added Resolution|--- |FIXED Status|CONFIRMED

[llvm-bugs] [Bug 33651] lld --oformat binary fails to insert padding between sections.

2020-08-05 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=33651 Fangrui Song changed: What|Removed |Added Status|CONFIRMED |RESOLVED Resolution|---

[llvm-bugs] [Bug 46725] [meta] 11.0.0 Release Blockers

2020-08-05 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=46725 Bug 46725 depends on bug 46984, which changed state. Bug 46984 Summary: Backport 1b3c25e7b61f to 11.0 to fix modules build https://bugs.llvm.org/show_bug.cgi?id=46984 What|Removed |Added ---

[llvm-bugs] [Bug 46984] Backport 1b3c25e7b61f to 11.0 to fix modules build

2020-08-05 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=46984 Hans Wennborg changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] [Bug 47003] New: llvm_map_components_to_libnames(llvm_libs all) does not populate llvmlibs

2020-08-05 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=47003 Bug ID: 47003 Summary: llvm_map_components_to_libnames(llvm_libs all) does not populate llvmlibs Product: Build scripts Version: 10.0 Hardware: PC OS: All

[llvm-bugs] Issue 24505 in oss-fuzz: llvm:clang-objc-fuzzer: Stack-overflow in clang::Sema::GetTypeForDeclarator

2020-08-05 Thread ClusterFuzz-External via monorail via llvm-bugs
Updates: Labels: ClusterFuzz-Verified Status: Verified Comment #1 on issue 24505 by ClusterFuzz-External: llvm:clang-objc-fuzzer: Stack-overflow in clang::Sema::GetTypeForDeclarator https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=24505#c1 ClusterFuzz testcase 50782287091466

[llvm-bugs] [Bug 46098] "PostDominatorTree is different than a freshly computed one!" with opt -branch-prob -instcombine -block-freq -verify-dom-info

2020-08-05 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=46098 Yevgeny Rouban changed: What|Removed |Added Status|CONFIRMED |RESOLVED Resolution|---

[llvm-bugs] [Bug 16986] attribute vector_size doesn't allow value dependent expressions in templates

2020-08-05 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=16986 Lars Frydendal Bonnichsen changed: What|Removed |Added CC||dummy...@gmail.com Resoluti

[llvm-bugs] [Bug 34878] Can this constraint be relaxed? 'vector_size' attribute requires an integer constant

2020-08-05 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=34878 Lars Frydendal Bonnichsen changed: What|Removed |Added Resolution|--- |DUPLICATE CC|

[llvm-bugs] [Bug 47002] New: Assert/crash (Destructor->isDefaulted() && !Destructor->doesThisDeclarationHaveABody() && !Destructor->isDeleted()) && "DefineImplicitDestructor - call it for implicit def

2020-08-05 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=47002 Bug ID: 47002 Summary: Assert/crash (Destructor->isDefaulted() && !Destructor->doesThisDeclarationHaveABody() && !Destructor->isDeleted()) && "DefineImplicitDestructor - c

[llvm-bugs] [Bug 47001] New: regression with arm-linux vectors of f16

2020-08-05 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=47001 Bug ID: 47001 Summary: regression with arm-linux vectors of f16 Product: libraries Version: 11.0 Hardware: All OS: All Status: NEW Severity: release blocker