This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [Patch] Fix PR 30045, ICE in nonnull_arg_p with static chain decl
- From: Ian Lance Taylor <iant at google dot com>
- To: Andrew Pinski <pinskia at gmail dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: 19 Dec 2006 17:53:50 -0800
- Subject: Re: [Patch] Fix PR 30045, ICE in nonnull_arg_p with static chain decl
- References: <1165137470.30345.46.camel@celery.andrew.com>
Andrew Pinski <pinskia@gmail.com> writes:
> * tree-vrp.c (nonnull_arg_p): Treat the static decl as always
> non null.
>
> * gcc.dg/pr30045.c: New test.
This is OK.
Thanks.
Ian