]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix a scan in test for Darwin target (PR testsuite/87216).
authormarxin <marxin@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 5 Sep 2018 09:08:07 +0000 (09:08 +0000)
committermarxin <marxin@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 5 Sep 2018 09:08:07 +0000 (09:08 +0000)
2018-09-05  Martin Liska  <mliska@suse.cz>

PR testsuite/87216
* gcc.dg/tree-prof/pr59521-3.c: Update scanned pattern
to support Dawring names.

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

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tree-prof/pr59521-3.c

index b4ee15292d1b0453be7b08addfda7626b0356aaa..f34dbcc74254db8478b0ecb2d9af1ca1ef7f4346 100644 (file)
@@ -1,3 +1,9 @@
+2018-09-05  Martin Liska  <mliska@suse.cz>
+
+       PR testsuite/87216
+       * gcc.dg/tree-prof/pr59521-3.c: Update scanned pattern
+       to support Dawring names.
+
 2018-09-05  Martin Liska  <mliska@suse.cz>
 
        * g++.dg/gcov/loop.C: Update test to support new format.
index 497643bed3dbcf5581b24f927d0d140c27db512c..002321766959172cde62d8c5d311c8ea004452ae 100644 (file)
@@ -31,4 +31,4 @@ int main()
   }
 }
 
-/* { dg-final-use-not-autofdo { scan-assembler "\nfoo:\n.*cmp.*1,.*cmp.*10,.*cmp.*100" { target i?86-*-* x86_64-*-* } } } */
+/* { dg-final-use-not-autofdo { scan-assembler "\n_?foo:\n.*cmp.*1,.*cmp.*10,.*cmp.*100" { target i?86-*-* x86_64-*-* } } } */