[Bug other/18246] struct-layout-1 generator broken on i686-pc-mingw32

2007-12-09 Thread dannysmith at users dot sourceforge dot net
--- 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=revrevision=126903 -- dannysmith at users dot sourceforge dot net changed: What|Removed |Added

[Bug other/18246] struct-layout-1 generator broken on i686-pc-mingw32

2007-07-18 Thread dannysmith at users dot sourceforge dot net
--- 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

[Bug other/18246] struct-layout-1 generator broken on i686-pc-mingw32

2004-10-31 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Component|regression |other http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18246

[Bug other/18246] struct-layout-1 generator broken on i686-pc-mingw32

2004-10-31 Thread dannysmith at users dot sourceforge dot net
--- 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

[Bug other/18246] struct-layout-1 generator broken on i686-pc-mingw32

2004-10-31 Thread aaronavay62 at aaronwl dot com
--- 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