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: PR middle-end/40388 (NULL pointer ICE in EH)


On Sat, Jul 11, 2009 at 12:05 PM, Jan Hubicka<hubicka@ucw.cz> wrote:
> Hi,
> the testcase in PR triggers ICE on NULL aka bitmap in
> can_be_reached_by_runtime. ?I've bootstrapped/retested/comitted the
> following obvious fix (x86_64-linux)
>
> Honza
>
> Index: ChangeLog
> ===================================================================
> *** ChangeLog ? (revision 149515)
> --- ChangeLog ? (working copy)
> ***************
> *** 1,3 ****
> --- 1,8 ----
> + 2009-07-11 ?Jan Hubicka ?<jh@suse.cz>
> +
> + ? ? ? PR middle-end/48388
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ It should be 40388.

> + ? ? ? * except.c (can_be_reached_by_runtime): Test for NULL aka bitmap.
> +
> ?2009-07-11 ?Jakub Jelinek ?<jakub@redhat.com>

It doesn't work:

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



-- 
H.J.


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