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: 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.


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