diff options
author | Philip Herron <herron.philip@googlemail.com> | 2020-07-21 21:40:22 +0100 |
---|---|---|
committer | Philip Herron <philip.herron@embecosm.com> | 2020-11-28 21:13:19 +0000 |
commit | ffb8dbc16a003a0f00662ded052de3a3b7dcb964 (patch) | |
tree | 48597394d7b0f2bc76dd52696081bf62aed9cf58 /gcc/hw-doloop.c | |
parent | aac6645c2204837ec30ff720e6087e6cf588cec7 (diff) | |
download | gcc-ffb8dbc16a003a0f00662ded052de3a3b7dcb964.zip gcc-ffb8dbc16a003a0f00662ded052de3a3b7dcb964.tar.gz gcc-ffb8dbc16a003a0f00662ded052de3a3b7dcb964.tar.bz2 |
Compile AST::StructExprStructFields into a constructor tree.
This still requires more type resolution work to ensure field ordering
on the initilizer and defaults if required.
struct Foo struct_test;
try
{
struct_test.one = 1;
struct_test.two = 2;
}
finally
{
struct_test = {CLOBBER};
}
Diffstat (limited to 'gcc/hw-doloop.c')
0 files changed, 0 insertions, 0 deletions