Fix typo in test-case.

2018-05-18  Martin Liska  <mliska@suse.cz>

	* gcc.dg/pr68766.c: Change pruned output.

From-SVN: r260379
This commit is contained in:
Martin Liska 2018-05-18 21:52:52 +02:00 committed by Martin Liska
parent b4c9a058c4
commit 1261e77e53
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2018-05-18 Martin Liska <mliska@suse.cz>
* gcc.dg/pr68766.c: Change pruned output.
2018-05-18 Cesar Philippidis <cesar@codesourcery.com>
PR c++/85782

View File

@ -1,7 +1,7 @@
/* { dg-do compile } */
/* { dg-options "-O2 -ftree-vectorize -fdbg-cnt=vect_loop:1" } */
/* { dg-additional-options "-mavx2" { target { i?86-*-* x86_64-*-* } } } */
/* { dg-prune-output "dbg_cnt 'vect_loop' set to 1-1" } */
/* { dg-prune-output "dbg_cnt 'vect_loop' set to 0-1" } */
int a, b, g, h;
int c[58];