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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|tree-optimization           |testsuite
           Keywords|                            |testsuite-fail
           See Also|                            |https://gcc.gnu.org/bugzill
                   |                            |a/show_bug.cgi?id=108954
             Status|UNCONFIRMED                 |NEW
     Ever confirmed|0                           |1
            Summary|ICE vect-ifcvt-19 in        |gcc.dg/vect/vect-ifcvt-19.c
                   |build2, at tree.cc:5097     |ICEs on LLP64 target
             Target|x86_64-w64-mingw32          |*-*-mingw
   Last reconfirmed|                            |2024-01-22

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Note this is just the bug for the testcase issue rather than the ICE, the ICE
is PR 108954 .

We should change  the type of _2 and _1  to __SIZE_TYPE__ from `unsigned long`
as size_type on mingw (and some other targets) is NOT the same size as
`unsigned long`.

Reply via email to