From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2178 invoked by alias); 14 Aug 2007 15:15:57 -0000 Received: (qmail 32283 invoked by uid 48); 14 Aug 2007 15:15:39 -0000 Date: Tue, 14 Aug 2007 15:15:00 -0000 Subject: [Bug libmudflap/33064] New: libmudflap fails to build with --enable-targets=all X-Bugzilla-Reason: CC Message-ID: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "adam at os dot inf dot tu-dresden dot de" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2007-08/txt/msg00916.txt.bz2 With current (today) trunk, building on x86-32bit host with --enable-targets=all fails as follows. Just building 32bit (i.e. without --enable-targets=all) works. Host system is Debian (etch). Configure options are: gcc/configure --prefix=/usr/local/gcc/head --enable-shared --with-system-zlib --enable-targets=all --enable-__cxa_atexit libtool: compile: /tmp/gcc/head/b/./gcc/xgcc -B/tmp/gcc/head/b/./gcc/ -B/usr/local/gcc/head/i686-pc-linux-gnu/bin/ -B/usr/local/gcc/head/i686-pc-linux-gnu/lib/ -isystem /usr/local/gcc/head/i686-pc-linux-gnu/include -isystem /usr/local/gcc/head/i686-pc-linux-gnu/sys-include -m64 -DHAVE_CONFIG_H -I. -I../../../../gcc/libmudflap -I. -Wall -ffunction-sections -fdata-sections -O2 -g -O2 -m64 -MT mf-runtime.lo -MD -MP -MF .deps/mf-runtime.Tpo -c ../../../../gcc/libmudflap/mf-runtime.c -fPIC -DPIC -o .libs/mf-runtime.o ../../../../gcc/libmudflap/mf-runtime.c:172: error: conflicting types for '__mf_lc_mask' ../../../../gcc/libmudflap/mf-runtime.h:51: error: previous declaration of '__mf_lc_mask' was here -- Summary: libmudflap fails to build with --enable-targets=all Product: gcc Version: 4.3.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libmudflap AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: adam at os dot inf dot tu-dresden dot de GCC build triplet: i686-pc-linux-gnu GCC host triplet: i686-pc-linux-gnu GCC target triplet: i686-pc-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33064