public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-4831] Fix test-suite pattern scanning.
@ 2021-11-01 16:21 Martin Liska
  0 siblings, 0 replies; only message in thread
From: Martin Liska @ 2021-11-01 16:21 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:a11c53985a7080f9bf6143788ccb455dc9b0da21

commit r12-4831-ga11c53985a7080f9bf6143788ccb455dc9b0da21
Author: Martin Liska <mliska@suse.cz>
Date:   Mon Nov 1 17:20:45 2021 +0100

    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.

Diff:
---
 gcc/testsuite/g++.dg/ipa/modref-1.C | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gcc/testsuite/g++.dg/ipa/modref-1.C b/gcc/testsuite/g++.dg/ipa/modref-1.C
index 1de9e1d06a5..0acae2114dd 100644
--- a/gcc/testsuite/g++.dg/ipa/modref-1.C
+++ b/gcc/testsuite/g++.dg/ipa/modref-1.C
@@ -30,6 +30,6 @@ int main()
 		linker_error ();
 	return 0;
 }
-/* { dg-final { scan-ipa-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 "Function found to be const: {anonymous}::B::genB" "local-pure-const1"  } } */
+/* { dg-final { scan-tree-dump "Retslot flags: direct noescape nodirectescape not_returned noread" "modref1" } } */


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

only message in thread, other threads:[~2021-11-01 16:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-01 16:21 [gcc r12-4831] Fix test-suite pattern scanning Martin Liska

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).