From issues-return-2557-apmail-stdcxx-issues-archive=stdcxx.apache.org@stdcxx.apache.org Wed May 06 15:56:04 2009 Return-Path: Delivered-To: apmail-stdcxx-issues-archive@minotaur.apache.org Received: (qmail 4687 invoked from network); 6 May 2009 15:56:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 6 May 2009 15:56:04 -0000 Received: (qmail 12762 invoked by uid 500); 6 May 2009 15:56:04 -0000 Delivered-To: apmail-stdcxx-issues-archive@stdcxx.apache.org Received: (qmail 12748 invoked by uid 500); 6 May 2009 15:56:04 -0000 Mailing-List: contact issues-help@stdcxx.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@stdcxx.apache.org Delivered-To: mailing list issues@stdcxx.apache.org Received: (qmail 12733 invoked by uid 99); 6 May 2009 15:56:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 May 2009 15:56:04 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 May 2009 15:55:52 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 893FB234C4B0 for ; Wed, 6 May 2009 08:55:32 -0700 (PDT) Message-ID: <1017992155.1241625332553.JavaMail.jira@brutus> Date: Wed, 6 May 2009 08:55:32 -0700 (PDT) From: "Martin Sebor (JIRA)" To: issues@stdcxx.apache.org Subject: [jira] Updated: (STDCXX-1015) [gcc 4.3.0] ICE compiling VA_LIST.cpp config test In-Reply-To: <1056901967.1220746064209.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/STDCXX-1015?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor updated STDCXX-1015: --------------------------------- Environment: gcc 4.2.x, 4.3.x, 4.4.0, x86_64 (was: gcc 4.3.0, 4.3.1) The ICE occurs with all releases of gcc starting with 4.2, all the way to 4.4, but only on platforms where va_arg is an array (e.g., x86_64 and POWER). > [gcc 4.3.0] ICE compiling VA_LIST.cpp config test > ------------------------------------------------- > > Key: STDCXX-1015 > URL: https://issues.apache.org/jira/browse/STDCXX-1015 > Project: C++ Standard Library > Issue Type: Bug > Components: Configuration > Affects Versions: 4.2.1 > Environment: gcc 4.2.x, 4.3.x, 4.4.0, x86_64 > Reporter: Martin Sebor > Assignee: Martin Sebor > Priority: Critical > Fix For: 4.2.2 > > Original Estimate: 1h > Remaining Estimate: 1h > > Both gcc 4.3.0 and 4.3.1 choke on the [{{VA_LIST.cpp}}|http://svn.apache.org/repos/asf/stdcxx/branches/4.2.x/etc/config/src/VA_LIST.cpp] config test. A misconfigured {{va_list}} can't be good for the library... We should probably hardcode the expected value when {{\_RWSTD_NO_VA_LIST}} is #defined (although we might already be doing it since we do have some good gcc 4.3.0 builds...) > The ICE has been filed with gcc in [bug 37404|http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37404]. > {noformat} > gcc -D_RWSTDDEBUG -pthread -I. -pedantic -nostdinc++ -g -W -Wall -Wcast-qual -Winline -Wshadow -Wwrite-strings -Wno-long-long -Wcast-align -c /amd/devco/sebor/stdcxx-4.2.x/etc/config/src/VA_LIST.cpp -o VA_LIST.o > /amd/devco/sebor/stdcxx-4.2.x/etc/config/src/VA_LIST.cpp: In function 'int main()': > /amd/devco/sebor/stdcxx-4.2.x/etc/config/src/VA_LIST.cpp:198: warning: format '%u' expects type 'unsigned int', but argument 2 has type 'long unsigned int' > /amd/devco/sebor/stdcxx-4.2.x/etc/config/src/VA_LIST.cpp:202: warning: format '%u' expects type 'unsigned int', but argument 2 has type 'long unsigned int' > /amd/devco/sebor/stdcxx-4.2.x/etc/config/src/VA_LIST.cpp: In static member function 'static const char* Type::type_name() [with T = __va_list_tag, int N = 1]': > /amd/devco/sebor/stdcxx-4.2.x/etc/config/src/VA_LIST.cpp:96: instantiated from here > /amd/devco/sebor/stdcxx-4.2.x/etc/config/src/VA_LIST.cpp:85: internal compiler error: in build_special_member_call, at cp/call.c:5323 > Please submit a full bug report,with preprocessed source if appropriate. > See for instructions. > {noformat} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.