public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH][OBVIOUS] Fix vrp101.c test-case.
@ 2017-11-08 11:55 Martin Liška
  0 siblings, 0 replies; only message in thread
From: Martin Liška @ 2017-11-08 11:55 UTC (permalink / raw)
  To: gcc-patches; +Cc: Jan Hubicka

[-- Attachment #1: Type: text/plain, Size: 335 bytes --]

Hi.

Simple patch needed after Honza's changes.

Martin

gcc/testsuite/ChangeLog:

2017-11-08  Martin Liska  <mliska@suse.cz>

	* gcc.dg/tree-ssa/vrp101.c: Update expected pattern as
	frequencies are not longer printed in dump output.
---
 gcc/testsuite/gcc.dg/tree-ssa/vrp101.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



[-- Attachment #2: 0001-Fix-vrp101.c-test-case.patch --]
[-- Type: text/x-patch, Size: 509 bytes --]

diff --git a/gcc/testsuite/gcc.dg/tree-ssa/vrp101.c b/gcc/testsuite/gcc.dg/tree-ssa/vrp101.c
index c9feb256857..95b4d2b05a8 100644
--- a/gcc/testsuite/gcc.dg/tree-ssa/vrp101.c
+++ b/gcc/testsuite/gcc.dg/tree-ssa/vrp101.c
@@ -10,4 +10,4 @@ int main ()
   return 0;
 }
 
-/* { dg-final { scan-tree-dump "<bb 2> \\\[\[0-9.\]+%\\\] \\\[count: \[0-9INV\]*\\\]:\[\n\r \]*return 0;" "optimized" } } */
+/* { dg-final { scan-tree-dump "<bb 2> \\\[local count: \[0-9INV\]*\\\]:\[\n\r \]*return 0;" "optimized" } } */


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

only message in thread, other threads:[~2017-11-08 11:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-08 11:55 [PATCH][OBVIOUS] Fix vrp101.c test-case Martin Liška

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