Skip to content
Snippets Groups Projects
Commit c8ded430 authored by Bill Schmidt's avatar Bill Schmidt Committed by William Schmidt
Browse files

pr78604.c: Fix typo in dg-options.

2017-05-17  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>

	* gcc.target/powerpc/pr78604.c: Fix typo in dg-options.

From-SVN: r248165
parent 3fa8871b
No related branches found
No related tags found
No related merge requests found
2017-05-17 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
* gcc.target/powerpc/pr78604.c: Fix typo in dg-options.
2017-05-17 Fritz Reese <fritzoreese@gmail.com> 2017-05-17 Fritz Reese <fritzoreese@gmail.com>
PR fortran/80668 PR fortran/80668
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
/* { dg-skip-if "" { powerpc*-*-darwin* } { "*" } { "" } } */ /* { dg-skip-if "" { powerpc*-*-darwin* } { "*" } { "" } } */
/* { dg-require-effective-target powerpc_p8vector_ok } */ /* { dg-require-effective-target powerpc_p8vector_ok } */
/* { dg-skip-if "do not override -mcpu" { powerpc*-*-* } { "-mcpu=*" } { "-mcpu=power8" } } */ /* { dg-skip-if "do not override -mcpu" { powerpc*-*-* } { "-mcpu=*" } { "-mcpu=power8" } } */
/* { dg-options "-mcpu=power8 -O2 -ftree-vectorize -fdump-tree-details" } */ /* { dg-options "-mcpu=power8 -O2 -ftree-vectorize -fdump-tree-vect-details" } */
#ifndef SIZE #ifndef SIZE
#define SIZE 1024 #define SIZE 1024
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment