[llvm-bugs] [Bug 83711] [Flang][OpenMP] verification of lowering to FIR failed with "'hlfir.assign' op operand #0 must be any Fortran value or variable type, but got '!fir.boxproc<() -> i32>'"

2024-03-02 Thread LLVM Bugs via llvm-bugs
Issue 83711 Summary [Flang][OpenMP] verification of lowering to FIR failed with "'hlfir.assign' op operand #0 must be any Fortran value or variable type, but got '!fir.boxproc<() -> i32>'"

[llvm-bugs] [Bug 83710] -fsanitize=alignment false positive with intended unaligned struct member access

2024-03-02 Thread LLVM Bugs via llvm-bugs
Issue 83710 Summary -fsanitize=alignment false positive with intended unaligned struct member access Labels new issue Assignees

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

2024-03-02 Thread ClusterFuzz-External via monorail via llvm-bugs
Status: New Owner: CC: k...@google.com, masc...@google.com, igm...@gmail.com, sammcc...@google.com, da...@adalogics.com, d...@google.com, mit...@google.com, bigch...@gmail.com, eney...@google.com, llvm-...@lists.llvm.org, jo...@devlieghere.com, j...@chromium.org, v...@apple.com, mitch...@ou

[llvm-bugs] [Bug 83700] build error

2024-03-02 Thread LLVM Bugs via llvm-bugs
Issue 83700 Summary build error Labels new issue Assignees Reporter ai96 Wh

llvm-bugs@lists.llvm.org

2024-03-02 Thread LLVM Bugs via llvm-bugs
Issue 83699 Summary Missed Optimization (InstCombine): Convert constant mask M: (x&~M)|((x&M)&~(y&M)) to x&~(y&M) Labels new issue Assignees

[llvm-bugs] [Bug 83698] In a distribution build of LLVM, `llvm-config --system-libs` errors

2024-03-02 Thread LLVM Bugs via llvm-bugs
Issue 83698 Summary In a distribution build of LLVM, `llvm-config --system-libs` errors Labels new issue Assignees

[llvm-bugs] [Bug 83697] llvm-config needs to report -D_DEBUG as a cxxflag when built using Microsoft's standard library in debug mode.

2024-03-02 Thread LLVM Bugs via llvm-bugs
Issue 83697 Summary llvm-config needs to report -D_DEBUG as a cxxflag when built using Microsoft's standard library in debug mode. Labels new issue

[llvm-bugs] [Bug 83695] [[nodiscard]] on numeric_limits functions

2024-03-02 Thread LLVM Bugs via llvm-bugs
Issue 83695 Summary [[nodiscard]] on numeric_limits functions Labels new issue Assignees Reporter

[llvm-bugs] [Bug 83689] clang-format `BreakAfterAttributes: Always` should apply to `__attribute__` too

2024-03-02 Thread LLVM Bugs via llvm-bugs
Issue 83689 Summary clang-format `BreakAfterAttributes: Always` should apply to `__attribute__` too Labels clang-format Assignees

[llvm-bugs] [Bug 83684] [clang] 19.0.0 aborts due to Assertion `!T->isDependentType() && "should not see dependent types here"` failed in `tools/clang/include/clang/AST/TypeNodes.inc`

2024-03-02 Thread LLVM Bugs via llvm-bugs
Issue 83684 Summary [clang] 19.0.0 aborts due to Assertion `!T->isDependentType() && "should not see dependent types here"` failed in `tools/clang/include/clang/AST/TypeNodes.inc` Labels

[llvm-bugs] [Bug 83678] Clang rejects constexpr variable initialiation from constepxr function template parameter

2024-03-02 Thread LLVM Bugs via llvm-bugs
Issue 83678 Summary Clang rejects constexpr variable initialiation from constepxr function template parameter Labels clang Assignees

[llvm-bugs] [Bug 83676] Missing canonicalization `min(..., 64) ceilDiv 64` to1

2024-03-02 Thread LLVM Bugs via llvm-bugs
Issue 83676 Summary Missing canonicalization `min(..., 64) ceilDiv 64` to1 Labels new issue Assignees Reporter

[llvm-bugs] [Bug 83673] clang 17 fails to align stack struct with -fstack-protector-strong, building smartmontools

2024-03-02 Thread LLVM Bugs via llvm-bugs
Issue 83673 Summary clang 17 fails to align stack struct with -fstack-protector-strong, building smartmontools Labels clang Assignees

[llvm-bugs] Issue 65993 in oss-fuzz: llvm: Fuzzing build failure

2024-03-02 Thread ClusterFuzz-External via monorail via llvm-bugs
Comment #7 on issue 65993 by ClusterFuzz-External: llvm: Fuzzing build failure https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=65993#c7 Friendly reminder that the build is still failing. Please try to fix this failure to ensure that fuzzing remains productive. Latest build log: https://oss

[llvm-bugs] [Bug 83671] [Clang] 19.0.0 SIGSEGV due to NULL Pointer dereference caused by receiving an NULL `BaseDecl` at EmptySubobjectMap::ComputeEmptySubobjectSizes()

2024-03-02 Thread LLVM Bugs via llvm-bugs
Issue 83671 Summary [Clang] 19.0.0 SIGSEGV due to NULL Pointer dereference caused by receiving an NULL `BaseDecl` at EmptySubobjectMap::ComputeEmptySubobjectSizes() Labels

[llvm-bugs] [Bug 83669] Building LLVM pass out of source - undefined symbols

2024-03-02 Thread LLVM Bugs via llvm-bugs
Issue 83669 Summary Building LLVM pass out of source - undefined symbols Labels new issue Assignees Reporter

[llvm-bugs] [Bug 83666] scan-build erroneously calls "clang -v" (compile with verbose logging) to get version instead of "clang --version"

2024-03-02 Thread LLVM Bugs via llvm-bugs
Issue 83666 Summary scan-build erroneously calls "clang -v" (compile with verbose logging) to get version instead of "clang --version" Labels clang