This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [C++ PATCH] Fix vector_size handling in templates (PR c++/35758)
- From: Jason Merrill <jason at redhat dot com>
- To: Jakub Jelinek <jakub at redhat dot com>
- Cc: Mark Mitchell <mark at codesourcery dot com>, gcc-patches at gcc dot gnu dot org
- Date: Mon, 07 Apr 2008 13:32:22 -0400
- Subject: Re: [C++ PATCH] Fix vector_size handling in templates (PR c++/35758)
- References: <20080401143240.GR30807@devserv.devel.redhat.com>
I believe this patch is appropriate and correct and fixes the
regression, regardless of whether we also try to implement deduction for
'vector T'. If reconstruct_complex_type doesn't do the right thing for
C++, this is the way to fix it.
Jason