This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/43555] [4.3/4.4/4.5/4.6 Regression] wrong address calculation of multidimensional variable-length array element



------- Comment #12 from jason at gcc dot gnu dot org  2010-05-27 20:02 -------
Subject: Bug 43555

Author: jason
Date: Thu May 27 20:02:10 2010
New Revision: 159945

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=159945
Log:
        PR c++/43555
        * decl.c (grokdeclarator) [cdk_pointer et al]: Force evaluation of
        anonymous VLA size.

Added:
    branches/gcc-4_3-branch/gcc/testsuite/g++.dg/ext/vla9.C
Modified:
    branches/gcc-4_3-branch/gcc/cp/ChangeLog
    branches/gcc-4_3-branch/gcc/cp/decl.c
    branches/gcc-4_3-branch/gcc/testsuite/ChangeLog


-- 


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]