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 other/18246] struct-layout-1 generator broken on i686-pc-mingw32


------- 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

-- 


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


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