This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [4.0/mainline] PR 21562
> On Fri, May 27, 2005 at 02:18:21AM +0200, Jan Hubicka wrote:
> > ! if (!(e2->flags & EDGE_ABNORMAL))
> > ! {
> > ! /* Multiple entry points not supported yet. */
> > ! gcc_assert (!e);
> > e = e2;
>
> Under what conditions are you seeing EDGE_ABNORMAL from ENTRY?
I guess I don't. I somehow believe that it is how multiple return
functions (setjmp) are represented but they are not. I think I did it
in my tree once in the past tought.
I am re-testing the patch without this check.
Honza
>
>
> r~