https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119364
Richard Biener <rguenth at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Last reconfirmed| |2025-04-04
Ever confirmed|0 |1
Status|UNCONFIRMED |NEW
--- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> ---
Confirmed. enum cbl_field_attr_t should use uint64_t. The corresponding
cblc_field_t::attr and the structure built in the frontend needs to change
accordingly. I'll note this is a structure on the _target_, having this
used on the host directly might be a source of issues.