public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc/devel/autopar_devel] testsuite: adapt g++.dg/ipa/pr83667.C for AIX
@ 2020-08-22 23:39 Giuliano Belinassi
  0 siblings, 0 replies; only message in thread
From: Giuliano Belinassi @ 2020-08-22 23:39 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:644f7dbd248c8cedd9743abdfca84d5b32ac17c6

commit 644f7dbd248c8cedd9743abdfca84d5b32ac17c6
Author: David Edelsohn <dje.gcc@gmail.com>
Date:   Sat Jul 11 19:42:56 2020 -0400

    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.

Diff:
---
 gcc/testsuite/g++.dg/ipa/pr83667.C | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/testsuite/g++.dg/ipa/pr83667.C b/gcc/testsuite/g++.dg/ipa/pr83667.C
index 25522daf04b..a8a5a5adb3a 100644
--- a/gcc/testsuite/g++.dg/ipa/pr83667.C
+++ b/gcc/testsuite/g++.dg/ipa/pr83667.C
@@ -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" } }


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-08-22 23:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-22 23:39 [gcc/devel/autopar_devel] testsuite: adapt g++.dg/ipa/pr83667.C for AIX Giuliano Belinassi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).