Issue 140367
Summary [clang] Assertion `!AllocType->isArrayType() && "array allocation with non-array new"' failed.
Labels clang
Assignees
Reporter k-arrows
    Reproducer:
https://godbolt.org/z/a4deTqq87
```cpp
auto p1 = new int[][1]();
```
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to