Issue 168690
Summary [Clang] __builtin_bswapg crashes on bool
Labels clang, crash-on-valid
Assignees
Reporter philnik777
    ```c++
auto test(bool c) {
  return __builtin_bswapg(c);
}
```
causes Clang to crash with an assertions build: https://godbolt.org/z/7PePeTKGY

This should just be the identity.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to