-
**This testcase is generated by a fuzzer.**
Compiler Explorer: [https://godbolt.org/z/Pbzb7e88f](https://godbolt.org/z/Pbzb7e88f)
This invalid code will crash on clang trunk and clang assertion …
-
clang-20 crashed with ```vector_size``` attribute in struct.
While GCC accepts this code.
Compiler explorer: https://godbolt.org/z/54PGhTfK4
```
$cat mutant.c
typedef struct {
__attribute_…
-
**This testcase is generated by a fuzzer.**
Compiler Explorer: [https://godbolt.org/z/nv6EjfqYa](https://godbolt.org/z/nv6EjfqYa)
This valid code will crash on clang assertion trunk:
```cpp
st…
-
**This testcase is generated by a fuzzer.**
Compiler Explorer: [https://godbolt.org/z/sGb19e95M](https://godbolt.org/z/sGb19e95M)
This invalid code will crash on clang assertion trunk:
```cpp
…
-
To reproduce: https://godbolt.org/z/vvzPhaoTW
Clang trunk crashes on the following snippet
```c
int foo() {
_Atomic int ok = (_Atomic int)2;
_Atomic _Complex int buggy = (_Atomic _Comple…
-
**This testcase is generated by a fuzzer.**
Compiler Explorer: [https://godbolt.org/z/T4W7jxvMT](https://godbolt.org/z/T4W7jxvMT)
This invalid code will crash on Clang Assertion Trunk.
```cpp
…
-
**This testcase is generated by a fuzzer.**
Compiler Explorer: [https://godbolt.org/z/a4o6eoPb6](https://godbolt.org/z/a4o6eoPb6)
This invalid code will crash on both Clang Trunk and Clang Asser…
-
**This testcase is generated by a fuzzer.**
Compiler Explorer: [https://godbolt.org/z/edWcav4b4](https://godbolt.org/z/edWcav4b4)
This invalid code will crash on clang assertion trunk:
```cpp
…
-
**This testcase is generated by a fuzzer.**
Compiler Explorer: [https://godbolt.org/z/azj49bxWW](https://godbolt.org/z/azj49bxWW)
This invalid code will crash on Clang Assertion Trunk.
```cpp
…
-
**This testcase is generated by a fuzzer.**
Compiler Explorer: [https://godbolt.org/z/88vY5nrdK](https://godbolt.org/z/88vY5nrdK)
This valid code will crash on Clang Assertion Trunk.
```cpp
__…