You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Pavel Pervov (JIRA)" <ji...@apache.org> on 2008/05/04 08:39:55 UTC

[jira] Assigned: (HARMONY-5794) [drlvm][verifier-ext] Problem with compilation of verifier-ext.a on Linux

     [ https://issues.apache.org/jira/browse/HARMONY-5794?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pavel Pervov reassigned HARMONY-5794:
-------------------------------------

    Assignee: Pavel Pervov

> [drlvm][verifier-ext] Problem with compilation of verifier-ext.a on Linux
> -------------------------------------------------------------------------
>
>                 Key: HARMONY-5794
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5794
>             Project: Harmony
>          Issue Type: Bug
>         Environment: Linux IA32/EM64T/IA64
>            Reporter: vasily.v.levchenko@gmail.com
>            Assignee: Pavel Pervov
>            Priority: Blocker
>             Fix For: 5.0M6
>
>         Attachments: ver.patch
>
>
> It's very important for Eclipse/TPTP project that code meets compilation requirements of our project.
> On stage of compiling on Linux with gcc 2.96 compilation error occurred:
> verifier-3363/java5/stackmap_5.h:245: operands to ?: have different types
> verifier-3363/java5/stackmap_5.h:245 SmConstant ret = isVariable() ? getVariable()->getAnyIncomingValue() : const_val;
> FAST FIX:
> SmConstant ret = isVariable() ? getVariable()->getAnyIncomingValue() : (SmConstant)const_val;

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.