https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119364

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
(In reply to Richard Biener from comment #1)
> 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.

That is already in my PR119595 WIP patch.  That said, we need to look at what
the FE uses it for exactly and whether it doesn't store it e.g. in
size_type_node or sizetype trees.

Reply via email to