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

Robert Dubner <rdubner at gcc dot gnu.org> changed:

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

--- Comment #1 from Robert Dubner <rdubner at gcc dot gnu.org> ---
The revised code will be based on passing pointers to lists of integers.

Those lists of integers are being established as static arrays of type
integer_type_node with constructors using
build_int_cst_type(integer_type_node,) to set each element.

It is my belief that just doing that will address most of the concerns raised
here.

Reply via email to