Uploaded image for project: 'Harmony'
  1. Harmony
  2. HARMONY-5794

[drlvm][verifier-ext] Problem with compilation of verifier-ext.a on Linux

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Blocker
    • Resolution: Fixed
    • None
    • 5.0M6
    • None
    • None
    • Linux IA32/EM64T/IA64

    Description

      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;

      Attachments

        1. ver.patch
          3 kB
          Alexei Fedotov

        Activity

          People

            mcfirst Pavel Pervov
            vvl vasily.v.levchenko@gmail.com
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: