* gcc.dg/gomp/dump-new-function-3.c (dg-final): Also scan for $loopfn.
authoruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 14 Sep 2015 17:07:58 +0000 (17:07 +0000)
committeruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 14 Sep 2015 17:07:58 +0000 (17:07 +0000)
* gcc.dg/gomp/notify-new-function-3.c (dg-final): Ditto.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@227755 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/gomp/dump-new-function-3.c
gcc/testsuite/gcc.dg/gomp/notify-new-function-3.c

index 0e0f904..032c129 100644 (file)
@@ -1,3 +1,8 @@
+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
index 1854179..8770754 100644 (file)
@@ -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" } } */
index f173b8e..a8f24b1 100644 (file)
@@ -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" } } */