public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/109773] New: RISC-V: ICE when build RVV Intrinisc
@ 2023-05-08 14:52 pan2.li at intel dot com
  2023-05-08 14:54 ` [Bug c/109773] RISC-V: ICE when build RVV Intrinsic in Both GCC 13 && GCC 14 juzhe.zhong at rivai dot ai
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: pan2.li at intel dot com @ 2023-05-08 14:52 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 109773
           Summary: RISC-V: ICE when build RVV Intrinisc
           Product: gcc
           Version: 14.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
          Assignee: unassigned at gcc dot gnu.org
          Reporter: pan2.li at intel dot com
  Target Milestone: ---

There will be one ICE when trying to build the below code with the option
'-march=rv64gcv -O3 -fno-schedule-insns -c -S test.c -o -'.

#include "riscv_vector.h"
void f4 (int32_t * a, int32_t * b, int n)
{
    if (n <= 0)
      return;
    int i = n;
    size_t vl = __riscv_vsetvl_e8mf4 (i);
    for (; i >= 0; i--)
      {
        vint32m1_t v = __riscv_vle32_v_i32m1 (a + i, vl);
        v = __riscv_vle32_v_i32m1_tu (v, a + i + 100, vl);
        __riscv_vse32_v_i32m1 (b + i, v, vl);

        if (i >= vl)
          continue;
        if (i == 0)
          return;
        vl = __riscv_vsetvl_e8mf4 (vl);
      }
}

The output of compiling.

> riscv64-unknown-linux-gnu-gcc -march=rv64gcv -O3 -fno-schedule-insns -c -S test.c -o -
        .file   "test.c"
        .option nopic
        .attribute arch,
"rv64i2p1_m2p0_a2p1_f2p2_d2p2_c2p0_v1p0_zicsr2p0_zifencei2p0_zve32f1p0_zve32x1p0_zve64d1p0_zve64f1p0_zve64x1p0_zvl128b1p0_zvl32b1p0_zvl64b1p0"
        .attribute unaligned_access, 0
        .attribute stack_align, 16
        .text
riscv64-unknown-linux-gnu-gcc: internal compiler error: Segmentation fault
signal terminated program cc1
Please submit a full bug report, with preprocessed source (by using
-freport-bug).
See <https://gcc.gnu.org/bugs/> for instructions.
> riscv-gnu-toolchain@<22:46:54 一 5月 08>[4]*1*[3s]"~/bin/gnu-rv64-linux-13/bin/riscv64-unknown-linux-gnu-gcc -march=rv64gcv -O3 -fno-schedule-insns -c -S test.c -o -"
>> ~/bin/gnu-rv64-linux-13/bin/riscv64-unknown-linux-gnu-gcc --version
riscv64-unknown-linux-gnu-gcc (g1c9c53f0256) 13.1.1 20230508
Copyright (C) 2023 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug c/109773] RISC-V: ICE when build RVV Intrinsic in Both GCC 13 && GCC 14
  2023-05-08 14:52 [Bug c/109773] New: RISC-V: ICE when build RVV Intrinisc pan2.li at intel dot com
@ 2023-05-08 14:54 ` juzhe.zhong at rivai dot ai
  2023-05-10  8:22 ` [Bug target/109773] " cvs-commit at gcc dot gnu.org
  2023-09-07 10:28 ` kito at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: juzhe.zhong at rivai dot ai @ 2023-05-08 14:54 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from JuzheZhong <juzhe.zhong at rivai dot ai> ---
confirm. Fix it soon tomorrow.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug target/109773] RISC-V: ICE when build RVV Intrinsic in Both GCC 13 && GCC 14
  2023-05-08 14:52 [Bug c/109773] New: RISC-V: ICE when build RVV Intrinisc pan2.li at intel dot com
  2023-05-08 14:54 ` [Bug c/109773] RISC-V: ICE when build RVV Intrinsic in Both GCC 13 && GCC 14 juzhe.zhong at rivai dot ai
@ 2023-05-10  8:22 ` cvs-commit at gcc dot gnu.org
  2023-09-07 10:28 ` kito at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2023-05-10  8:22 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Kito Cheng <kito@gcc.gnu.org>:

https://gcc.gnu.org/g:69f3914414a303f0e2c8246e08925f90c207846c

commit r14-647-g69f3914414a303f0e2c8246e08925f90c207846c
Author: Juzhe-Zhong <juzhe.zhong@rivai.ai>
Date:   Tue May 9 10:19:34 2023 +0800

    RISC-V: Fix dead loop for user vsetvli intrinsic avl checking [PR109773]

    This patch is fix dead loop in vsetvl intrinsic avl checking.

    vsetvli->get_def () has vsetvli->get_def () has vsetvli.....
    Then it will keep looping in the vsetvli avl checking which is a dead loop.

            PR target/109773

    gcc/ChangeLog:

            * config/riscv/riscv-vsetvl.cc (avl_source_has_vsetvl_p): New
function.
            (source_equal_p): Fix dead loop in vsetvl avl checking.

    gcc/testsuite/ChangeLog:

            * gcc.target/riscv/rvv/vsetvl/pr109773-1.c: New test.
            * gcc.target/riscv/rvv/vsetvl/pr109773-2.c: New test.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug target/109773] RISC-V: ICE when build RVV Intrinsic in Both GCC 13 && GCC 14
  2023-05-08 14:52 [Bug c/109773] New: RISC-V: ICE when build RVV Intrinisc pan2.li at intel dot com
  2023-05-08 14:54 ` [Bug c/109773] RISC-V: ICE when build RVV Intrinsic in Both GCC 13 && GCC 14 juzhe.zhong at rivai dot ai
  2023-05-10  8:22 ` [Bug target/109773] " cvs-commit at gcc dot gnu.org
@ 2023-09-07 10:28 ` kito at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: kito at gcc dot gnu.org @ 2023-09-07 10:28 UTC (permalink / raw)
  To: gcc-bugs

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

Kito Cheng <kito at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|UNCONFIRMED                 |RESOLVED

--- Comment #3 from Kito Cheng <kito at gcc dot gnu.org> ---
Fixed on upstream for a while.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-09-07 10:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-08 14:52 [Bug c/109773] New: RISC-V: ICE when build RVV Intrinisc pan2.li at intel dot com
2023-05-08 14:54 ` [Bug c/109773] RISC-V: ICE when build RVV Intrinsic in Both GCC 13 && GCC 14 juzhe.zhong at rivai dot ai
2023-05-10  8:22 ` [Bug target/109773] " cvs-commit at gcc dot gnu.org
2023-09-07 10:28 ` kito at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).