diff mbox

fix PR testsuite/64145

Message ID CAJMcOU_Fei6rtq-+wh2A=_-9dxpL6-V-yoeHVWhi18j3rL0==w@mail.gmail.com
State New
Headers show

Commit Message

Jack Howarth Dec. 2, 2014, 9:09 p.m. UTC
The attached patch fixes the regression in the
gcc/testsuite/gcc.dg/graphite/isl-codegen-loop-dumping.c testcase
caused by the accidental removal of -fgraphite-identity from
dg-options at r217315. Okay for gcc trunk?
                 Jack
2014-12-01	Jack Howarth  <howarth@bromo.med.uc.edu>
	
	PR testsuite/64145
	* gcc.dg/graphite/isl-codegen-loop-dumping.c: Restore -fgraphite-identity.

Comments

Roman Gareev Dec. 2, 2014, 9:16 p.m. UTC | #1
Looks good to me. Thank you.


2014-12-03 2:09 GMT+05:00 Jack Howarth <howarth.at.gcc@gmail.com>:
>     The attached patch fixes the regression in the
> gcc/testsuite/gcc.dg/graphite/isl-codegen-loop-dumping.c testcase
> caused by the accidental removal of -fgraphite-identity from
> dg-options at r217315. Okay for gcc trunk?
>                  Jack



--
                                    Cheers, Roman Gareev.
Jeff Law Dec. 3, 2014, 9:30 p.m. UTC | #2
On 12/02/14 14:09, Jack Howarth wrote:
>      The attached patch fixes the regression in the
> gcc/testsuite/gcc.dg/graphite/isl-codegen-loop-dumping.c testcase
> caused by the accidental removal of -fgraphite-identity from
> dg-options at r217315. Okay for gcc trunk?
OK.
jeff
diff mbox

Patch

Index: gcc/testsuite/gcc.dg/graphite/isl-codegen-loop-dumping.c
===================================================================
--- gcc/testsuite/gcc.dg/graphite/isl-codegen-loop-dumping.c	(revision 218285)
+++ gcc/testsuite/gcc.dg/graphite/isl-codegen-loop-dumping.c	(working copy)
@@ -1,4 +1,4 @@ 
-/* { dg-options "-O2 -fdump-tree-graphite-all" } */
+/* { dg-options "-O2 -fgraphite-identity -fdump-tree-graphite-all" } */
 
 int
 main (int n, int *a)