On Mon, Jun 20, 2016 at 03:07:20PM +0100, Renlin Li wrote:
> Okay to commit?
>
> Regards,
> Renlin
>
> gcc/testsuite/ChangeLog:
>
> 2016-06-20 Renlin Li <[email protected]>
>
> * gcc.dg/tree-ssa/attr-hotcold-2.c: Fix syntax errors.
This is obvious. Please check it in. Though, it also shows that
it couldn't have been properly tested.
> diff --git a/gcc/testsuite/gcc.dg/tree-ssa/attr-hotcold-2.c
> b/gcc/testsuite/gcc.dg/tree-ssa/attr-hotcold-2.c
> index 6623d9e..e2e8143 100644
> --- a/gcc/testsuite/gcc.dg/tree-ssa/attr-hotcold-2.c
> +++ b/gcc/testsuite/gcc.dg/tree-ssa/attr-hotcold-2.c
> @@ -18,8 +18,8 @@ void f(int x, int y)
> return;
> }
>
> -/* { dg-final { scan-tree-dump-times 1 "hot label heuristics" 1
> "profile_estimate" } } */
> -/* { dg-final { scan-tree-dump-times 1 "cold label heuristics" 1
> "profile_estimate" } } */
> +/* { dg-final { scan-tree-dump-times "hot label heuristics" 1
> "profile_estimate" } } */
> +/* { dg-final { scan-tree-dump-times "cold label heuristics" 1
> "profile_estimate" } } */
> /* { dg-final { scan-tree-dump-times "block 4, loop depth 0, count 0, freq
> \[1-4\]\[^0-9\]" 1 "profile_estimate" } } */
>
> /* Note: we're attempting to match some number > 6000, i.e. > 60%.
Jakub