public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/110696] New: RISC-V: -march doesn't imply correctly
@ 2023-07-17  3:46 juzhe.zhong at rivai dot ai
  2023-07-17 11:49 ` [Bug target/110696] " cvs-commit at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: juzhe.zhong at rivai dot ai @ 2023-07-17  3:46 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 110696
           Summary: RISC-V: -march doesn't imply correctly
           Product: gcc
           Version: 14.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
          Assignee: unassigned at gcc dot gnu.org
          Reporter: juzhe.zhong at rivai dot ai
  Target Milestone: ---

test:
#include "riscv_vector.h"
void foo () {vint32m1_t v;}

1. -march=rv64gcv_zvl4096:

.attribute arch,
"rv64i2p1_m2p0_a2p1_f2p2_d2p2_c2p0_v1p0_zicsr2p0_zifencei2p0_zve32f1p0_zve32x1p0_zve64d1p0_zve64f1p0_zve64x1p0_zvl1024b1p0_zvl128b1p0_zvl2048b1p0_zvl32b1p0_zvl4096b1p0_zvl64b1p0"

Missing: zvl256b and zvl512b



2. -march=rv64gcv_zvl8192:

.attribute arch,
"rv64i2p1_m2p0_a2p1_f2p2_d2p2_c2p0_v1p0_zicsr2p0_zifencei2p0_zve32f1p0_zve32x1p0_zve64d1p0_zve64f1p0_zve64x1p0_zvl128b1p0_zvl2048b1p0_zvl32b1p0_zvl4096b1p0_zvl64b1p0_zvl8192b1p0"

Missing: zvl256b and zvl512b and zvl1024b

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

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

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-17  3:46 [Bug c/110696] New: RISC-V: -march doesn't imply correctly juzhe.zhong at rivai dot ai
2023-07-17 11:49 ` [Bug target/110696] " cvs-commit at gcc dot gnu.org
2023-07-17 14:44 ` kito at gcc dot gnu.org
2023-08-07 10:22 ` juzhe.zhong at rivai dot ai

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