This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [buildbot] r201508: Build failures after pass C++ conversion
- From: Richard Henderson <rth at redhat dot com>
- To: David Malcolm <dmalcolm at redhat dot com>
- Cc: Jan-Benedict Glaw <jbglaw at lug-owl dot de>, gcc-patches at gcc dot gnu dot org
- Date: Tue, 06 Aug 2013 10:34:51 -1000
- Subject: Re: [buildbot] r201508: Build failures after pass C++ conversion
- References: <20130805201605 dot 1748 dot qmail at sourceware dot org> <20130806111256 dot GA16320 at lug-owl dot de> <1375805184 dot 1954 dot 15 dot camel at surprise>
On 08/06/2013 06:06 AM, David Malcolm wrote:
> Index: gcc/config/epiphany/epiphany.h
> ===================================================================
> --- gcc/config/epiphany/epiphany.h (revision 201526)
> +++ gcc/config/epiphany/epiphany.h (working copy)
> @@ -929,6 +929,9 @@
> };
>
> extern int epiphany_normal_fp_rounding;
> +
> +class rtl_opt_pass;
> +namespace gcc { class context; }
> extern rtl_opt_pass *make_pass_mode_switch_use (gcc::context *ctxt);
> extern rtl_opt_pass *make_pass_resolve_sw_modes (gcc::context *ctxt);
Looks like these definitions ought to go into coretypes.h.
r~