This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Remove unused modified_noreturn_calls
- From: Richard Biener <rguenther at suse dot de>
- To: Bernd Schmidt <bschmidt at redhat dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Thu, 17 Dec 2015 14:21:58 +0100 (CET)
- Subject: Re: [PATCH] Remove unused modified_noreturn_calls
- Authentication-results: sourceware.org; auth=none
- References: <alpine dot LSU dot 2 dot 11 dot 1512171059270 dot 3571 at t29 dot fhfr dot qr> <5672B321 dot 3090707 at redhat dot com>
On Thu, 17 Dec 2015, Bernd Schmidt wrote:
> On 12/17/2015 10:59 AM, Richard Biener wrote:
> >
> > +extern void gt_ggc_mx (gimple *&);
> > +extern void gt_pch_nx (gimple *&);
> > +
>
> This doesn't occur in the ChangeLog - unrelated change?
Not unrelated, it's required to make gtype-desc.c compile. See
other occurances of these forward-decls. They are needed from
hash_map/table.
Took me quite a while to figure out ;)
Richard.