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

Jason Merrill <jason at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jason at gcc dot gnu.org
            Summary|ICE on valid C++11 code on  |ICE with decltype of VLA in
                   |x86_64-linux-gnu:           |lambda
                   |verify_gimple failed        |

--- Comment #3 from Jason Merrill <jason at gcc dot gnu.org> ---
This is not valid C++11 code: b (and thus c) are VLAs, which are not part of
any C++ standard.  But we should still accept it.

G++ currently has trouble with outer VLA types that aren't simple "array of
runtime bound" from the cancelled Arrays TS.

Reply via email to