This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [tree-ssa] Misc. var coalescing patches.
- From: Jason Merrill <jason at redhat dot com>
- To: Andrew MacLeod <amacleod at redhat dot com>
- Cc: gcc-patches <gcc-patches at gcc dot gnu dot org>
- Date: Thu, 31 Jul 2003 12:34:17 -0400
- Subject: Re: [tree-ssa] Misc. var coalescing patches.
- References: <1059653465.32048.833.camel@p4>
On 31 Jul 2003 08:11:04 -0400, Andrew MacLeod <amacleod@redhat.com> wrote:
> * tree-dfa.c (add_stmt_operand): Don't treat complex types as
> scalars.
If we don't want complexes here, we don't want vectors either.
Jason