This is the mail archive of the gcc@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: Bogous trees in ivopts again!


On 6/1/05, Richard Guenther <rguenth@tat.physik.uni-tuebingen.de> 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.

Attachment: p
Description: Binary data


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