aboutsummaryrefslogtreecommitdiff
path: root/gcc/rust/backend/rust-compile-expr.h
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2022-08-30 09:41:27 +0000
committerGitHub <noreply@github.com>2022-08-30 09:41:27 +0000
commit017be6aeb8f3803a26cf11ef633ce24fca7749b8 (patch)
tree50b42bfa276ca44b1f2914397fe2f475503e8393 /gcc/rust/backend/rust-compile-expr.h
parentbe5e11036ef4c292397661a3135825acef9dc2df (diff)
parent8dfa9676db0f8660c6c745adb59ef6323dca2341 (diff)
parentb376c0cb37c9f712d60d8aad9aab37237adf3563 (diff)
downloadgcc-017be6aeb8f3803a26cf11ef633ce24fca7749b8.zip
gcc-017be6aeb8f3803a26cf11ef633ce24fca7749b8.tar.gz
gcc-017be6aeb8f3803a26cf11ef633ce24fca7749b8.tar.bz2
Merge #1515 #1516
1515: transcriber: Do not infinite loop if the current parsed node is an error r=CohenArthur a=CohenArthur 1516: parser: Parse RangeFullExpr without erroring out r=CohenArthur a=CohenArthur Previously the parser would emit the errors despite later allowing the parsed expression to be null. Co-authored-by: Arthur Cohen <arthur.cohen@embecosm.com>