Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 70768 invoked from network); 23 Aug 2007 23:35:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Aug 2007 23:35:00 -0000 Received: (qmail 53312 invoked by uid 500); 23 Aug 2007 23:34:57 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 53251 invoked by uid 500); 23 Aug 2007 23:34:57 -0000 Mailing-List: contact stdcxx-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: stdcxx-dev@incubator.apache.org Delivered-To: mailing list stdcxx-dev@incubator.apache.org Received: (qmail 53240 invoked by uid 99); 23 Aug 2007 23:34:57 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Aug 2007 16:34:57 -0700 X-ASF-Spam-Status: No, hits=-98.5 required=10.0 tests=ALL_TRUSTED,WEIRD_PORT X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Aug 2007 23:34:51 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id BF66C714212 for ; Thu, 23 Aug 2007 16:34:30 -0700 (PDT) Message-ID: <23348472.1187912070781.JavaMail.jira@brutus> Date: Thu, 23 Aug 2007 16:34:30 -0700 (PDT) From: "Martin Sebor (JIRA)" To: stdcxx-dev@incubator.apache.org Subject: [jira] Created: (STDCXX-534) [gcc 3.2.1/HP-UX 11.11] ICE compiling strtol.cpp MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [gcc 3.2.1/HP-UX 11.11] ICE compiling strtol.cpp ------------------------------------------------ Key: STDCXX-534 URL: https://issues.apache.org/jira/browse/STDCXX-534 Project: C++ Standard Library Issue Type: Bug Components: Build Affects Versions: trunk Environment: gcc 3.2.1/HP-UX 11.11 Reporter: Martin Sebor This happens in a wide (64-bit) -- despite the 12d normally indicating a narrow (32-bit) build, optimized build with gcc 3.2.1 on HP-UX 11.11: gcc -c -I/tmp_mnt/amd/devco/sebor/stdcxx/include/ansi -I/tmp_mnt/amd/devco/sebor/stdcxx/include -I/build/sebor/stdcxx-gcc-3.2.2-12d/include -pedantic -nostdinc++ -O2 -W -Wall -Wcast-qual -Winline -Wshadow -Wwrite-strings -Wno-long-long -Wcast-align -fPIC /tmp_mnt/amd/devco/sebor/stdcxx/src/strtol.cpp /tmp_mnt/amd/devco/sebor/stdcxx/src/strtol.cpp: In function `long unsigned int __rw::__rw_strtoul(const char*, int*, int)': /tmp_mnt/amd/devco/sebor/stdcxx/src/strtol.cpp:394: insn does not satisfy its constraints: (insn 1755 1618 1614 (set (reg:DI 19 %r19) (reg:DI 60 SAR [97])) 119 {*pa.md:3106} (nil) (nil)) /tmp_mnt/amd/devco/sebor/stdcxx/src/strtol.cpp:394: Internal compiler error in reload_cse_simplify_operands, at reload1.c:8338 Please submit a full bug report, with preprocessed source if appropriate. See for instructions. gmake: *** [strtol.o] Error 1 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.