]> git.ipfire.org Git - thirdparty/gcc.git/commit
RISC-V: Fix regular expression in target-specific test
authorSimon Cook <simon.cook@embecosm.com>
Fri, 10 Jul 2020 13:53:19 +0000 (14:53 +0100)
committerGiuliano Belinassi <giuliano.belinassi@usp.br>
Mon, 17 Aug 2020 16:17:21 +0000 (13:17 -0300)
commit3c7b6756e8c647212bc82c7456b0328d2343ce45
treef31431f4c513352d39a53636c21337923b689264
parent99e8d6aea5bf73e5a2b88e2e033e154dd79e2cba
RISC-V: Fix regular expression in target-specific test

Some square brackets were missing escape characters, causing DejaGnu to
try and call a proc with the name "at".

gcc/testsuite/ChangeLog:
* gcc.target/riscv/read-thread-pointer.c: Fix escaping on
regular expression.
gcc/testsuite/gcc.target/riscv/read-thread-pointer.c