https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121506
Martin Uecker <uecker at tugraz dot at> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |uecker at tugraz dot at
--- Comment #4 from Martin Uecker <uecker at tugraz dot at> ---
It is a while since a looked at this bug, but IIRC the issue is that the types
created by the arch do not follow the comment at set_underlying_type:
https://github.com/gcc-mirror/gcc/blob/master/gcc/c-family/c-common.cc#L8918
Assuming this is the case, shouldn't we fix this? I could look into this,
later this year.