This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: ACATS
- From: kenner at vlsi1 dot ultra dot nyu dot edu (Richard Kenner)
- To: john at johnrshannon dot com
- Cc: gcc at gcc dot gnu dot org
- Date: Thu, 29 Apr 04 13:15:04 EDT
- Subject: Re: ACATS
Yes, it's in my code:
if (typecode =3D=3D ARRAY_TYPE)
{
if (! compare_constant (TREE_PURPOSE (l1),
TREE_PURPOSE (l2)))
return 0;
}
and I still have the problem.
This fix was to insert a case for VIEW_CONVERT_EXPR with the other
conversions in compare_constant. Look at the head sources if unclear.