]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Internal error at gas/expr.c:1814
authorAlan Modra <amodra@gmail.com>
Wed, 8 Feb 2023 02:57:24 +0000 (13:27 +1030)
committerAlan Modra <amodra@gmail.com>
Wed, 8 Feb 2023 22:32:18 +0000 (09:02 +1030)
commit4fd74b5f05e63c5b4e705080c331da961fac7394
tree822ca87469256ebaf5e3fcb7c2c98269855dffa9
parent19f988359a62889b00d67fb59ef8c7d6d759fc98
Internal error at gas/expr.c:1814

This is the assertion
  know (*input_line_pointer != ' ');
after calling operand.

The usual exit from operand calls SKIP_ALL_WHITESPACE.

* expr.c (operand): Call SKIP_ALL_WHITESPACE after call to expr.
gas/expr.c