diff mbox

[Committed/AARCH64] Fix gcc.target/aarch64/vect-xorsign_exec.c testcase

Message ID CA+=Sn1=Tc8DJq0H5cg8jG1PsyHqhWTHctVG+eV7OK+u2PqFzSA@mail.gmail.com
State New
Headers show

Commit Message

Andrew Pinski Aug. 10, 2017, 12:04 a.m. UTC
Hi,
  This testcase checks the assembly and does an execute of it so it
needs --save-temps like the other testcases.

Committed as obvious after test on aarch64-linux-gnu with no regressions.

Thanks,
Andrew

ChangeLog:
* gcc.target/aarch64/vect-xorsign_exec.c: Add --save-temps to the
options passed.
diff mbox

Patch

Index: gcc.target/aarch64/vect-xorsign_exec.c
===================================================================
--- gcc.target/aarch64/vect-xorsign_exec.c	(revision 251012)
+++ gcc.target/aarch64/vect-xorsign_exec.c	(working copy)
@@ -1,5 +1,5 @@ 
 /* { dg-do run } */
-/* { dg-options "-O2 -ftree-vectorize -fdump-tree-vect-details" } */
+/* { dg-options "-O2 -ftree-vectorize -fdump-tree-vect-details --save-temps" } */
 
 extern void abort ();