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

            Bug ID: 87002
           Summary: allow integers larger than "long"
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: jit
          Assignee: dmalcolm at gcc dot gnu.org
          Reporter: tromey at gcc dot gnu.org
  Target Milestone: ---

gcc-jit has gcc_jit_context_new_rvalue_from_int and
gcc_jit_context_new_rvalue_from_long, but on some platforms
long might be 32 bits, but a program could still use int64_t
or long long.  I think gcc-jit should have an intmax_t function,
and perhaps uintmax_t as well.

Reply via email to