PR27283 gas for alpha fails to build with gcc 11
PR 27283 * config/tc-alpha.c (insert_operand): Delete dead code.
This commit is contained in:
parent
4ebf566ea5
commit
7bba67ec7c
@ -1,3 +1,8 @@
|
||||
2021-02-01 Alan Modra <amodra@gmail.com>
|
||||
|
||||
PR 27283
|
||||
* config/tc-alpha.c (insert_operand): Delete dead code.
|
||||
|
||||
2021-01-26 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
PR gas/27243
|
||||
|
||||
@ -1973,7 +1973,7 @@ insert_operand (unsigned insn,
|
||||
const char *file,
|
||||
unsigned line)
|
||||
{
|
||||
if (operand->bits != 32 && !(operand->flags & AXP_OPERAND_NOOVERFLOW))
|
||||
if (!(operand->flags & AXP_OPERAND_NOOVERFLOW))
|
||||
{
|
||||
offsetT min, max;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user