mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-21 15:40:55 +08:00
re PR target/46437 (mcore-elf --enable-werror-always build fails)
PR target/46437 * config/mcore/mcore.c (layout_mcore_frame): Remove unused variable localreg. From-SVN: r166671
This commit is contained in:
parent
aba2b02e8f
commit
1c71ec0872
@ -105,6 +105,10 @@
|
||||
Change type of omode to enum machine_mode.
|
||||
(combine_bnp): Rename and to and_insn.
|
||||
|
||||
PR target/46437
|
||||
* config/mcore/mcore.c (layout_mcore_frame): Remove unused variable
|
||||
localreg.
|
||||
|
||||
2010-11-12 Eric Botcazou <ebotcazou@adacore.com>
|
||||
|
||||
PR debug/46375
|
||||
|
@ -1704,7 +1704,6 @@ layout_mcore_frame (struct mcore_frame * infp)
|
||||
int nbytes;
|
||||
int regarg;
|
||||
int localregarg;
|
||||
int localreg;
|
||||
int outbounds;
|
||||
unsigned int growths;
|
||||
int step;
|
||||
@ -1749,7 +1748,6 @@ layout_mcore_frame (struct mcore_frame * infp)
|
||||
|
||||
regarg = infp->reg_size + infp->arg_size;
|
||||
localregarg = infp->local_size + regarg;
|
||||
localreg = infp->local_size + infp->reg_size;
|
||||
outbounds = infp->outbound_size + infp->pad_outbound;
|
||||
growths = 0;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user