-
| | |
|------------------|-----------------|
|Previous ID | SR-14446 |
|Radar | rdar://problem/76218647 |
|Original Repo…
-
**Description**
Compiling the attached code snippet crashes the Swift compiler.
```
Please submit a bug report (https://swift.org/contributing/#reporting-bugs) and include the crash backtrace.
S…
-
### Aim
I tried to print a vector
```
fn main() {
let message = "hello world";
let message_bytes = message.as_bytes();
let mut message_vec = message.as_bytes_vec();
std::print…
-
| | |
| --- | --- |
| Bugzilla Link | [17335](https://llvm.org/bz17335) |
| Version | trunk |
| OS | All |
| Attachments | [Patch to add a test to unittestshttps://user-images.githubusercontent.com/…
-
All of our dependencies are null safe so it would be nice for this to be null safe as well. Any chance we could sponsor you for a few hours to upgrade it to null safety?
-
### Aim
Here is my bls signature verification implementation in Noir: https://github.com/onurinanc/noir-bls-signature. When I tried to run this, the cli crashed somehow. There are 2 more persons that…
-
With CUDA version 10.1.X, the file below gives
**Error: Internal Compiler Error (codegen): there was an error in verifying the lgenfe output!**
when compiled on BlueOS with a Clang host compile…
-
### Description
Performing a pack expansion on a type parameter pack present within a closure's parameters in order to materialize a tuple of its metatypes _sometimes_ crashes the compiler. Compila…
slice updated
8 months ago
-
I noticed that multiple OpenMP errors of this kind cause substantial slowdown and excessive error message output.
```
#!/bin/bash
constructs=(parallel sections workshare paralleldo task master…
-
### Description
When installing _onetbb_ with `interprocedural_optimization=False` the option isn't propagated correctly, resulting in `TBB_ENABLE_IPO` not being set to false.
This is because of …