This is the mail archive of the gcc-patches@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: C & C++ PATCH: Handle very wide integer literals


>>>>> "Gavin" == Gavin Romig-Koch <gavin@cygnus.com> writes:

    Gavin> OK for mainline?

    Gavin> This patch proposes a new type for handling integer
    Gavin> literals that are wider than a target's long long, but
    Gavin> smaller than two HOST_WIDE_INT's.

    Gavin> This patch touches some functions that should be moved to
    Gavin> c-common.  I'll do that as a separate patch later this
    Gavin> afternoon (this patch was all tested and ready to go,
    Gavin> before I decided I really should to do this combining).

Thanks for being willing to do that.  Would you mind explaining the
purpose of this new type a little?  After that, I can't approve the
non-C++ parts, but I will try to look at the C++-specific bits.

Thanks,

--
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com


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