[Bug libstdc++/3247] valarray private member

cvs-commit at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Wed Mar 10 06:42:00 GMT 2004


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-03-10 06:42 -------
Subject: Bug 3247

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-3_4-branch
Changes by:	jlquinn@gcc.gnu.org	2004-03-10 06:42:41

Modified files:
	libstdc++-v3/include/bits: gslice.h gslice_array.h 
	                           indirect_array.h mask_array.h 
	                           valarray_array.tcc 
	libstdc++-v3   : ChangeLog 
Added files:
	libstdc++-v3/testsuite/26_numerics: 
	                                    valarray_subset_assignment.cc 

Log message:
	2004-03-10  Jerry Quinn  <jlquinn@optonline.net>
	
	PR 3247
	* include/bits/gslice_array.h (gslice_array()): Make public.
	(operator=(gslice_array)): Make public.  Implement.
	* include/bits/indirect_array.h (indirect_array()): Make public.
	* include/bits/mask_array.h (mask_array()): Make public.
	(operator=(mask_array)): Make public.  Implement.
	* include/bits/valarray_array.tcc (__valarray_copy):
	Comment.  Add versions for gslice_array and mask_array.
	* testsuite/26_numerics/valarray_subset_assignment.cc:  New test.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/26_numerics/valarray_subset_assignment.cc.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/gslice.h.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.5.14.2&r2=1.5.14.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/gslice_array.h.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.8.14.2&r2=1.8.14.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/indirect_array.h.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.9.14.2&r2=1.9.14.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/mask_array.h.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.8.14.2&r2=1.8.14.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/valarray_array.tcc.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.4&r2=1.4.10.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.2224.2.57&r2=1.2224.2.58



-- 


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



More information about the Gcc-bugs mailing list