diff options
author | Philip Herron <philip.herron@embecosm.com> | 2021-11-24 16:31:49 +0000 |
---|---|---|
committer | Philip Herron <philip.herron@embecosm.com> | 2021-11-24 16:31:49 +0000 |
commit | e7e65bbdf3a06a7d00ed7da4ff8ebb16031ed6c3 (patch) | |
tree | f75154244536a76f62a6cc4a89046ffd95bda6c7 /gcc/tree.c | |
parent | f967dd27790a16837b55e6d2c5ee01dcba096f53 (diff) | |
download | gcc-e7e65bbdf3a06a7d00ed7da4ff8ebb16031ed6c3.zip gcc-e7e65bbdf3a06a7d00ed7da4ff8ebb16031ed6c3.tar.gz gcc-e7e65bbdf3a06a7d00ed7da4ff8ebb16031ed6c3.tar.bz2 |
Allow references to arrays for ArrayIndexExpr accessor's
When we have an array-index expr rust allows the array reference to be a
reference and the compiler is meant to add in the required implicit
indirection. This checks for this senario and injects the indirection
during code-generation.
Fixes #815
Diffstat (limited to 'gcc/tree.c')
0 files changed, 0 insertions, 0 deletions