From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8294 invoked by alias); 3 Aug 2009 21:35:21 -0000 Received: (qmail 8281 invoked by uid 22791); 3 Aug 2009 21:35:20 -0000 X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=BAYES_00 X-Spam-Check-By: sourceware.org Received: from mail-px0-f193.google.com (HELO mail-px0-f193.google.com) (209.85.216.193) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 03 Aug 2009 21:35:15 +0000 Received: by pxi31 with SMTP id 31so2706581pxi.14 for ; Mon, 03 Aug 2009 14:35:13 -0700 (PDT) Received: by 10.140.148.20 with SMTP id v20mr4064392rvd.177.1249335313627; Mon, 03 Aug 2009 14:35:13 -0700 (PDT) Received: from ?10.39.42.173? ([187.15.182.169]) by mx.google.com with ESMTPS id g31sm803233rvb.26.2009.08.03.14.35.11 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 03 Aug 2009 14:35:12 -0700 (PDT) Message-ID: <4A77580C.3090108@ccppbrasil.org> Date: Tue, 04 Aug 2009 01:37:00 -0000 From: =?UTF-8?B?UGVkcm8gTGFtYXLDo28=?= User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1b3pre) Gecko/20090513 Fedora/3.0-2.3.beta2.fc11 Lightning/1.0pre Thunderbird/3.0b2 MIME-Version: 1.0 To: gcc@gcc.gnu.org Subject: [cxx0x-lambdas] Bootstrap fails Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org X-SW-Source: 2009-08/txt/msg00045.txt.bz2 Revision 150382 of the cxx0x-lambdas-branch fails to bootstrap with the following error: gcc -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/gengtype \ build/gengtype.o build/gengtype-lex.o build/gengtype-parse.o build/errors.o ../build-i586-redhat-linux/libiberty/libiberty.a /bin/sh ../../cxx0x-lambda/gcc/../move-if-change tmp-gi.list gtyp-input.list echo timestamp > s-gtyp-input build/gengtype ../../cxx0x-lambda/gcc gtyp-input.list ../../cxx0x-lambda/gcc/cp/cp-tree.h:571: parse error: GTY must be specified before identifier make[3]: ** [s-gtype] Erro 1 when configured like this: [pedro.lamarao@larissa cxx0x-lambda-obj]$ ../cxx0x-lambda/configure --prefix=/opt/gcc-lambda --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-languages=c,c++ --with-tune=generic --with-arch=i586 --build=i586-redhat-linux on a Fedora 11 system. -- P.