------- Comment #7 from spop at gcc dot gnu dot org 2010-02-23 13:00 ------- Subject: Bug 43083
Author: spop Date: Tue Feb 23 12:59:48 2010 New Revision: 156997 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=156997 Log: Fix PR43083: Do not handle regions ending with multiple edges on the exit BB. 2010-02-22 Sebastian Pop <sebastian....@amd.com> PR middle-end/43083 * graphite-scop-detection.c (create_single_exit_edge): Move the call to find_single_exit_edge to.... (create_sese_edges): ...here. Don't handle multiple edges exiting the function. (build_graphite_scops): Don't handle multiple edges exiting the function. * gcc.dg/graphite/pr43083.c: New. Added: trunk/gcc/testsuite/gcc.dg/graphite/pr43083.c Modified: trunk/gcc/ChangeLog.graphite trunk/gcc/graphite-scop-detection.c -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43083