This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: atoi vs strtol in rtl.c:read_rtx()


On Thu, May 24, 2001 at 06:55:06PM -0400, DJ Delorie wrote:
> Would we have to create one that handled HOST_WIDE_INTS bigger than
> long?  Say, a strtoll, or strtoull?

Yes.  You can autoconf check for that, as it exists in glibc.
We provide a fallback version of atoq already; that can be
replaced.


r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]