[cfe-commits] [PATCH] fix support for 128-bit integer literals

David Blaikie dblaikie at gmail.com
Thu May 3 15:02:18 PDT 2012


On Thu, May 3, 2012 at 2:56 PM, Stephen Canon <scanon at apple.com> wrote:
> Clang already supports the microsoft suffixes for integer literals "i128" and "Ui128" with -fms-extensions.  However, these literals are currently truncated to 64 bits with a warning.
>
> This patch adds support for full-width 128-bit integer literals with the ms suffixes.

Could you include some test cases (& verify that the existing cases
(the truncation warnings when the suffix isn't used, for example) are
appropriately tested so that you're not regressing them)?

Thanks,
- David




More information about the cfe-commits mailing list