Fix uninit warning reported by Andrew Pinski.
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 8 Apr 2008 01:57:48 +0000 (01:57 +0000)
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 8 Apr 2008 01:57:48 +0000 (01:57 +0000)
commit66c14530c4e24749bff5f094d6d74aeb9dda784f
tree53ff872d8a6d28d7382a039c3adedbddf3db8d22
parent8e1752eb07433c60107578f7314150e963ef17d4
Fix uninit warning reported by Andrew Pinski.
pt.c (tsubst_copy, case SIZEOF_EXPR): Initialize len.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@134001 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/pt.c