Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 46168 invoked from network); 22 Jun 2007 14:16:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Jun 2007 14:16:47 -0000 Received: (qmail 38924 invoked by uid 500); 22 Jun 2007 14:16:51 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 38889 invoked by uid 500); 22 Jun 2007 14:16:50 -0000 Mailing-List: contact commits-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list commits@harmony.apache.org Received: (qmail 38870 invoked by uid 99); 22 Jun 2007 14:16:50 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Jun 2007 07:16:50 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED 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; Fri, 22 Jun 2007 07:16:46 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 8F92F7141E2 for ; Fri, 22 Jun 2007 07:16:26 -0700 (PDT) Message-ID: <28224206.1182521786585.JavaMail.jira@brutus> Date: Fri, 22 Jun 2007 07:16:26 -0700 (PDT) From: "Gregory Shimansky (JIRA)" To: commits@harmony.apache.org Subject: [jira] Resolved: (HARMONY-4270) [drlvm] Fixes for compilation of drlvm by intel compiler on windows/ia32 In-Reply-To: <27273332.1182510208698.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HARMONY-4270?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gregory Shimansky resolved HARMONY-4270. ---------------------------------------- Resolution: Fixed Patch applied at 549824. Please check that icl works now. BTW what about icc on Linux? > [drlvm] Fixes for compilation of drlvm by intel compiler on windows/ia32 > ------------------------------------------------------------------------ > > Key: HARMONY-4270 > URL: https://issues.apache.org/jira/browse/HARMONY-4270 > Project: Harmony > Issue Type: Bug > Components: DRLVM > Environment: windows/ia32 > Reporter: Ivan Zvolsky > Assignee: Gregory Shimansky > Priority: Minor > Attachments: icl_compilation.patch > > > The patch fixes compilation problems of drlvm on windows/ia32 using intel compiler. Some notes: > 1) In general, patch just fixes several icl's complaints about useless comparisons of unsigned with zero here and there. > 2) I'm not quite sure about correctness of changind _ReadWriteBarrier() and such to icl's __memory_barrier() intrinsic. > I checked that the patch enables compilation on windows/ia32/icl and doesn't break compilation on: > linux/em64t/gcc > windows/ia32/msvc > windows/ia32/icl -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.