Commit b4e240a1 by Uros Bizjak Committed by Uros Bizjak

dump-new-function-3.c (dg-final): Also scan for $loopfn.

	* gcc.dg/gomp/dump-new-function-3.c (dg-final): Also scan for $loopfn.
	* gcc.dg/gomp/notify-new-function-3.c (dg-final): Ditto.

From-SVN: r227755
parent 5a0f3af4
2015-09-14 Uros Bizjak <ubizjak@gmail.com>
* gcc.dg/gomp/dump-new-function-3.c (dg-final): Also scan for $loopfn.
* gcc.dg/gomp/notify-new-function-3.c (dg-final): Ditto.
2015-09-14 Paolo Carlini <paolo.carlini@oracle.com>
PR c++/51911
......
......@@ -10,4 +10,4 @@ foo (int *__restrict a, int *__restrict b, int *__restrict c)
}
/* Check that new function does not end up in gimple dump. */
/* { dg-final { scan-tree-dump-not "foo\\._loopfn\\.0" "gimple" } } */
/* { dg-final { scan-tree-dump-not "foo\\.\[\\\$_\]loopfn\\.0" "gimple" } } */
......@@ -11,4 +11,4 @@ foo (int *__restrict a, int *__restrict b, int *__restrict c)
/* Check for new function notification in ompexpssa dump. */
/* { dg-final { scan-tree-dump-times "Added new ssa gimple function foo\\._loopfn\\.0 to callgraph" 1 "ompexpssa" } } */
/* { dg-final { scan-tree-dump-times "Added new ssa gimple function foo\\.\[\\\$_\]loopfn\\.0 to callgraph" 1 "ompexpssa" } } */
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