[llvm-bugs] [Bug 52201] New: clang-13 -static-pie AND -fuse-ld=lld produce unusable a.out

2021-10-18 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=52201 Bug ID: 52201 Summary: clang-13 -static-pie AND -fuse-ld=lld produce unusable a.out Product: clang Version: trunk Hardware: Other OS: Linux Status: NEW

[llvm-bugs] [Bug 52203] New: clangd 13.0 crashes with the simplest C++ code

2021-10-18 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=52203 Bug ID: 52203 Summary: clangd 13.0 crashes with the simplest C++ code Product: clang-tools-extra Version: unspecified Hardware: PC OS: Linux Status: NEW Severity

[llvm-bugs] [Bug 52204] New: AMDGPU SILowerControlFlow fails to preserve LiveVariables

2021-10-18 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=52204 Bug ID: 52204 Summary: AMDGPU SILowerControlFlow fails to preserve LiveVariables Product: libraries Version: trunk Hardware: PC OS: Linux Status: NEW

[llvm-bugs] [Bug 50912] [Docs] toctree contains reference to nonexisting document 'AttributeReference'

2021-10-18 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=50912 Shivam Gupta changed: What|Removed |Added Resolution|--- |WORKSFORME Status|NEW

[llvm-bugs] [Bug 52205] New: Instcombine breaks apart std::clamp, X86 backend is unable to reconstruct

2021-10-18 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=52205 Bug ID: 52205 Summary: Instcombine breaks apart std::clamp, X86 backend is unable to reconstruct Product: libraries Version: trunk Hardware: PC OS: Linux

[llvm-bugs] [Bug 47350] Consteval functions in unevaluted context

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

[llvm-bugs] [Bug 47615] Clang crashes on some abstruse but valid C++20 code

2021-10-18 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=47615 Aaron Ballman changed: What|Removed |Added Resolution|--- |WORKSFORME CC|

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

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

[llvm-bugs] [Bug 48640] Missed optimization for ((X ashr C1) & C2) == 0

2021-10-18 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=48640 Sanjay Patel changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] [Bug 44047] [C++20] be less overzealous detecting 'lambda expression in unevaluated context'

2021-10-18 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=44047 Aaron Ballman changed: What|Removed |Added Resolution|--- |WORKSFORME CC|

[llvm-bugs] [Bug 44848] C++20 template lambda calling another template lambda causes segfault

2021-10-18 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=44848 Aaron Ballman changed: What|Removed |Added CC||aa...@aaronballman.com Resolution|---

[llvm-bugs] [Bug 44005] lambda expression in template argument fails

2021-10-18 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=44005 Aaron Ballman changed: What|Removed |Added Resolution|--- |WORKSFORME CC|

[llvm-bugs] [Bug 52206] New: Clang allow inconsistent deduction for auto return type when using if consteval

2021-10-18 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=52206 Bug ID: 52206 Summary: Clang allow inconsistent deduction for auto return type when using if consteval Product: clang Version: trunk Hardware: PC OS: All

[llvm-bugs] [Bug 43537] ICE with list-initialization and array of unknown bound

2021-10-18 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=43537 Aaron Ballman changed: What|Removed |Added CC||aa...@aaronballman.com Resolution|---

[llvm-bugs] [Bug 39963] Structured binding declaration & closure does not work

2021-10-18 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=39963 Aaron Ballman changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[llvm-bugs] [Bug 41977] ICE on lambda trailing return type with variadic arguments

2021-10-18 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=41977 Aaron Ballman changed: What|Removed |Added Resolution|--- |DUPLICATE CC|

[llvm-bugs] [Bug 50751] False-positive -Wnon-c-typedef-for-linkage, pre-C++20

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

[llvm-bugs] [Bug 50290] Cannot use fields in requires expression before declaration

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

[llvm-bugs] [Bug 49881] Explicit call of template lambda operator()

2021-10-18 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=49881 Aaron Ballman changed: What|Removed |Added CC||aa...@aaronballman.com Status|NEW

[llvm-bugs] [Bug 49742] Constexpr variadic template constructor initializing flexible array member crashes compiler

2021-10-18 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=49742 Aaron Ballman changed: What|Removed |Added Resolution|--- |WORKSFORME Status|NEW

[llvm-bugs] [Bug 49620] Assertion failure when using overloaded non-binary operator in requires clause

2021-10-18 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=49620 Aaron Ballman changed: What|Removed |Added CC||aa...@aaronballman.com Status|NEW

[llvm-bugs] [Bug 52207] New: lld-link crashes in Visual Studio 2022 Preview

2021-10-18 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=52207 Bug ID: 52207 Summary: lld-link crashes in Visual Studio 2022 Preview Product: lld Version: unspecified Hardware: PC OS: Windows NT Status: NEW Severity: normal

[llvm-bugs] [Bug 52208] New: Casting.h:269: typename llvm::cast_retty::ret_type llvm::cast(Y*) [with X = llvm::FixedVectorType; Y = llvm::VectorType; typename llvm::cast_retty::ret_type

2021-10-18 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=52208 Bug ID: 52208 Summary: Casting.h:269: typename llvm::cast_retty::ret_type llvm::cast(Y*) [with X = llvm::FixedVectorType; Y = llvm::VectorType; typename llvm::cast_retty::ret_type =

[llvm-bugs] [Bug 52193] -clear-ast-before-backend segfaults when used with -print-stats

2021-10-18 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=52193 Arthur Eubanks changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[llvm-bugs] [Bug 51547] ICE attempting to deduce array of class template in new-expression

2021-10-18 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=51547 Aaron Ballman changed: What|Removed |Added CC||aa...@aaronballman.com Resolution|---

[llvm-bugs] [Bug 52209] New: Adding char const * and std::string with -DLIBCPP_DEBUG yields segfault

2021-10-18 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=52209 Bug ID: 52209 Summary: Adding char const * and std::string with -DLIBCPP_DEBUG yields segfault Product: libc++ Version: 11.0 Hardware: PC OS: Linux St

[llvm-bugs] [Bug 52210] New: Failure to compile void{}

2021-10-18 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=52210 Bug ID: 52210 Summary: Failure to compile void{} Product: clang Version: trunk Hardware: PC OS: Linux Status: NEW Severity: enhancement Priority: P

[llvm-bugs] [Bug 51399] Failed to compile expression with constant operator=()

2021-10-18 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=51399 Aaron Ballman changed: What|Removed |Added Resolution|--- |WONTFIX Status|NEW

[llvm-bugs] [Bug 52211] New: Merge a5de04d2617191661fbaaee741ec47f8c1f9478e into 13.0.1

2021-10-18 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=52211 Bug ID: 52211 Summary: Merge a5de04d2617191661fbaaee741ec47f8c1f9478e into 13.0.1 Product: libraries Version: trunk Hardware: Other OS: All Status: NEW

[llvm-bugs] [Bug 52212] New: Merge 89f0587154bd66ca78963f5c5a07982e5e0b1ff0 into 13.0.1

2021-10-18 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=52212 Bug ID: 52212 Summary: Merge 89f0587154bd66ca78963f5c5a07982e5e0b1ff0 into 13.0.1 Product: libraries Version: trunk Hardware: All OS: OpenBSD Status: N