https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77841

--- Comment #4 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
In C++20, this should also work:

new char[4](1,2,3,4);

Reply via email to