]> git.ipfire.org Git - thirdparty/gcc.git/commit
Replace fixed size array that was holding vtable pointers with a vector, allowing...
authorCaroline Tice <cmtice@google.com>
Wed, 28 Aug 2013 21:06:43 +0000 (14:06 -0700)
committerCaroline Tice <ctice@gcc.gnu.org>
Wed, 28 Aug 2013 21:06:43 +0000 (14:06 -0700)
commitb208ba405685dc77a095a22db323323abb3bf846
treeb91ce3c583553fff1f3e57c01e9b109865973396
parent1b08b734395b9ed5e19cd24cc7e373dc67a494b1
Replace fixed size array that was holding vtable pointers with a vector, allowing dynamic resizing.

Replace fixed size array that was holding vtable pointers
with a vector, allowing dynamic resizing.  ALso fix issues with
warning diagnostics.

From-SVN: r202060
gcc/cp/ChangeLog
gcc/cp/vtable-class-hierarchy.c