]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
dump-new-function-3.c (dg-final): Also scan for $loopfn.
authorUros Bizjak <ubizjak@gmail.com>
Mon, 14 Sep 2015 17:07:58 +0000 (19:07 +0200)
committerUros Bizjak <uros@gcc.gnu.org>
Mon, 14 Sep 2015 17:07:58 +0000 (19:07 +0200)
* 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

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

index 0e0f904475e0e2fb1e0409339d486669e3e60b16..032c129190b12555e65c3cb249808f4b3a09ed61 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 1854179eded0f90d6dfaadef7fade51ebf2f400d..87707546791347c0274e22b9dbcbbd160b15d11b 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 f173b8e23671bd8218809d565b0718082b4ea93f..a8f24b15dc1453f2ea1368f4f9b80b7c92c575e0 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" } } */