OSDN Git Service

* typeck.c (cp_build_array_ref): Factor out from...
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 13 May 2010 20:53:38 +0000 (20:53 +0000)
committerMasaki Muranaka <monaka@monami-software.com>
Sun, 23 May 2010 05:08:01 +0000 (14:08 +0900)
commit1c5c190990dc6aee743a667d3f695b8b751dc9b6
tree278cdbdbf6a48d823e2388f3cd19a75e9140a5ef
parent3420efb3b76a3fda4a0c5bc21770f73161742d7e
* typeck.c (cp_build_array_ref): Factor out from...
(build_array_ref): ...here.  Drop complain parm.
(build_new_op): Adjust.
* class.c (build_vtbl_ref_1): Adjust.
* decl2.c (grok_array_decl): Adjust.
* cp-tree.h: Adjust prototypes.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@159377 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/call.c
gcc/cp/class.c
gcc/cp/cp-tree.h
gcc/cp/decl2.c
gcc/cp/typeck.c