rtl.c (read_rtx): Fall back on homebrew atoll if HOST_WIDE_INT is large...
authorRichard Henderson <rth@cygnus.com>
Wed, 18 Mar 1998 09:55:53 +0000 (01:55 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Wed, 18 Mar 1998 09:55:53 +0000 (01:55 -0800)
commitcbe3672526c7686edca6e3c5e81a6bb9369f36e0
tree9865836d8f1059cd0102d063058ea0f8139fcf6a
parent80564603542ce9011d69bd4a8034c9839626643e
rtl.c (read_rtx): Fall back on homebrew atoll if HOST_WIDE_INT is large...

        * rtl.c (read_rtx): Fall back on homebrew atoll if HOST_WIDE_INT
        is large, and the system doesn't provide atoll or atoq.
        (atoll): New.
        * alpha/xm-vms.h (HAVE_ATOLL): Define.
        Reported by Klaus Kaempf <kkaempf@progis.de>.

From-SVN: r18657
gcc/ChangeLog
gcc/config/alpha/xm-vms.h
gcc/rtl.c