From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6848 invoked by alias); 8 May 2014 23:02:19 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 6822 invoked by uid 89); 8 May 2014 23:02:18 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-Spam-User: qpsmtpd, 2 recipients X-HELO: mailout08.t-online.de Received: from mailout08.t-online.de (HELO mailout08.t-online.de) (194.25.134.20) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Thu, 08 May 2014 23:02:17 +0000 Received: from fwd06.aul.t-online.de (fwd06.aul.t-online.de [172.20.26.150]) by mailout08.t-online.de (Postfix) with SMTP id 61AF325D400; Fri, 9 May 2014 01:01:33 +0200 (CEST) Received: from [192.168.0.103] (XNFDx+ZawhWso6W2PUvCM9QhA++d5QhahMnc5Cv50w0-qCJSM69JmfsPN9uynmXQVd@[84.175.193.95]) by fwd06.t-online.de with esmtp id 1WiXKN-468UOO0; Fri, 9 May 2014 01:02:11 +0200 Message-ID: <1399590130.2892.2.camel@yam-132-YW-E178-FTW> Subject: Re: iq2000-elf: wide-int fallout (was: we are starting the wide int merge) From: Oleg Endo To: Jan-Benedict Glaw Cc: Mike Stump , Kenneth Zadeck , GCC Development , gcc-patches , Nick Clifton Date: Thu, 08 May 2014 23:02:00 -0000 In-Reply-To: <20140508224838.GE1877@lug-owl.de> References: <5368FD99.2010607@naturalbridge.com> <20140508224838.GE1877@lug-owl.de> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Mime-Version: 1.0 X-IsSubscribed: yes X-SW-Source: 2014-05/txt/msg00540.txt.bz2 On Fri, 2014-05-09 at 00:48 +0200, Jan-Benedict Glaw wrote: > [...] > > Just found this for iq2000: > > g++ -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/home/jbglaw/repos/gcc/gcc -I/home/jbglaw/repos/gcc/gcc/. -I/home/jbglaw/repos/gcc/gcc/../include -I/home/jbglaw/repos/gcc/gcc/../libcpp/include -I/opt/cfarm/gmp-latest/include -I/opt/cfarm/mpfr-latest/include -I/opt/cfarm/mpc-latest/include -I/home/jbglaw/repos/gcc/gcc/../libdecnumber -I/home/jbglaw/repos/gcc/gcc/../libdecnumber/dpd -I../libdecnumber -I/home/jbglaw/repos/gcc/gcc/../libbacktrace -o wide-int.o -MT wide-int.o -MMD -MP -MF ./.deps/wide-int.TPo /home/jbglaw/repos/gcc/gcc/wide-int.cc > /home/jbglaw/repos/gcc/gcc/wide-int.cc:37:56: error: unable to emulate 'TI' > typedef unsigned int UTItype __attribute__ ((mode (TI))); > ^ > make[1]: *** [wide-int.o] Error 1 I also just ran into that. Seems to be a host issue. This one seems to fix it: http://gcc.gnu.org/ml/gcc-patches/2014-05/msg00527.html Another wide-int merge fallout I ran into: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=61120 Cheers, Oleg