r119054 - in /branches/gcc-4_1-branch/gcc: cp/C...

jakub@gcc.gnu.org jakub@gcc.gnu.org
Tue Nov 21 10:54:00 GMT 2006


Author: jakub
Date: Tue Nov 21 10:54:11 2006
New Revision: 119054

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=119054
Log:
	PR c++/29734
	* cp-tree.h (WANT_VECTOR): Define.
	(WANT_ARITH): Add WANT_VECTOR.
	* cvt.c (build_expr_type_conversion): Handle vector types.
	* typeck.c (build_unary_op): Add WANT_VECTOR to
	build_expr_type_conversion flags.

	* g++.dg/conversion/simd4.C: New test.

Added:
    branches/gcc-4_1-branch/gcc/testsuite/g++.dg/template/static29.C
Modified:
    branches/gcc-4_1-branch/gcc/cp/ChangeLog
    branches/gcc-4_1-branch/gcc/cp/decl.c
    branches/gcc-4_1-branch/gcc/testsuite/ChangeLog



More information about the Gcc-cvs mailing list