On Wed, Nov 16, 2016 at 1:45 PM, Moore, Catherine
<catherine_mo...@mentor.com> wrote:
> /scratch/cmoore/mips-sde-elf-upstream/src/gcc-trunk-6/gcc/hash-map.h:62:12: 
> error: no matching function for call to 'gt_ggc_mx(rtx_def*&)'
>
> I configured with --target=mips-sde-elf, but I do have some local multilib 
> definitions for that target.  This ought to reproduce with mti-elf as well.
> Will you please fix or revert?

Fixed thus, parallel to the declarations in tree.h.
commit 764bcd5c87000e3ddc85607674e68122fe986e51
Author: Jason Merrill <ja...@redhat.com>
Date:   Wed Nov 16 17:22:19 2016 -0500

            * rtl.h: Declare gt_ggc_mx and gt_pch_nx.

diff --git a/gcc/rtl.h b/gcc/rtl.h
index df5172b..6a4cf36 100644
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -3771,5 +3771,9 @@ struct GTY(()) cgraph_rtl_info {
   unsigned function_used_regs_valid: 1;
 };
 
+/* gtype-desc.c.  */
+extern void gt_ggc_mx (rtx &);
+extern void gt_pch_nx (rtx &);
+extern void gt_pch_nx (rtx &, gt_pointer_operator, void *);
 
 #endif /* ! GCC_RTL_H */

Reply via email to