This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] Fix ICE with dangling abnormal call edges


On Wed, Oct 20, 2010 at 12:24 PM, Eric Botcazou <ebotcazou@adacore.com> wrote:
>> OK, I'll add it and retest, thanks.
>
> That worked fine so I've installed it.
>
> However, as the attached testcase demonstrates, dangling abnormal call edges
> may be pre-existing, when local-pure-const discovers that a function is pure.
> So the attached patch is also needed. ?OK for mainline after full testing?

Ok.

Thanks,
Richard.

>
> 2010-10-20 ?Eric Botcazou ?<ebotcazou@adacore.com>
>
> ? ? ? ?* tree-optimize.c (execute_fixup_cfg): Purge dead abnormal call edges
> ? ? ? ?if there is a call statement to pure or const function in the block.
>
>
> --
> Eric Botcazou
>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]