Fix array-quals-1.c for RISC-V
authorKito Cheng <kito.cheng@sifive.com>
Mon, 4 Jan 2021 09:14:48 +0000 (17:14 +0800)
committerKito Cheng <kito.cheng@sifive.com>
Fri, 8 Jan 2021 03:14:03 +0000 (11:14 +0800)
commit01d92cfd79872e4cffc78bf233bb9b767336beb8
treebedff18cd72e96b4a58b67ea930df5682dfd1c2d
parente3354b6de7a348386425879847c4f18ef1e82791
Fix array-quals-1.c for RISC-V

RISC-V will put those variable on srodata rather than rodata.

gcc/testsuite/ChangeLog:

* gcc.dg/array-quals-1.c: Allow srodata.
gcc/testsuite/gcc.dg/array-quals-1.c