This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [4.0/mainline] PR 21562
- From: Richard Henderson <rth at redhat dot com>
- To: Jan Hubicka <jh at suse dot cz>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Fri, 27 May 2005 14:17:51 -0700
- Subject: Re: [4.0/mainline] PR 21562
- References: <20050527001821.GH18902@kam.mff.cuni.cz>
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?
r~