Commit 1261e77e by Martin Liska Committed by Martin Liska

Fix typo in test-case.

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

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

From-SVN: r260379
parent b4c9a058
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
......
/* { 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];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment