aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/guality/pr54519-3.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gcc.dg/guality/pr54519-3.c')
-rw-r--r--gcc/testsuite/gcc.dg/guality/pr54519-3.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/gcc/testsuite/gcc.dg/guality/pr54519-3.c b/gcc/testsuite/gcc.dg/guality/pr54519-3.c
index aa8369e15b8..da18247b47b 100644
--- a/gcc/testsuite/gcc.dg/guality/pr54519-3.c
+++ b/gcc/testsuite/gcc.dg/guality/pr54519-3.c
@@ -15,12 +15,12 @@ fn2 (int x, int y, int z)
if (x != z)
{
fn1 (x);
- fn1 (x); /* { dg-final { gdb-test 20 "x" "36" } } */
- if (x == 36) /* { dg-final { gdb-test 20 "y" "25" } } */
- fn1 (x); /* { dg-final { gdb-test 20 "z" "6" } } */
- fn1 (x); /* { dg-final { gdb-test 23 "x" "98" } } */
- if (x == 98) /* { dg-final { gdb-test 23 "y" "117" } } */
- fn1 (x); /* { dg-final { gdb-test 23 "z" "8" } } */
+ fn1 (x); /* { dg-final { gdb-test .+2 "x" "36" } } */
+ if (x == 36) /* { dg-final { gdb-test .+1 "y" "25" } } */
+ fn1 (x); /* { dg-final { gdb-test . "z" "6" } } */
+ fn1 (x); /* { dg-final { gdb-test .+2 "x" "98" } } */
+ if (x == 98) /* { dg-final { gdb-test .+1 "y" "117" } } */
+ fn1 (x); /* { dg-final { gdb-test . "z" "8" } } */
fn1 (x);
fn1 (x + a);
}