This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PR libstdc++/58804][PR libstdc++/58729] tr2/dynamic_bitset issues.
- From: Paolo Carlini <paolo dot carlini at oracle dot com>
- To: Ed Smith-Rowland <3dw4rd at verizon dot net>, "libstdc++ at gcc dot gnu dot org" <libstdc++ at gcc dot gnu dot org>, gcc-patches <gcc-patches at gcc dot gnu dot org>, glisse at gcc dot gnu dot org
- Date: Mon, 21 Oct 2013 10:31:58 +0200
- Subject: Re: [PR libstdc++/58804][PR libstdc++/58729] tr2/dynamic_bitset issues.
- Authentication-results: sourceware.org; auth=none
- References: <52646F0F dot 6020200 at verizon dot net>
On 10/21/2013 02:02 AM, Ed Smith-Rowland wrote:
Greetings.
Here is a patch to correct tr2/dynamic_bitset to use __builtin_xxxll
for long long instead of the long versions.
Relevant bugs:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58804
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58729
Builds and *really* tests clean on x86_64-linux.
OK?
Ok, thanks. Remember to close the Bugs.
Paolo.