On 6/1/05, Richard Guenther <[EMAIL PROTECTED]> wrote: > rewrite_address_base is trying at > > *op = build1 (INDIRECT_REF, TREE_TYPE (*op), with);
To see the failure in various places during a build of gcc apply the attached patch with places gcc_assert (TREE_TYPE (*op) == TREE_TYPE (TREE_TYPE (with))); before the above statement. Richard.
p
Description: Binary data