[Bug middle-end/49147] graphite branch ICEs with -fgraphite-opencl-ignore-dep
spop at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu May 26 15:13:00 GMT 2011
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49147
--- Comment #2 from Sebastian Pop <spop at gcc dot gnu.org> 2011-05-26 15:11:52 UTC ---
Author: spop
Date: Thu May 26 15:11:48 2011
New Revision: 174293
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=174293
Log:
Fix PR49147: ICE with -fgraphite-opencl-ignore-dep
2011-05-26 Alexey Kravets <kayrick@ispras.ru>
PR middle-end/49147
* graphite-opencl-codegen.c
(opencl_get_perfect_nested_loop_depth): Use
enabled_dependency_in_clast_loop_p instead of
dependency_in_clast_loop_p.
* graphite-opencl.c (opencl_transform_stmt_list): Ditto.
(enabled_dependency_in_clast_loop_p): New.
* graphite-opencl.h (enabled_dependency_in_clast_loop_p): Export.
* gcc.dg/graphite/pr49147.c: New test.
Added:
branches/graphite/gcc/testsuite/gcc.dg/graphite/pr49147.c
Modified:
branches/graphite/gcc/ChangeLog.graphite
branches/graphite/gcc/graphite-opencl-codegen.c
branches/graphite/gcc/graphite-opencl.c
branches/graphite/gcc/graphite-opencl.h
More information about the Gcc-bugs
mailing list