[llvm-bugs] [Bug 125426] Unsafe Implementation: std::future undefined behavior when the object is not valid

2025-02-02 Thread LLVM Bugs via llvm-bugs
Issue 125426 Summary Unsafe Implementation: std::future undefined behavior when the object is not valid Labels new issue Assignees

[llvm-bugs] [Bug 125428] std::async in future does not throw system_error as required (libc++)

2025-02-02 Thread LLVM Bugs via llvm-bugs
Issue 125428 Summary std::async in future does not throw system_error as required (libc++) Labels libc++ Assignees

[llvm-bugs] [Bug 125393] BUG: v20.1.0.rc1 fails `ninja check-llvm` with two failed `ExecutionEngine/OrcLazy` tests

2025-02-02 Thread LLVM Bugs via llvm-bugs
Issue 125393 Summary BUG: v20.1.0.rc1 fails `ninja check-llvm` with two failed `ExecutionEngine/OrcLazy` tests Labels new issue Assignees

[llvm-bugs] [Bug 125417] clang crashes on valid code at -O{s, 2, 3} on x86_64-linux-gnu: Assertion `!Order.empty() && "expected non-empty order"' failed

2025-02-02 Thread LLVM Bugs via llvm-bugs
e -clear-ast-before-backend -main-file-name small.c -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/local/suz-

[llvm-bugs] [Bug 125390] [clang] [Index] The requirements are not handled when generates USR for `TemplateDecl`

2025-02-02 Thread LLVM Bugs via llvm-bugs
Issue 125390 Summary [clang] [Index] The requirements are not handled when generates USR for `TemplateDecl` Labels clang Assignees

[llvm-bugs] [Bug 125449] [OpenMP] offload to x86 doesn't segfaults

2025-02-02 Thread LLVM Bugs via llvm-bugs
Issue 125449 Summary [OpenMP] offload to x86 doesn't segfaults Labels new issue Assignees Reporter

[llvm-bugs] [Bug 125430] Clang-format - AllowShortLambdasOnASingleLine - doesn't work for braced called constructers

2025-02-02 Thread LLVM Bugs via llvm-bugs
Issue 125430 Summary Clang-format - AllowShortLambdasOnASingleLine - doesn't work for braced called constructers Labels clang-format Assignees

[llvm-bugs] [Bug 125438] `BinaryOperator::swapOperands` comment is out of date in implementation

2025-02-02 Thread LLVM Bugs via llvm-bugs
Issue 125438 Summary `BinaryOperator::swapOperands` comment is out of date in implementation Labels new issue Assignees

[llvm-bugs] [Bug 125437] Cannot find "docs/ocamldoc/html/." error while installing llvm on Debian Trixie (current testing)

2025-02-02 Thread LLVM Bugs via llvm-bugs
Issue 125437 Summary Cannot find "docs/ocamldoc/html/." error while installing llvm on Debian Trixie (current testing) Labels Assignees

[llvm-bugs] [Bug 125444] [Flang] Initialization of large arrays increases compilation time

2025-02-02 Thread LLVM Bugs via llvm-bugs
Issue 125444 Summary [Flang] Initialization of large arrays increases compilation time Labels flang Assignees Repor

[llvm-bugs] [Bug 125443] [Flang] Compilation abnormally terminates when the array size is too large

2025-02-02 Thread LLVM Bugs via llvm-bugs
Issue 125443 Summary [Flang] Compilation abnormally terminates when the array size is too large Labels flang:frontend Assignees

[llvm-bugs] [Bug 125446] [Flang] Incorrect message when concat-op is specified for io-unit

2025-02-02 Thread LLVM Bugs via llvm-bugs
Issue 125446 Summary [Flang] Incorrect message when concat-op is specified for io-unit Labels flang:frontend Assignees

[llvm-bugs] [Bug 125439] clang ICE when decltype'ing a capture inside a lambda using deducing this

2025-02-02 Thread LLVM Bugs via llvm-bugs
Issue 125439 Summary clang ICE when decltype'ing a capture inside a lambda using deducing this Labels clang Assignees

[llvm-bugs] [Bug 125441] Clang fails to compile when using `std::tuple_size_v` in concept, but compiles with `std::tuple_size::value`

2025-02-02 Thread LLVM Bugs via llvm-bugs
Issue 125441 Summary Clang fails to compile when using `std::tuple_size_v` in concept, but compiles with `std::tuple_size::value` Labels clang Ass

[llvm-bugs] [Bug 125429] [maybe missed optimizaton] Suboptimal assembly with constexpr non-static VS static variable

2025-02-02 Thread LLVM Bugs via llvm-bugs
Issue 125429 Summary [maybe missed optimizaton] Suboptimal assembly with constexpr non-static VS static variable Labels new issue Assignees

[llvm-bugs] [Bug 125461] clang mishandles a unicode escape beyond maximum codepoint limit.

2025-02-02 Thread LLVM Bugs via llvm-bugs
Issue 125461 Summary clang mishandles a unicode escape beyond maximum codepoint limit. Labels clang Assignees Repor

[llvm-bugs] [Bug 125465] [clang-format] Lack of space after 'not' operator since clang-format-19

2025-02-02 Thread LLVM Bugs via llvm-bugs
Issue 125465 Summary [clang-format] Lack of space after 'not' operator since clang-format-19 Labels clang-format, regression:19 Assign

[llvm-bugs] [Bug 125400] [SLPVectorizer] Assertion `I->get()->isSame(VL) && "Expected same list of scalars."' failed.

2025-02-02 Thread LLVM Bugs via llvm-bugs
Issue 125400 Summary [SLPVectorizer] Assertion `I->get()->isSame(VL) && "Expected same list of scalars."' failed. Labels llvm:SLPVectorizer, crash-on-valid