re PR c++/62127 (ICE with VLA in constructor)
commitdaaf6209a4b83e4fdd8a0b744833399169e282e9
authorJan Hubicka <hubicka@ucw.cz>
Mon, 13 Oct 2014 14:43:24 +0000 (13 16:43 +0200)
committerJan Hubicka <hubicka@gcc.gnu.org>
Mon, 13 Oct 2014 14:43:24 +0000 (13 14:43 +0000)
tree0ad6305f1184964cd9f3873141578db39f38c54c
parent01d6452fe545c30b8f9c9cb1a270d923aa572848
re PR c++/62127 (ICE with VLA in constructor)

PR tree-optimization/62127
* g++.dg/torture/pr62127.C: New testcase.
* tree.c (remap_type_1): When remapping array, remap
also its type.

From-SVN: r216150
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/torture/pr62127.C [new file with mode: 0644]
gcc/tree-inline.c