diff options
author | Philip Herron <philip.herron@embecosm.com> | 2021-09-13 16:31:18 +0100 |
---|---|---|
committer | Philip Herron <philip.herron@embecosm.com> | 2021-09-13 16:33:58 +0100 |
commit | 9464066111c715a63e632b1dc60f3230e8c48bb1 (patch) | |
tree | b1bcaa2f68d4fc74e4e90ff6d608613e4f11a8a7 /gcc/resource.c | |
parent | e3b7eb58844c446d097ddee00ecd455d5537c6b2 (diff) | |
download | gcc-9464066111c715a63e632b1dc60f3230e8c48bb1.zip gcc-9464066111c715a63e632b1dc60f3230e8c48bb1.tar.gz gcc-9464066111c715a63e632b1dc60f3230e8c48bb1.tar.bz2 |
Support indirection for struct and tuple field access
When we have a fat pointer to a structure the GCC needs to know the RECORD
or UNION type of the type before it can access fields, this can be
supported by C'stye indirection such as '->'.
This might get updated when we support the autoderef mechanism and if the
type supports the deref trait.
Addresses #241
Diffstat (limited to 'gcc/resource.c')
0 files changed, 0 insertions, 0 deletions