From af6e846774d7ed8841ce700b28dc89b02291280d Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Wed, 15 Jan 2014 13:41:03 -0800 Subject: re PR debug/54694 (internal compiler error: in dwarf2out_frame_debug_expr, at dwarf2out.c:2387) PR debug/54694 Diagnose frame_pointer_required vs fixed hfp From-SVN: r206647 --- gcc/rtl.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gcc/rtl.h') diff --git a/gcc/rtl.h b/gcc/rtl.h index e7d60ee..10ee818 100644 --- a/gcc/rtl.h +++ b/gcc/rtl.h @@ -2795,6 +2795,8 @@ extern void _fatal_insn (const char *, const_rtx, const char *, int, const char #define fatal_insn_not_found(insn) \ _fatal_insn_not_found (insn, __FILE__, __LINE__, __FUNCTION__) +/* reginfo.c */ +extern tree GTY(()) global_regs_decl[FIRST_PSEUDO_REGISTER]; #endif /* ! GCC_RTL_H */ -- cgit v1.1