[llvm-bugs] [Bug 47686] New: Implement -march=x86-64-v2, -march=x86-64-v3, -march=x86-64-v4 for x86-64

2020-09-30 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=47686 Bug ID: 47686 Summary: Implement -march=x86-64-v2, -march=x86-64-v3, -march=x86-64-v4 for x86-64 Product: libraries Version: trunk Hardware: PC OS: Linux

[llvm-bugs] [Bug 47581] llvm-readobj prints wrong addresses for arm32 unwind info (-u)

2020-09-30 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=47581 George Rimar changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] [Bug 47687] New: Orphan section incorrectly placed in PT_GNU_EH_FRAME segment if read-only with linker script

2020-09-30 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=47687 Bug ID: 47687 Summary: Orphan section incorrectly placed in PT_GNU_EH_FRAME segment if read-only with linker script Product: lld Version: unspecified Hardware: PC

[llvm-bugs] [Bug 47688] New: Assertion failed: DeclAccess != AS_none, file C:\b\s\w\ir\cache\builder\emscripten-releases\llvm-project\clang\include\clang/AST/DeclCXX.h, line 1697

2020-09-30 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=47688 Bug ID: 47688 Summary: Assertion failed: DeclAccess != AS_none, file C:\b\s\w\ir\cache\builder\emscripten-releases\llvm-pro ject\clang\include\clang/AST/DeclCXX.h, line 1697 Produc

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

2020-09-30 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=46725 Bug 46725 depends on bug 47679, which changed state. Bug 47679 Summary: Miscompile for AArch64, possibly related to llvm.umul.with.overflow.i64 https://bugs.llvm.org/show_bug.cgi?id=47679 What|Removed |Added -

[llvm-bugs] [Bug 47679] Miscompile for AArch64, possibly related to llvm.umul.with.overflow.i64

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

[llvm-bugs] [Bug 13707] [meta] VCPP compatibility issues

2020-09-30 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=13707 Bug 13707 depends on bug 43907, which changed state. Bug 43907 Summary: Double Signaling NaN converted to float becomes INF https://bugs.llvm.org/show_bug.cgi?id=43907 What|Removed |Added --

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

2020-09-30 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=46725 Bug 46725 depends on bug 43907, which changed state. Bug 43907 Summary: Double Signaling NaN converted to float becomes INF https://bugs.llvm.org/show_bug.cgi?id=43907 What|Removed |Added --

[llvm-bugs] [Bug 43907] Double Signaling NaN converted to float becomes INF

2020-09-30 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=43907 Hans Wennborg changed: What|Removed |Added Resolution|--- |FIXED Blocks|

[llvm-bugs] [Bug 47689] New: [clang-cl] Implicit instantiation of template within its own definition inside noexcept of friend member function

2020-09-30 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=47689 Bug ID: 47689 Summary: [clang-cl] Implicit instantiation of template within its own definition inside noexcept of friend member function Product: clang Version: 11.0

[llvm-bugs] [Bug 47690] New: missed optimization in pointer arithmetic

2020-09-30 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=47690 Bug ID: 47690 Summary: missed optimization in pointer arithmetic Product: libraries Version: trunk Hardware: PC OS: All Status: NEW Severity: enhancement

[llvm-bugs] [Bug 47691] New: Mixing inline and ifunc confuses clang

2020-09-30 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=47691 Bug ID: 47691 Summary: Mixing inline and ifunc confuses clang Product: clang Version: unspecified Hardware: PC OS: Linux Status: NEW Severity: enhancement

[llvm-bugs] [Bug 47692] New: Bogus -Winvalid-partial-specialization when specialization has `const auto&` NTTP parameter

2020-09-30 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=47692 Bug ID: 47692 Summary: Bogus -Winvalid-partial-specialization when specialization has `const auto&` NTTP parameter Product: clang Version: trunk Hardware: All OS:

[llvm-bugs] Issue 26053 in oss-fuzz: llvm:clang-objc-fuzzer: Direct-leak in clang::ItaniumMangleContext::create

2020-09-30 Thread ClusterFuzz-External via monorail via llvm-bugs
Updates: Labels: ClusterFuzz-Verified Status: Verified Comment #1 on issue 26053 by ClusterFuzz-External: llvm:clang-objc-fuzzer: Direct-leak in clang::ItaniumMangleContext::create https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=26053#c1 ClusterFuzz testcase 590633054266982

[llvm-bugs] [Bug 47693] New: C++20 Designated Initializers - Multiple initializations of same struct member

2020-09-30 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=47693 Bug ID: 47693 Summary: C++20 Designated Initializers - Multiple initializations of same struct member Product: clang Version: trunk Hardware: PC OS: All

[llvm-bugs] [Bug 47695] New: clang-analyzer report undefined or garbage value with bit operations

2020-09-30 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=47695 Bug ID: 47695 Summary: clang-analyzer report undefined or garbage value with bit operations Product: clang Version: 10.0 Hardware: PC OS: Linux Status:

[llvm-bugs] [Bug 47694] New: C++20 Designated Initializers - Nested initialization

2020-09-30 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=47694 Bug ID: 47694 Summary: C++20 Designated Initializers - Nested initialization Product: clang Version: trunk Hardware: PC OS: All Status: NEW Severity: enhancement

[llvm-bugs] [Bug 47696] New: InstCombine: incorrect select operand simplification with undef

2020-09-30 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=47696 Bug ID: 47696 Summary: InstCombine: incorrect select operand simplification with undef Product: libraries Version: trunk Hardware: All OS: All Status:

[llvm-bugs] [Bug 47697] New: MemCpyOpt: uses sext instead of zext for memcpy/memset size subtraction

2020-09-30 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=47697 Bug ID: 47697 Summary: MemCpyOpt: uses sext instead of zext for memcpy/memset size subtraction Product: libraries Version: trunk Hardware: All OS: All

[llvm-bugs] Issue 24027 in oss-fuzz: llvm:llvm-dwarfdump-fuzzer: Abrt in llvm::llvm_unreachable_internal

2020-09-30 Thread sheriffbot via monorail via llvm-bugs
Updates: Labels: Deadline-Approaching Comment #1 on issue 24027 by sheriffbot: llvm:llvm-dwarfdump-fuzzer: Abrt in llvm::llvm_unreachable_internal https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=24027#c1 This bug is approaching its deadline for being fixed, and will be automaticall

[llvm-bugs] [Bug 47699] New: Assertion `!isa(E)' failed

2020-09-30 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=47699 Bug ID: 47699 Summary: Assertion `!isa(E)' failed Product: clang Version: unspecified Hardware: PC OS: Linux Status: NEW Severity: enhancement Priority

[llvm-bugs] [Bug 34579] APFloat asserts for x87 long doubles: "Can not have more high bits to fill than integerPartWidth"

2020-09-30 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=34579 Andrew Briand changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[llvm-bugs] [Bug 47253] [AVR] Interrupt stack pointer and register corruption

2020-09-30 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=47253 Dylan McKay changed: What|Removed |Added Status|CONFIRMED |RESOLVED Resolution|---