mavrogato

Results 1 issues of mavrogato

### Describe the bug SYCLカーネル内でC++20コルーチン (co_returnを使用する関数) をコンパイルしようとすると、コンパイラ(clang-22)が内部アサーションエラー(PHINode::setIncomingValue)によりクラッシュします。カスタムメモリプールアロケータを使用する特定のパターンで発生します。 ### To reproduce 1. Include a code snippet that is as short as possible ```c++ #include #include #include #include #include // Arena構造体 struct...

bug