https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67754
--- Comment #11 from Sebastian Pop <spop at gcc dot gnu.org> --- Author: spop Date: Thu Oct 1 15:17:51 2015 New Revision: 228346 URL: https://gcc.gnu.org/viewcvs?rev=228346&root=gcc&view=rev Log: add recursion on the inner loops We now check that all data references in the current loop and inner loops contained within loop are valid in an outer region before declaring that the outer loop is a valid scop. 2015-09-30 Sebastian Pop <s....@samsung.com> Aditya Kumar <aditya...@samsung.com> PR tree-optimization/67754 * graphite-scop-detection.c (loop_body_is_valid_scop): Add missing recursion on the inner loops. Modified: trunk/gcc/ChangeLog trunk/gcc/graphite-scop-detection.c