This is the mail archive of the gcc-bugs@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]
Other format: [Raw text]

[Bug libstdc++/58804] dynamic_bitset<> uses popcountl on long long


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58804

--- Comment #4 from Ed Smith-Rowland <3dw4rd at verizon dot net> ---
Created attachment 31053
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=31053&action=edit
Patch replacing builtin_xxxl with builting_xxxll.

Sorry for not missing at the -m32 test result (Just saw the wrong thing).

Here is a patch that changes 5 uses of bit twiddling builtins from the long
variant to the long long variant.

See what you think.  The -m32 and -m64 tests are still running on x86_64.
Let me know how other targets work out if you don't mind.

Ed


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