https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113087
--- Comment #6 from Patrick O'Neill <patrick at rivosinc dot com> --- (In reply to JuzheZhong from comment #5) > ... > I confirmed it is vsetvl bugs. But I wonder whether you have open source the > random generator ? > > If yes, may be we can dedicate some resources to run random tests too. I use csmith as the random generator and try to fuzz targets that don't have any execution fails/ICEs (currently just rv64gcv/rv64gcv_zvl256b). https://github.com/csmith-project/csmith I was planning on getting the fuzzer and a random config builder running on spare precommit compute but haven't set it up yet. I'll clean up/put the shell scripts I use for csmith here tomorrow: https://github.com/patrick-rivos/gcc-fuzz-ci