2009-02-23 Sebastian Pop <sebastian.pop@amd.com>
authorspop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 24 Feb 2009 06:47:56 +0000 (06:47 +0000)
committerspop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 24 Feb 2009 06:47:56 +0000 (06:47 +0000)
commit70c06b9d8cbac5b16791e34b83734ffd2da3f23b
tree03dbde98fe3056b2c3957813884660d4779552ce
parent4fd01733e5748ffe4538a25f46606595d5693611
2009-02-23  Sebastian Pop  <sebastian.pop@amd.com>

PR tree-optimization/39260
* graphite.c (harmful_stmt_in_bb): Stop a SCoP when the basic block
contains a condition with a real type.
(build_scop_conditions_1): Conditions are always last_stmt of a bb.

* gcc.dg/graphite/pr39260.c: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144403 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/graphite.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/graphite/pr39260.c [new file with mode: 0644]