[ https://issues.apache.org/jira/browse/HARMONY-5794?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alexei Fedotov updated HARMONY-5794:
------------------------------------
Attachment: ver.patch
Testing the patch.
> [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
> Priority: Blocker
> 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.
|