]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* gcc.dg/tree-ssa/pr77445-2.c: Quote brackets.
authorAndreas Schwab <schwab@linux-m68k.org>
Sun, 22 Jan 2017 12:46:39 +0000 (12:46 +0000)
committerAndreas Schwab <schwab@gcc.gnu.org>
Sun, 22 Jan 2017 12:46:39 +0000 (12:46 +0000)
From-SVN: r244757

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tree-ssa/pr77445-2.c

index 9f3b133e36a175626cccf30e89a29325b68ce03b..1b6a2957ef4361de75d8d90eee3a2f83b06bbada 100644 (file)
@@ -1,3 +1,7 @@
+2017-01-22  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * gcc.dg/tree-ssa/pr77445-2.c: Quote brackets.
+
 2017-01-21  Marek Polacek  <polacek@redhat.com>
 
        PR testsuite/79169
index 980d2e7aeabc8c57ac005731dc7ae6b44e4069bc..6e576e53ea4ced50d4ad40cd5b6ad098939dd82d 100644 (file)
@@ -119,5 +119,5 @@ enum STATES FMS( u8 **in , u32 *transitions) {
 /* The profile is not updated perfectly because it is inconsitent from
    profile estimation stage. But the number of inconsistencies should not
    increase much.  */
-/* { dg-final { scan-tree-dump "Jumps threaded: 1[1-9]" "thread1" } } */
+/* { dg-final { scan-tree-dump "Jumps threaded: 1\[1-9\]" "thread1" } } */
 /* { dg-final { scan-tree-dump-times "Invalid sum" 2 "thread1" } } */