diff options
author | Richard Henderson <rth@redhat.com> | 2014-01-15 13:41:03 -0800 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2014-01-15 13:41:03 -0800 |
commit | af6e846774d7ed8841ce700b28dc89b02291280d (patch) | |
tree | d1d3786b095e17f4905aa5aaa2fd19078f41d1a5 /gcc/reginfo.c | |
parent | 4583fada2d37b41c5681b9f381f9251c1a5356dc (diff) | |
download | gcc-af6e846774d7ed8841ce700b28dc89b02291280d.tar.gz |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/reginfo.c b/gcc/reginfo.c index efaa0cbd754..bdb980da3e1 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. */ |