http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48273

Andrey Belevantsev <abel at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |abel at gcc dot gnu.org

--- Comment #6 from Andrey Belevantsev <abel at gcc dot gnu.org> 2011-04-07 
07:25:19 UTC ---
(In reply to comment #5)
> +          && current_loop_nest != NULL
> +          /* Check that there is at least one exit.  */
> +          && current_loop_nest->exits->next->e);
This exposes loop optimizer internals, so please add a helper to cfgloop.c
instead.

Reply via email to