diff options
author | Philip Herron <philip.herron@embecosm.com> | 2022-07-19 10:49:37 +0100 |
---|---|---|
committer | Philip Herron <philip.herron@embecosm.com> | 2022-07-19 10:52:12 +0100 |
commit | fb1b2a6bf5eed9dd9405dca9b9c895f48509875e (patch) | |
tree | ded83a957b116bbc40c46367f5e0d7e001fa3bd2 /gcc/fp-test.cc | |
parent | 6622ae2cd0a6b69b84a33f61ae7707c02caa88b9 (diff) | |
download | gcc-fb1b2a6bf5eed9dd9405dca9b9c895f48509875e.zip gcc-fb1b2a6bf5eed9dd9405dca9b9c895f48509875e.tar.gz gcc-fb1b2a6bf5eed9dd9405dca9b9c895f48509875e.tar.bz2 |
Fix parsing grammer of grouped expressions as the block tail expression
When we want to compile a grouped expression we had a check for the
LEFT_PAREN during the parse_expr_without_block but this can't be handled
here since in this paticular example the grouped expressions is simply the
lhs of the bit shift expression. This is already handled as part of
parse_expr so we can simply remove the rule here and rely on parse_expr
handling this.
Fixes #1393
Diffstat (limited to 'gcc/fp-test.cc')
0 files changed, 0 insertions, 0 deletions