This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [tree-ssa] More CCP fixes [patch]


On 14 Aug 2002 07:53:25 -0400, Diego Novillo <dnovillo@redhat.com> wrote:

> If SIMPLE is supposed to be language-independent, allowing C-like type
> casts does not look right (original SIMPLE did allow them).

I think the problem here is not so much C-isms as special knowledge in the
expander, in this case store_field.  We need to make that knowledge
explicit in the tree representation.  As to how we do that, using different
types seems cleaner to me than adding explicit arithmetic at this level of
abstraction.

Jason


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]