https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89631

rsandifo at gcc dot gnu.org <rsandifo at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
           Assignee|unassigned at gcc dot gnu.org      |rsandifo at gcc dot 
gnu.org

--- Comment #3 from rsandifo at gcc dot gnu.org <rsandifo at gcc dot gnu.org> 
---
(In reply to Richard Biener from comment #1)
> I guess it's
> 
>     case REG:
>       switch (GET_CODE (src))
>         {
> ...
>           /* Rule 6 */
>         case CONST_INT:
>         case POLY_INT_CST:
> 
> because POLY_INT_CST is a tree code.  Should be CONST_POLY_INT instead.
> Richard - care to fix/test this?
Sure.  Fix is easy, test not so much. :-)  This probably won't get
much coverage until we have ACLE support.

Reply via email to