Fix test-suite pattern scanning.
Fixes: UNRESOLVED: g++.dg/ipa/modref-1.C scan-ipa-dump local-pure-const1 "Function found to be const: {anonymous}::B::genB" UNRESOLVED: g++.dg/ipa/modref-1.C scan-ipa-dump modref1 "Retslot flags: direct noescape nodirectescape not_returned noread" gcc/testsuite/ChangeLog: * g++.dg/ipa/modref-1.C: Fix test-suite pattern scanning.
This commit is contained in:
parent
b050653c4c
commit
a11c53985a
1 changed files with 2 additions and 2 deletions
|
@ -30,6 +30,6 @@ int main()
|
||||||
linker_error ();
|
linker_error ();
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
/* { dg-final { scan-ipa-dump "Function found to be const: {anonymous}::B::genB" "local-pure-const1" } } */
|
/* { dg-final { scan-tree-dump "Function found to be const: {anonymous}::B::genB" "local-pure-const1" } } */
|
||||||
/* { dg-final { scan-ipa-dump "Retslot flags: direct noescape nodirectescape not_returned noread" "modref1" } } */
|
/* { dg-final { scan-tree-dump "Retslot flags: direct noescape nodirectescape not_returned noread" "modref1" } } */
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue