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

Robin Dapp <rdapp at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to fail|                            |14.1.0
             Status|UNCONFIRMED                 |NEW
     Ever confirmed|0                           |1
             Target|                            |riscv
   Last reconfirmed|                            |2024-07-29

--- Comment #1 from Robin Dapp <rdapp at gcc dot gnu.org> ---
Confirmed failing on the trunk,  instead of reverting the patch we can just use
-fno-vect-cost-model, so the full command line would be
-O3 -march=rv64gcv -fno-inline -fno-vect-cost-model.

Reply via email to