diff options
author | Uros Bizjak <ubizjak@gmail.com> | 2015-09-14 19:07:58 +0200 |
---|---|---|
committer | Uros Bizjak <uros@gcc.gnu.org> | 2015-09-14 19:07:58 +0200 |
commit | b4e240a156e612b156c81080220284a8237173e4 (patch) | |
tree | 73e297de70a54c21c930e4b30960111c8d8038c6 | |
parent | 5a0f3af487a4a9d1cd763e91f4221388d7bfed89 (diff) | |
download | gcc-b4e240a156e612b156c81080220284a8237173e4.zip gcc-b4e240a156e612b156c81080220284a8237173e4.tar.gz gcc-b4e240a156e612b156c81080220284a8237173e4.tar.bz2 |
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
-rw-r--r-- | gcc/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/gomp/dump-new-function-3.c | 2 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/gomp/notify-new-function-3.c | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 0e0f904..032c129 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -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 diff --git a/gcc/testsuite/gcc.dg/gomp/dump-new-function-3.c b/gcc/testsuite/gcc.dg/gomp/dump-new-function-3.c index 1854179..8770754 100644 --- a/gcc/testsuite/gcc.dg/gomp/dump-new-function-3.c +++ b/gcc/testsuite/gcc.dg/gomp/dump-new-function-3.c @@ -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" } } */ diff --git a/gcc/testsuite/gcc.dg/gomp/notify-new-function-3.c b/gcc/testsuite/gcc.dg/gomp/notify-new-function-3.c index f173b8e..a8f24b1 100644 --- a/gcc/testsuite/gcc.dg/gomp/notify-new-function-3.c +++ b/gcc/testsuite/gcc.dg/gomp/notify-new-function-3.c @@ -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" } } */ |