* gcc.dg/tree-ssa/pr77445-2.c: Adjust template.

From-SVN: r244746
This commit is contained in:
Jan Hubicka 2017-01-21 12:33:44 +01:00 committed by Jan Hubicka
parent 22564ca916
commit 25cb56c3a0
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2017-01-20 Jan Hubicka <hubicka@ucw.cz>
* gcc.dg/tree-ssa/pr77445-2.c: Adjust template.
2017-01-21 Bernd Schmidt <bschmidt@redhat.com> 2017-01-21 Bernd Schmidt <bschmidt@redhat.com>
PR rtl-optimization/79125 PR rtl-optimization/79125

View File

@ -119,5 +119,5 @@ enum STATES FMS( u8 **in , u32 *transitions) {
/* The profile is not updated perfectly because it is inconsitent from /* The profile is not updated perfectly because it is inconsitent from
profile estimation stage. But the number of inconsistencies should not profile estimation stage. But the number of inconsistencies should not
increase much. */ increase much. */
/* { dg-final { scan-tree-dump "Jumps threaded: 16" "thread1" } } */ /* { dg-final { scan-tree-dump "Jumps threaded: 1[1-9]" "thread1" } } */
/* { dg-final { scan-tree-dump-times "Invalid sum" 2 "thread1" } } */ /* { dg-final { scan-tree-dump-times "Invalid sum" 2 "thread1" } } */