http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48446

--- Comment #10 from Jason Merrill <jason at gcc dot gnu.org> 2011-05-06 
21:58:32 UTC ---
Author: jason
Date: Fri May  6 21:58:30 2011
New Revision: 173514

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=173514
Log:
    PR c++/48446
    * decl.c (stabilize_save_expr_r, stabilize_vla_size): New.
    (grokdeclarator): Use stabilize_vla_size.
    * init.c (get_temp_regvar): No longer static.
    * cp-tree.h: Declare it.

Added:
    branches/gcc-4_6-branch/gcc/testsuite/c-c++-common/vla-1.c
    branches/gcc-4_6-branch/gcc/testsuite/g++.dg/ext/vla10.C
Modified:
    branches/gcc-4_6-branch/gcc/cp/ChangeLog
    branches/gcc-4_6-branch/gcc/cp/cp-tree.h
    branches/gcc-4_6-branch/gcc/cp/decl.c
    branches/gcc-4_6-branch/gcc/cp/init.c
    branches/gcc-4_6-branch/gcc/testsuite/ChangeLog

Reply via email to