Commit c8ce479d by Martin Liska Committed by Martin Liska

Fix vrp101.c test-case.

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.

From-SVN: r254525
parent 9f6fbcd3
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.
2017-11-08 Eric Botcazou <ebotcazou@adacore.com>
* gcc.dg/strlenopt-33g.c: Remove duplicate dg-do command.
......
......@@ -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" } } */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment