gcc.dg/const-uniq-1.c: Adjust scanned pattern for mmix.

Apparently local labels end up in the gimple dumps.  For mmix,
local labels that for other targets look like ".LC0" or "LC.0"
instead look like "LC:0".  Committed as obvious.

gcc/testsuite:
	* gcc.dg/const-uniq-1.c: Adjust scanned pattern for mmix.
This commit is contained in:
Hans-Peter Nilsson 2020-07-20 05:06:49 +02:00
parent f3d4b92239
commit 0251a7eef9
1 changed files with 1 additions and 1 deletions

View File

@ -20,4 +20,4 @@ int lookup2 (int i)
return a[i+1];
}
/* { dg-final { scan-tree-dump-times "\[lL\]\\\$?C\\\.*0" 2 "gimple" } } */
/* { dg-final { scan-tree-dump-times "\[lL\]\\\$?C\[.:\]*0" 2 "gimple" } } */