[llvm-bugs] [Bug 52120] New: Bugs detected by PVS-Studio (LLVM 13.0.0)

2021-10-09 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=52120 Bug ID: 52120 Summary: Bugs detected by PVS-Studio (LLVM 13.0.0) Product: libraries Version: trunk Hardware: PC OS: Windows NT Status: NEW Severity: enhancement

[llvm-bugs] Issue 39762 in oss-fuzz: llvm:clang-fuzzer: Stack-overflow in clang::Lexer::FormTokenWithChars

2021-10-09 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 52121] New: clang+llvm-13.0.0-x86_64-linux-gnu-ubuntu-16.04.tar.xz missing LLDB

2021-10-09 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=52121 Bug ID: 52121 Summary: clang+llvm-13.0.0-x86_64-linux-gnu-ubuntu-16.04.tar.xz missing LLDB Product: new-bugs Version: unspecified Hardware: PC OS: Linux

[llvm-bugs] [Bug 51609] Error when passing 0 args to a variadic macro parameters with `-std=c++20 -pedantic-errors`

2021-10-09 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=51609 Aaron Ballman changed: What|Removed |Added Status|NEW |RESOLVED CC|

[llvm-bugs] Issue 39762 in oss-fuzz: llvm:clang-fuzzer: Stack-overflow in clang::Lexer::FormTokenWithChars

2021-10-09 Thread ClusterFuzz-External via monorail via llvm-bugs
Updates: Status: WontFix Comment #1 on issue 39762 by ClusterFuzz-External: llvm:clang-fuzzer: Stack-overflow in clang::Lexer::FormTokenWithChars https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=39762#c1 ClusterFuzz testcase 4903013370691584 is closed as invalid, so closing issue.

[llvm-bugs] [Bug 52122] New: [x86] wrong codegen during vselect/pshufb optimisation involving zero literals

2021-10-09 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=52122 Bug ID: 52122 Summary: [x86] wrong codegen during vselect/pshufb optimisation involving zero literals Product: libraries Version: trunk Hardware: PC OS: All

[llvm-bugs] [Bug 52011] A/F: `SI != MemberOffsets.begin() && "Offset not in structure type!"' after commit e9e1d4751b54

2021-10-09 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=52011 Pengfei Wang changed: What|Removed |Added Status|CONFIRMED |RESOLVED Resolution|---

[llvm-bugs] [Bug 52123] New: Unlimited loop unrolling leads to non-linear compilation times

2021-10-09 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=52123 Bug ID: 52123 Summary: Unlimited loop unrolling leads to non-linear compilation times Product: libraries Version: trunk Hardware: PC OS: Windows NT Sta

[llvm-bugs] [Bug 52124] New: Failure to optimize null check after nonnull call

2021-10-09 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=52124 Bug ID: 52124 Summary: Failure to optimize null check after nonnull call Product: libraries Version: trunk Hardware: PC OS: Linux Status: NEW Severity: enhanceme

[llvm-bugs] [Bug 52125] New: Failure to optimize out store to destroyed variable

2021-10-09 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=52125 Bug ID: 52125 Summary: Failure to optimize out store to destroyed variable Product: libraries Version: trunk Hardware: PC OS: Linux Status: NEW Severity: enhance

[llvm-bugs] [Bug 52101] Clang crash on llvm/include/llvm/Support/Alignment.h:77: llvm::Align::Align(uint64_t): Assertion `Value > 0 && "Value must not be 0"' failed (on -O1 and above)

2021-10-09 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=52101 Haoxin Tu changed: What|Removed |Added Resolution|--- |FIXED Status|NEW