From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21491 invoked by alias); 31 Oct 2004 19:06:53 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 21482 invoked by uid 48); 31 Oct 2004 19:06:52 -0000 Date: Sun, 31 Oct 2004 19:06:00 -0000 Message-ID: <20041031190652.21481.qmail@sourceware.org> From: "dannysmith at users dot sourceforge dot net" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20041031065051.18246.aaronavay62@aaronwl.com> References: <20041031065051.18246.aaronavay62@aaronwl.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug other/18246] struct-layout-1 generator broken on i686-pc-mingw32 X-Bugzilla-Reason: CC X-SW-Source: 2004-10/txt/msg03960.txt.bz2 List-Id: ------- 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