[llvm-bugs] [Bug 49592] New: Multiple test failures for Hexagon target on Alpine Linux

2021-03-15 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=49592 Bug ID: 49592 Summary: Multiple test failures for Hexagon target on Alpine Linux Product: new-bugs Version: 11.0 Hardware: PC OS: Linux Status: NEW

[llvm-bugs] [Bug 49593] New: Parameter packs not expanded in lambda template list

2021-03-15 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=49593 Bug ID: 49593 Summary: Parameter packs not expanded in lambda template list Product: clang Version: trunk Hardware: PC OS: All Status: NEW Severity: enhancement

[llvm-bugs] [Bug 49594] New: weird codegen: xor eax, eax; test al, al; jne

2021-03-15 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=49594 Bug ID: 49594 Summary: weird codegen: xor eax, eax; test al, al; jne Product: clang Version: 11.0 Hardware: PC OS: Windows NT Status: NEW Severity: enhancement

[llvm-bugs] [Bug 49549] Expected an XLenVT or scalable vector types at this stage assert when building SIMD code on RISCV

2021-03-15 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=49549 simonas+llvm@kazlauskas.me changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[llvm-bugs] [Bug 49595] New: [RISCV] warning: Possible incorrect use of EVT::getVectorNumElements() for scalable vector.

2021-03-15 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=49595 Bug ID: 49595 Summary: [RISCV] warning: Possible incorrect use of EVT::getVectorNumElements() for scalable vector. Product: libraries Version: trunk Hardware: PC O

[llvm-bugs] [Bug 49596] New: Optimize strlen(foo) > x to strnlen(foo, x+1) > x

2021-03-15 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=49596 Bug ID: 49596 Summary: Optimize strlen(foo) > x to strnlen(foo, x+1) > x Product: libraries Version: trunk Hardware: All OS: All Status: NEW Severity: enhancemen

[llvm-bugs] [Bug 44403] Folding 'gep p, (q - p)' to q should check it is never used for loads & stores

2021-03-15 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=44403 Nuno Lopes changed: What|Removed |Added CC||simonas+llvm.org@kazlauskas |

[llvm-bugs] [Bug 49479] File scope #pragma clang fp reassociate does not propagate to functions defined within structs

2021-03-15 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=49479 Melanie Blower changed: What|Removed |Added Status|CONFIRMED |RESOLVED Fixed By Commit(s)|

[llvm-bugs] Issue 28866 in oss-fuzz: llvm:llvm-opt-fuzzer--x86_64-instcombine: ASSERT: ResolveConstants.empty() && "Constants not resolved?"

2021-03-15 Thread sheriffbot via monorail via llvm-bugs
Updates: Labels: Deadline-Approaching Comment #1 on issue 28866 by sheriffbot: llvm:llvm-opt-fuzzer--x86_64-instcombine: ASSERT: ResolveConstants.empty() && "Constants not resolved?" https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=28866#c1 This bug is approaching its deadline for

[llvm-bugs] Issue 28856 in oss-fuzz: llvm:llvm-dwarfdump-fuzzer: Heap-buffer-overflow in llvm::object::WasmObjectFile::parseCodeSection

2021-03-15 Thread sheriffbot via monorail via llvm-bugs
Updates: Labels: Deadline-Approaching Comment #1 on issue 28856 by sheriffbot: llvm:llvm-dwarfdump-fuzzer: Heap-buffer-overflow in llvm::object::WasmObjectFile::parseCodeSection https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=28856#c1 This bug is approaching its deadline for being

[llvm-bugs] Issue 28874 in oss-fuzz: llvm:clang-fuzzer: Abrt in llvm::llvm_unreachable_internal

2021-03-15 Thread sheriffbot via monorail via llvm-bugs
Updates: Labels: Deadline-Approaching Comment #1 on issue 28874 by sheriffbot: llvm:clang-fuzzer: Abrt in llvm::llvm_unreachable_internal https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=28874#c1 This bug is approaching its deadline for being fixed, and will be automatically derest

[llvm-bugs] [Bug 49490] RangeConstraintManager infeasible execution path due to EquivalenceClasses

2021-03-15 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=49490 Valeriy Savchenko changed: What|Removed |Added Status|CONFIRMED |RESOLVED Fixed By Commit(s)|

[llvm-bugs] [Bug 49597] New: Support object files / dylibs built for multiple platforms

2021-03-15 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=49597 Bug ID: 49597 Summary: Support object files / dylibs built for multiple platforms Product: lld Version: unspecified Hardware: PC OS: All Status: NEW

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

2021-03-15 Thread ClusterFuzz-External via monorail via llvm-bugs
Status: New Owner: CC: k...@google.com, masc...@google.com, jdevl...@apple.com, igm...@gmail.com, d...@google.com, mit...@google.com, bigch...@gmail.com, eney...@google.com, llvm-...@lists.llvm.org, j...@chromium.org, v...@apple.com, mitch...@outlook.com, xpl...@gmail.com, akils...@apple.co

[llvm-bugs] [Bug 49581] Missing -Wgnu-folding-constant for initialisers

2021-03-15 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=49581 Richard Smith changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] [Bug 49598] New: Immediate function in requires-expression not found by ADL

2021-03-15 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=49598 Bug ID: 49598 Summary: Immediate function in requires-expression not found by ADL Product: clang Version: trunk Hardware: PC URL: https://godbolt.org/z/8PaYaG

[llvm-bugs] [Bug 49268] AArch64 StackTagging pass crash

2021-03-15 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=49268 Jonathon Penix changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] [Bug 49599] New: Signed integer overflow causes program to skip the epilogue and fall into another function

2021-03-15 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=49599 Bug ID: 49599 Summary: Signed integer overflow causes program to skip the epilogue and fall into another function Product: clang Version: trunk Hardware: PC OS: Al

[llvm-bugs] [Bug 49600] New: probe-stack=inline-asm will produce invalid uwtables

2021-03-15 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=49600 Bug ID: 49600 Summary: probe-stack=inline-asm will produce invalid uwtables Product: libraries Version: trunk Hardware: PC OS: All Status: NEW Severity: normal

[llvm-bugs] [Bug 49602] New: _Fract caused SegFault in clang

2021-03-15 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=49602 Bug ID: 49602 Summary: _Fract caused SegFault in clang Product: clang Version: 10.0 Hardware: PC OS: Linux Status: NEW Severity: normal Priority: P