diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2021-11-02 13:54:14 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-02 13:54:14 +0000 |
commit | 5f0df4812c37fc428b5508e019e9fb7f8a7b77b1 (patch) | |
tree | 2a2bef1a866b93287a48990c09a4243d0ab41c0f /gcc/tree-ssa-loop-prefetch.c | |
parent | 09af9b16b436606fa8ced0aa6cc111555bdc3da7 (diff) | |
parent | fc5f8d746362a42adc52e538dec248bd2992a794 (diff) | |
download | gcc-5f0df4812c37fc428b5508e019e9fb7f8a7b77b1.zip gcc-5f0df4812c37fc428b5508e019e9fb7f8a7b77b1.tar.gz gcc-5f0df4812c37fc428b5508e019e9fb7f8a7b77b1.tar.bz2 |
Merge #781
781: Add missing typechecking for enums r=philberty a=philberty
This PR splits up the Algebraic data type into one which can support many variants which is what an enum is.
It then changes the type checking for construction of ADT's to use the VariantDef structures as required. This
does not fully implement but does allow us to have most of the type checking in place to start code-generation work.
This combines work from Mark Wielaard (https://code.wildebeest.org/git/user/mjw/gccrs/commit/?h=enum-type) and Philip
Addresses #79
Co-authored-by: Mark Wielaard <mark@klomp.org>
Co-authored-by: Philip Herron <philip.herron@embecosm.com>
Diffstat (limited to 'gcc/tree-ssa-loop-prefetch.c')
0 files changed, 0 insertions, 0 deletions