This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [tree-ssa mudflap] C++ tweaks
- From: Jason Merrill <jason at redhat dot com>
- To: "Frank Ch. Eigler" <fche at redhat dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Fri, 28 Feb 2003 14:53:36 -0500
- Subject: Re: [tree-ssa mudflap] C++ tweaks
- References: <20030228194459.GA10808@redhat.com>
On Fri, 28 Feb 2003 14:44:59 -0500, "Frank Ch. Eigler" <fche at redhat dot com> wrote:
> + if (DECL_P (obj) &&
> + DECL_EXTERNAL (obj) &&
> + DECL_ARTIFICIAL (obj))
&& goes at the beginning of the next line.
Jason