aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.h
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2014-01-15 13:41:03 -0800
committerRichard Henderson <rth@gcc.gnu.org>2014-01-15 13:41:03 -0800
commitaf6e846774d7ed8841ce700b28dc89b02291280d (patch)
treed1d3786b095e17f4905aa5aaa2fd19078f41d1a5 /gcc/rtl.h
parent4583fada2d37b41c5681b9f381f9251c1a5356dc (diff)
downloadgcc-af6e846774d7ed8841ce700b28dc89b02291280d.zip
gcc-af6e846774d7ed8841ce700b28dc89b02291280d.tar.gz
gcc-af6e846774d7ed8841ce700b28dc89b02291280d.tar.bz2
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
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r--gcc/rtl.h2
1 files changed, 2 insertions, 0 deletions
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 */