Got it!
thanks, Cong On Tue, Nov 12, 2013 at 10:05 AM, Jakub Jelinek <ja...@redhat.com> wrote: > On Tue, Nov 12, 2013 at 10:04:15AM -0800, Cong Hou wrote: >> Thank you for pointing it out. The updated patch is pasted below. I >> will pay attention to it in the future. > > Ok, thanks. > Note, you can use dg-additional-options if needed in g*.dg/vect/, just not > dg-options. > >> --- a/gcc/testsuite/ChangeLog >> +++ b/gcc/testsuite/ChangeLog >> @@ -1,3 +1,7 @@ >> +2013-11-12 Cong Hou <co...@google.com> >> + >> + * gcc.dg/vect/pr58508.c: Remove dg-options as vect_int is indicated. >> + >> 2013-10-29 Cong Hou <co...@google.com> >> >> * gcc.dg/vect/pr58508.c: Update. >> diff --git a/gcc/testsuite/gcc.dg/vect/pr58508.c >> b/gcc/testsuite/gcc.dg/vect/pr58508.c >> index fff7a04..c4921bb 100644 >> --- a/gcc/testsuite/gcc.dg/vect/pr58508.c >> +++ b/gcc/testsuite/gcc.dg/vect/pr58508.c >> @@ -1,6 +1,5 @@ >> /* { dg-require-effective-target vect_int } */ >> /* { dg-do compile } */ >> -/* { dg-options "-O2 -ftree-vectorize -fdump-tree-vect-details" } */ >> >> >> /* The GCC vectorizer generates loop versioning for the following loop > > Jakub