diff options
author | Andrew Pinski <apinski@marvell.com> | 2021-05-23 17:35:40 +0000 |
---|---|---|
committer | Andrew Pinski <apinski@marvell.com> | 2021-05-24 01:11:15 +0000 |
commit | 1040a44aa23f7b106e1c96e6a247ea6fd4021258 (patch) | |
tree | 229823a6e33a9258a69f85a502c5c6db9871d9ac /gcc/fortran/trans-expr.c | |
parent | b94a5024d78fa430a5251fa25ffba51836c83f7c (diff) | |
download | gcc-1040a44aa23f7b106e1c96e6a247ea6fd4021258.zip gcc-1040a44aa23f7b106e1c96e6a247ea6fd4021258.tar.gz gcc-1040a44aa23f7b106e1c96e6a247ea6fd4021258.tar.bz2 |
Fix two testcases for ssa names which are more than 1 digit
phi-opt-10.c and phi-opt-7.c both depend on currently that some ssa name
versions are one digit long which is not always correct. This fixes the
problem by detecting digits rather than just using '.'.
Committed as obvious after a bootstrap/test.
Thanks,
Andrew Pinski
gcc/testsuite/ChangeLog
* gcc.dg/tree-ssa/phi-opt-10.c: Use "\[0-9\]*" instead of '.'
when matching ssa name version.
* gcc.dg/tree-ssa/phi-opt-7.c: Likewise.
Diffstat (limited to 'gcc/fortran/trans-expr.c')
0 files changed, 0 insertions, 0 deletions