r174293 - in /branches/graphite/gcc: ChangeLog....

spop@gcc.gnu.org spop@gcc.gnu.org
Thu May 26 15:11:00 GMT 2011


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-cvs mailing list