From patchwork Thu Aug 12 22:41:46 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [PR, 45241] : CPU2006 465.tonto ICE in the vectorizer with -fno-tree-pre Date: Thu, 12 Aug 2010 12:41:46 -0000 From: "Fang, Changpeng" X-Patchwork-Id: 61652 Message-Id: To: Ira Rosen Cc: "gcc-patches@gcc.gnu.org" Thanks. For the trunk, it is committed as r163207: http://gcc.gnu.org/ml/gcc-cvs/2010-08/msg00418.html Still waiting for review for 4.5 branch! Thanks, Changpeng --- /dev/null +++ b/gcc/testsuite/gcc.dg/vect/no-tree-pre-pr45241.c @@ -0,0 +1,20 @@ +/* PR tree-optimization/45241 */ +/* { dg-do compile } */ +/* { dg-options "-O3 -fno-tree-pre" } */ This line is redundant. vect.exp applies -fno-tree-pre to tests named no-tree-pre-*. And there is no need in -O3, the default -O2 -ftree-vectorize are enough. OK for trunk with this fix. Thanks, Ira > > Thanks, > > Changpeng > > > ________________________________________