]> git.ipfire.org Git - thirdparty/gcc.git/commit
RISC-V: Unescape chars in pr111566.f90 test
authorPatrick O'Neill <patrick@rivosinc.com>
Tue, 3 Oct 2023 20:13:01 +0000 (13:13 -0700)
committerPatrick O'Neill <patrick@rivosinc.com>
Tue, 3 Oct 2023 22:03:33 +0000 (15:03 -0700)
commit645f2a7dd47aa84d94df594bbd736085e51fc637
tree289ba49c167b299124e1a5e47ed15ee079d42736
parentd8808c37d29110872fa51b98e71aef9e160b4692
RISC-V: Unescape chars in pr111566.f90 test

Some characters are escaped which causes the testcase to fail. This
patch restores the original characters.

Tested for regressions using multilib rv32gcv-ilp32d, rv64gcv-lp64d.

gcc/testsuite/ChangeLog:

* gcc.target/riscv/rvv/fortran/pr111566.f90: Restore escaped
characters.

Signed-off-by: Patrick O'Neill <patrick@rivosinc.com>
gcc/testsuite/gcc.target/riscv/rvv/fortran/pr111566.f90