Return-Path: Delivered-To: apmail-stdcxx-dev-archive@www.apache.org Received: (qmail 15277 invoked from network); 17 Nov 2008 01:09:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Nov 2008 01:09:59 -0000 Received: (qmail 69766 invoked by uid 500); 17 Nov 2008 01:10:07 -0000 Delivered-To: apmail-stdcxx-dev-archive@stdcxx.apache.org Received: (qmail 69747 invoked by uid 500); 17 Nov 2008 01:10:07 -0000 Mailing-List: contact dev-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 dev@stdcxx.apache.org Received: (qmail 69736 invoked by uid 99); 17 Nov 2008 01:10:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 16 Nov 2008 17:10:07 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of msebor@gmail.com designates 209.85.146.183 as permitted sender) Received: from [209.85.146.183] (HELO wa-out-1112.google.com) (209.85.146.183) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Nov 2008 01:08:45 +0000 Received: by wa-out-1112.google.com with SMTP id k40so1313131wah.31 for ; Sun, 16 Nov 2008 17:09:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=2h9SZ1sSD6CywAz92QmU/nrNScqzqGFxpUh+pxrqMnU=; b=B6sTWu8/6Pqa1/nMbF1wLeD8yoh7Y5ijMv5KvtoK6l0+PlT0+8wxzf6AvVDxj8BwVE agq5q1/ePyTq3WY1LV9QZuSebhpaiY25bpPWGTa3mMKfezpiNeYwXXgeiXoTHmdtOACG sy+AUgrTr/Peja60VBRfJmGEwg/JBO2mR0HIU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=O/3SGg6IzMms/0MKEjCGsyu7lVnORel1KOF5Wi80qg5OO5wawCuzMr/IhjTepmNLVw Q/GswmUFKYfGbkLbJYkEBF8qHMa2R5aECMTZE1tQhOu3lZCJ2223A8cMIQICtjpt9jpu lxQW2cNCAGo/6iHWC5GraZVF/buPinSRv7IJA= Received: by 10.115.94.1 with SMTP id w1mr2163697wal.30.1226884169286; Sun, 16 Nov 2008 17:09:29 -0800 (PST) Received: from bugsy.net (c-71-229-200-170.hsd1.co.comcast.net [71.229.200.170]) by mx.google.com with ESMTPS id n22sm5831356pof.4.2008.11.16.17.09.28 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 16 Nov 2008 17:09:28 -0800 (PST) Message-ID: <4920C447.1040907@gmail.com> Date: Sun, 16 Nov 2008 18:09:27 -0700 From: Martin Sebor User-Agent: Thunderbird 2.0.0.16 (X11/20080723) MIME-Version: 1.0 To: dev@stdcxx.apache.org Subject: Re: [jira] Created: (STDCXX-1022) [MSVC x86 / optimized] ICE in std::__make_heap() References: <1136731358.1226458304266.JavaMail.jira@brutus> In-Reply-To: <1136731358.1226458304266.JavaMail.jira@brutus> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi Farid, Did you happen to reduce this to a small test case and send it to Microsoft? Thanks Martin Farid Zaripov (JIRA) wrote: > [MSVC x86 / optimized] ICE in std::__make_heap() > ------------------------------------------------ > > Key: STDCXX-1022 > URL: https://issues.apache.org/jira/browse/STDCXX-1022 > Project: C++ Standard Library > Issue Type: Bug > Components: External > Environment: 32-bit MSVC 7.1, 8.0, 9.0 in optimized builds > Reporter: Farid Zaripov > > > The 25.heap, 25.partial_sort, 25.sort tests are failed to compile on every 32-bit MSVC in optimized builds due to ICE: > > {noformat} > f:\stdcxx\4.2.x\include\rw\_heap.cc(93) : fatal error C1001: An internal error has occurred in the compiler. > (compiler file 'f:\dd\vctools\compiler\utc\src\p2\main.c[0x51144F50:0x0000002C]', line 182) > To work around this problem, try simplifying or changing the program near the locations listed above. > Please choose the Technical Support command on the Visual C++ > Help menu, or open the Technical Support help file for more information > {noformat} > > >