--- Comment #5 from dannysmith at users dot sourceforge dot net 2007-12-09
08:00 ---
Fixed for 4.3.0 by
http://gcc.gnu.org/viewcvs?view=rev&revision=126903
--
dannysmith at users dot sourceforge dot net changed:
What|Removed |Added
---
--- Comment #4 from dannysmith at users dot sourceforge dot net 2007-07-19
02:17 ---
Patch at
http://gcc.gnu.org/ml/gcc-patches/2007-07/msg01521.html
Danny
--
dannysmith at users dot sourceforge dot net changed:
What|Removed |Added
---
--- Additional Comments From aaronavay62 at aaronwl dot com 2004-10-31 19:16
---
Ugh, forgot about that. It's time to fix this problem the right way. I've been
meaning to get this out of the way for a while. I'll get back to you on this.
--
What|Removed
--- Additional Comments From dannysmith at users dot sourceforge dot net
2004-10-31 19:06 ---
Oh, one other thing is needed. mingw (and probably other targets) does not
have ffsll function, so either need to replace ffsll with __builtin_ffsll or
provide one (which is trivial).
Danny
--
What|Removed |Added
Component|regression |other
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18246