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

--- Comment #3 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Marek Polacek <mpola...@gcc.gnu.org>:

https://gcc.gnu.org/g:96a5c483afbe0cb3fb037641bf2b5658531d9255

commit r11-5917-g96a5c483afbe0cb3fb037641bf2b5658531d9255
Author: Marek Polacek <pola...@redhat.com>
Date:   Thu Dec 10 15:34:19 2020 -0500

    c++: Add fixed test [PR91506]

    Pre-r11-557 we issued a bogus

      error: parameter may not have variably modified type 'double [x]'

    but now we compile this, as we should.

    gcc/testsuite/ChangeLog:

            PR c++/91506
            * g++.dg/init/array60.C: New test.

Reply via email to