This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [tree-ssa] Remove useless null pointer checks
- From: Diego Novillo <dnovillo at redhat dot com>
- To: Jeff Sturm <jsturm at one-point dot com>
- Cc: Andrew Haley <aph at redhat dot com>, Jeff Law <law at redhat dot com>, "gcc-patches at gcc dot gnu dot org" <gcc-patches at gcc dot gnu dot org>
- Date: 31 Jul 2003 12:46:49 -0400
- Subject: Re: [tree-ssa] Remove useless null pointer checks
- Organization: Red Hat Canada
- References: <Pine.LNX.4.44.0307311229270.13833-100000@ops2.one-point.com>
On Thu, 2003-07-31 at 12:43, Jeff Sturm wrote:
> On Thu, 31 Jul 2003, Andrew Haley wrote:
> > We need a way to mark such an attribute in Java source. We don't have
> > an attribute syntax and we want to stay Java compatible. Stylized
> > comments, perhaps?
>
> I was thinking primarily of library functions like _Jv_AllocObject. Since
> they are declared in the frontend, we can assign any attributes we like.
>
C++'s new() operator could be similarly marked, right?
Diego.