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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|ice-on-invalid-code,        |ice-on-valid-code
                   |needs-reduction             |
           Assignee|unassigned at gcc dot gnu.org      |pinskia at gcc dot 
gnu.org
             Status|NEW                         |ASSIGNED

--- Comment #7 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
3705      tree inittype = aarch64_memtag_builtin_data[
3706                        fcode - AARCH64_MEMTAG_BUILTIN_START - 1].ftype;
3707      unsigned arg_num = list_length (TYPE_ARG_TYPES (inittype)) - 1;


/* Initialize the memory tagging extension (MTE) builtins.  */
struct
{
  tree ftype;
  enum insn_code icode;
} aarch64_memtag_builtin_data[AARCH64_MEMTAG_BUILTIN_END -
                              AARCH64_MEMTAG_BUILTIN_START - 1];


Yes this is definitely missing a GTY on it ...

Mine.

Reply via email to