This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: __intN patch 3/5: main __int128 -> __intN conversion.
- From: Marc Glisse <marc dot glisse at inria dot fr>
- To: Paolo Carlini <paolo dot carlini at oracle dot com>
- Cc: DJ Delorie <dj at redhat dot com>, gcc-patches at gcc dot gnu dot org, libstdc++ at gcc dot gnu dot org
- Date: Wed, 15 Oct 2014 13:25:05 +0200 (CEST)
- Subject: Re: __intN patch 3/5: main __int128 -> __intN conversion.
- Authentication-results: sourceware.org; auth=none
- References: <201408132211 dot s7DMBGBu016387 at greed dot delorie dot com> <Pine dot LNX dot 4 dot 64 dot 1408221051550 dot 5292 at digraph dot polyomino dot org dot uk> <201408221924 dot s7MJOcjB022631 at greed dot delorie dot com> <Pine dot LNX dot 4 dot 64 dot 1408222013390 dot 16713 at digraph dot polyomino dot org dot uk> <201408260303 dot s7Q33nqm024601 at greed dot delorie dot com> <Pine dot LNX dot 4 dot 64 dot 1409012142450 dot 7370 at digraph dot polyomino dot org dot uk> <201409302314 dot s8UNE7LP020494 at greed dot delorie dot com> <542CC4FA dot 70609 at redhat dot com> <201410020352 dot s923qLlm002274 at greed dot delorie dot com> <542D5FA4 dot 6020401 at redhat dot com> <201410021641 dot s92GfTcV024373 at greed dot delorie dot com> <542D8F05 dot 7090705 at redhat dot com> <201410021800 dot s92I04Nk026647 at greed dot delorie dot com> <542EAD69 dot 9090306 at redhat dot com> <201410032011 dot s93KBpc2005414 at greed dot delorie dot com> <54303821 dot 2090205 at redhat dot com> <201410082127 dot s98LRGn7032386 at greed dot delorie dot com! > <54369042 dot 7020306 at redhat dot com> <201410132054 dot s9DKs50U009342 at greed dot delorie dot com> <543D2699 dot 8000009 at redhat dot co! ! m> <201410141944 dot s9EJiw1m016585 at greed dot delorie dot com> <543E3492 dot 2010201 at oracle dot com>
- Reply-to: libstdc++ at gcc dot gnu dot org
On Wed, 15 Oct 2014, Paolo Carlini wrote:
A couple of small issues in std/limits and in the testsuite are causing
regressions which I'm fixing with the below.
- max() _GLIBCXX_USE_NOEXCEPT { return __glibcxx_max_b (TYPE, BITSIZE);; } \
+ max() _GLIBCXX_USE_NOEXCEPT { return __glibcxx_max_b (TYPE, BITSIZE);; } \
Maybe shorten the double ;; as well?
--
Marc Glisse