r135736 - in /branches/gcc-4_3-branch/gcc: cp/C...

jakub@gcc.gnu.org jakub@gcc.gnu.org
Wed May 21 19:58:00 GMT 2008


Author: jakub
Date: Wed May 21 19:58:27 2008
New Revision: 135736

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=135736
Log:
	PR c++/36023
	* cp-tree.h (check_array_initializer): New prototype.
	* decl.c (check_array_initializer): New function.
	(check_initializer): Call it.
	* semantics.c (finish_compound_literal): Call it for ARRAY_TYPEs.

	* g++.dg/ext/complit10.C: New test.

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



More information about the Gcc-cvs mailing list