aboutsummaryrefslogtreecommitdiff
path: root/gcc/reginfo.c
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/reginfo.c
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/reginfo.c')
-rw-r--r--gcc/reginfo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/reginfo.c b/gcc/reginfo.c
index efaa0cb..bdb980d 100644
--- a/gcc/reginfo.c
+++ b/gcc/reginfo.c
@@ -86,7 +86,7 @@ static const char initial_call_really_used_regs[] = CALL_REALLY_USED_REGISTERS;
char global_regs[FIRST_PSEUDO_REGISTER];
/* Declaration for the global register. */
-static tree GTY(()) global_regs_decl[FIRST_PSEUDO_REGISTER];
+tree global_regs_decl[FIRST_PSEUDO_REGISTER];
/* Same information as REGS_INVALIDATED_BY_CALL but in regset form to be used
in dataflow more conveniently. */