testsuite: adapt g++.dg/ipa/pr83667.C for AIX
The current testsuite regex looks for THUNK0. AIX generates THUNK..0. This patch expands the regex to allow 0 or more dots between THUNK and the 0. gcc/testsuite/ChangeLog 2020-07-14 David Edelsohn <dje.gcc@gmail.com> * g++.dg/ipa/pr83667.C: Allow 0 or more dots between THUNK and 0.
This commit is contained in:
parent
b1d389d60d
commit
ee352e91d2
@ -22,4 +22,4 @@ struct c : a, b
|
||||
|
||||
c c;
|
||||
|
||||
// { dg-final { scan-ipa-dump "summary for void c::\[^\\n\]*THUNK0" "inline" } }
|
||||
// { dg-final { scan-ipa-dump "summary for void c::\[^\\n\]*THUNK\\.*0" "inline" } }
|
||||
|
Loading…
Reference in New Issue
Block a user