-
### Code
Can not reproduce it with minimized code for now, and the whole repository is private.
Update: Thanks for @buaazp providing a minimal reproduce codebase https://github.com/buaazp/rust-bug…
-
When compiling https://github.com/GuillaumeGomez/mdBook/tree/bug-rustc, I got a segfault. When running under valgrind I get:
```
==563011== Thread 3 rustc:
==563011== Mismatched new/delete alignment …
-
I had a feeling like we already reported this, but can't find anything.
The compiler fails while `izumi-reflect` introspects `Array[Byte]` with an obscure stacktrace:
```
java.lang.AssertionEr…
-
Estimated time: 20 hours
During the development of the universal backend, some unit tests were created to test correctness of very specific primitives, such as ```##fx+``` (which adds two fixnums),…
-
Clang trunk crashes on this code:
To reproduce: https://godbolt.org/z/KdKh74q3W
```c
const union {
struct {
char x [0x10000000ULL];
char y [4];
};
}
…
-
## Description
I have a use case where I need to be able to handle both abicoder v1 and abicoder v2 inputs. Preferably I'm also able to have `via-ir` enabled, but that seems to cause issues.
Cre…
-
Is it possible to use and configure the compiler [AutoLaTeX](/gallandarakhneorg/autolatex) in the plugin?
AutoLaTeX provides features similar to rubber, but it is more powerful on the generation of i…
-
Hello there, the following invalid test case crashes clang++ by triggering a backend error:
```cpp
int a() { float b[({ goto c; 0; }) + ({ ({ ({ c: 0; }); }); })]; }
```
Tested versions: 3.4 ~…
-
@SimonDanisch is experiencing lots of issues running on windows
The robot example is failing during rendering with
```
julia> Multibody.render(robot, sol; y=2, lookat=[0,1,0], filename = "robot…
-
### 🐛 Describe the bug
Not sure whether this kind of thing is not supposed to be supported, but trying to get to the base tensor of a view using `as_strided` operation fails when trying to `torch.c…