This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH]: Fix PR tree-optimization/20926
- From: Diego Novillo <dnovillo at redhat dot com>
- To: Daniel Berlin <dberlin at dberlin dot org>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Mon, 11 Apr 2005 12:56:25 -0400
- Subject: Re: [PATCH]: Fix PR tree-optimization/20926
- Organization: Red Hat Canada
- References: <1113238280.5450.48.camel@linux.site>
On Mon, Apr 11, 2005 at 12:51:20PM -0400, Daniel Berlin wrote:
> Diego, since this is *always* the case, should i simply attempt to move
> this logic into add_type_alias itself, so that if you call it with a var
> that has subvars, it automatically does the right thing?
> I wasn't sure whether i should force the callers to know what they are
> doing, or just make the callee handle it for them.
>
Yes, this is a better idea. Thanks.
Diego.