[llvm-bugs] [Bug 81100] [Flang][OpenMP] flang-new doesn't report a wrong usage of `atomic capture`

2024-02-07 Thread LLVM Bugs via llvm-bugs
Issue 81100 Summary [Flang][OpenMP] flang-new doesn't report a wrong usage of `atomic capture` Labels openmp, flang:frontend Assignees

[llvm-bugs] [Bug 81099] [Flang][OpenMP] Compilation error of `atomic update` with `MAX` for variables of different types

2024-02-07 Thread LLVM Bugs via llvm-bugs
Issue 81099 Summary [Flang][OpenMP] Compilation error of `atomic update` with `MAX` for variables of different types Labels openmp, flang

[llvm-bugs] [Bug 81097] [Flang] Compilation error of a DATA-stmt-like initialization for a component of a derived type

2024-02-07 Thread LLVM Bugs via llvm-bugs
Issue 81097 Summary [Flang] Compilation error of a DATA-stmt-like initialization for a component of a derived type Labels flang:frontend, crash

[llvm-bugs] [Bug 81091] Cannot find location for unit tests of __wrap_iter

2024-02-07 Thread LLVM Bugs via llvm-bugs
Issue 81091 Summary Cannot find location for unit tests of __wrap_iter Labels Assignees Reporter hawkinsw

[llvm-bugs] [Bug 81090] Intrinsics - Do not know how to widen the result of this operator

2024-02-07 Thread LLVM Bugs via llvm-bugs
Issue 81090 Summary Intrinsics - Do not know how to widen the result of this operator Labels new issue Assignees Re

[llvm-bugs] [Bug 81089] Clang rejects valid code for incorrectly choosing protected destructor in list initilization

2024-02-07 Thread LLVM Bugs via llvm-bugs
Issue 81089 Summary Clang rejects valid code for incorrectly choosing protected destructor in list initilization Labels clang Assignees

[llvm-bugs] [Bug 81088] Clang fails when building LLVM for RISCV

2024-02-07 Thread LLVM Bugs via llvm-bugs
Issue 81088 Summary Clang fails when building LLVM for RISCV Labels clang Assignees Reporter kongy

[llvm-bugs] [Bug 81084] Merge 4520b478d2512b0f39764e0464dcb4cb961845b5 into 18.x

2024-02-07 Thread LLVM Bugs via llvm-bugs
Issue 81084 Summary Merge 4520b478d2512b0f39764e0464dcb4cb961845b5 into 18.x Labels new issue Assignees Reporter

[llvm-bugs] [Bug 81070] Cross-compiling with clang-cl to intel on an arm machine doesn't work great (or at all)

2024-02-07 Thread LLVM Bugs via llvm-bugs
Issue 81070 Summary Cross-compiling with clang-cl to intel on an arm machine doesn't work great (or at all) Labels new issue Assignees

[llvm-bugs] [Bug 81049] [HLSL] `half` should alias `float` when 16-bit types are not enabled

2024-02-07 Thread LLVM Bugs via llvm-bugs
Issue 81049 Summary [HLSL] `half` should alias `float` when 16-bit types are not enabled Labels HLSL Assignees llvm-beanz

[llvm-bugs] [Bug 81047] Overload resolution should promote 16-bit types

2024-02-07 Thread LLVM Bugs via llvm-bugs
Issue 81047 Summary Overload resolution should promote 16-bit types Labels HLSL Assignees llvm-beanz Re

[llvm-bugs] [Bug 81046] [FMV] -Wunused-function incorrectly complains about versioned static functions

2024-02-07 Thread LLVM Bugs via llvm-bugs
Issue 81046 Summary [FMV] -Wunused-function incorrectly complains about versioned static functions Labels new issue Assignees

[llvm-bugs] [Bug 81043] [FMV] mangling of forward-declared multi-versioned callee differs between gcc and clang

2024-02-07 Thread LLVM Bugs via llvm-bugs
Issue 81043 Summary [FMV] mangling of forward-declared multi-versioned callee differs between gcc and clang Labels clang Assignees

[llvm-bugs] [Bug 81036] [HLSL][SPIR-V] Add RWBuffer type support

2024-02-07 Thread LLVM Bugs via llvm-bugs
Issue 81036 Summary [HLSL][SPIR-V] Add RWBuffer type support Labels HLSL, backend:SPIR-V Assignees sudonatalie

[llvm-bugs] [Bug 81025] [Flang] Incorrect use association for generic names.

2024-02-07 Thread LLVM Bugs via llvm-bugs
Issue 81025 Summary [Flang] Incorrect use association for generic names. Labels flang Assignees Reporter

[llvm-bugs] [Bug 81019] Explicit template instantiation rejected when the template is found via `using namespace`

2024-02-07 Thread LLVM Bugs via llvm-bugs
Issue 81019 Summary Explicit template instantiation rejected when the template is found via `using namespace` Labels new issue Assignees

[llvm-bugs] [Bug 81016] attribute `[[noreturn]]` Diagnoses 'should not return' on a void function

2024-02-07 Thread LLVM Bugs via llvm-bugs
Issue 81016 Summary attribute `[[noreturn]]` Diagnoses 'should not return' on a void function Labels clang:diagnostics Assignees

[llvm-bugs] [Bug 81013] Unable to compile LLVM with GCC 8.1

2024-02-07 Thread LLVM Bugs via llvm-bugs
Issue 81013 Summary Unable to compile LLVM with GCC 8.1 Labels new issue Assignees Reporter jabrah

[llvm-bugs] [Bug 81012] fatal error: error in backend: Do not know how to split this operator's operand! when compiling qtwebengine-6.6.1 with clang 17.0.6 on x86_64

2024-02-07 Thread LLVM Bugs via llvm-bugs
Issue 81012 Summary fatal error: error in backend: Do not know how to split this operator's operand! when compiling qtwebengine-6.6.1 with clang 17.0.6 on x86_64 Labels c

[llvm-bugs] [Bug 81001] [clang-tidy] New check: Prefer list initialization

2024-02-07 Thread LLVM Bugs via llvm-bugs
Issue 81001 Summary [clang-tidy] New check: Prefer list initialization Labels enhancement, clang-tidy Assignees

[llvm-bugs] [Bug 81000] Backport 16a1ef86cbc5e6c829919ec6c73325413b0cd21b to release/18.x

2024-02-07 Thread LLVM Bugs via llvm-bugs
Issue 81000 Summary Backport 16a1ef86cbc5e6c829919ec6c73325413b0cd21b to release/18.x Labels compiler-rt, compiler-rt:sanitizer Assign

[llvm-bugs] [Bug 80999] test-release.sh ninja install does builds in Phase 3

2024-02-07 Thread LLVM Bugs via llvm-bugs
Issue 80999 Summary test-release.sh ninja install does builds in Phase 3 Labels new issue Assignees tstellar

[llvm-bugs] [Bug 80997] lambda with `this auto` that captures `this` in a member function is not an integral constant expression

2024-02-07 Thread LLVM Bugs via llvm-bugs
Issue 80997 Summary lambda with `this auto` that captures `this` in a member function is not an integral constant _expression_ Labels new issue As

[llvm-bugs] [Bug 80992] [BOLT] perf2bolt fails on aarch64 due to an unsupported CFI opcode

2024-02-07 Thread LLVM Bugs via llvm-bugs
Issue 80992 Summary [BOLT] perf2bolt fails on aarch64 due to an unsupported CFI opcode Labels BOLT Assignees Report

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

2024-02-07 Thread ClusterFuzz-External via monorail via llvm-bugs
Comment #3 on issue 65993 by ClusterFuzz-External: llvm: Fuzzing build failure https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=65993#c3 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 80982] [OMPT] Ident wrong ident flags with distributed parallel for

2024-02-07 Thread LLVM Bugs via llvm-bugs
Issue 80982 Summary [OMPT] Ident wrong ident flags with distributed parallel for Labels new issue Assignees Reporte

[llvm-bugs] [Bug 80981] Inconsistent indentation

2024-02-07 Thread LLVM Bugs via llvm-bugs
Issue 80981 Summary Inconsistent indentation Labels Assignees Reporter HFriberg When I form

[llvm-bugs] [Bug 80980] [AArch64][SVE] Cannot be vectorized because unsafe dependent memory operation in loop (TSVC, s115)

2024-02-07 Thread LLVM Bugs via llvm-bugs
Issue 80980 Summary [AArch64][SVE] Cannot be vectorized because unsafe dependent memory operation in loop (TSVC, s115) Labels new issue Assignees

[llvm-bugs] [Bug 80971] ICE when explicit object parameter be a function parameter pack

2024-02-07 Thread LLVM Bugs via llvm-bugs
Issue 80971 Summary ICE when explicit object parameter be a function parameter pack Labels new issue Assignees Repo

[llvm-bugs] [Bug 80964] [clang++ crash] while building Chromium 121

2024-02-07 Thread LLVM Bugs via llvm-bugs
Issue 80964 Summary [clang++ crash] while building Chromium 121 Labels clang Assignees Reporter sq

[llvm-bugs] [Bug 80963] Clang fails to detect illegal copy constructor with template class as its parameter

2024-02-07 Thread LLVM Bugs via llvm-bugs
Issue 80963 Summary Clang fails to detect illegal copy constructor with template class as its parameter Labels clang Assignees

[llvm-bugs] [Bug 80961] Backport a18e92d to release/18.x

2024-02-07 Thread LLVM Bugs via llvm-bugs
Issue 80961 Summary Backport a18e92d to release/18.x Labels new issue Assignees Reporter Fznamznon

[llvm-bugs] [Bug 80960] Inconsistent results for mlir arith shift operations

2024-02-07 Thread LLVM Bugs via llvm-bugs
Issue 80960 Summary Inconsistent results for mlir arith shift operations Labels mlir Assignees Reporter

[llvm-bugs] [Bug 80957] [llvm-exegesis] Middle half repetition mode test flaky

2024-02-07 Thread LLVM Bugs via llvm-bugs
Issue 80957 Summary [llvm-exegesis] Middle half repetition mode test flaky Labels tools:llvm-exegesis, new issue Assignees

[llvm-bugs] [Bug 80954] llvm crash: Assertion `Idx >= 0 && "Invalid basic block argument!"' failed.

2024-02-07 Thread LLVM Bugs via llvm-bugs
Issue 80954 Summary llvm crash: Assertion `Idx >= 0 && "Invalid basic block argument!"' failed. Labels new issue Assignees

[llvm-bugs] [Bug 80953] Clang-Tidy: [misc-redundant-expression] false positive for fold expression (...)

2024-02-07 Thread LLVM Bugs via llvm-bugs
Issue 80953 Summary Clang-Tidy: [misc-redundant-_expression_] false positive for fold _expression_ (...) Labels clang-tidy Assignees