IBM Support

IZ92278: INVALID 'ADDI' INSTRUCTION SYNTAX

Subscribe

You can track all active APARs for this component.

 

APAR status

  • Closed as program error.

Error description

  • Source that makes use of inline assembly is hitting an error in
    the assembler due to invalid instruction syntax.
    
    
       === TEST CASE ===
    
    extern __thread int x, *p;
    
    void  mytest(void **fp)
    {
      __asm ("ori %0, 1, 0" : "=r" (*(&fp)));
      p = &x;
    }
    
    
    $ xlc -q64 -qtls -c tls.c
    Assembler:
    tls.s: line 76: Too few arguments
    1500-067: (S) asm statement generates errors in
       assembler output.
    
    
    The problem instruction generated in the *.s assembly file is:
    
       +76          addi      r0,0(r4)
    
    The parentheses syntax is invalid.  It should instead use a ','.
    

Local fix

  • N/A
    

Problem summary

  • PROBLEM DESCRIPTION:
    Assembly output from the compiler is using incorrect operand
    syntax.
    
    USERS AFFECTED:
    Those compiling source code that contains inline assembly and
    thread local storage, and are outputting to assembly code.
    

Problem conclusion

  • An issue was corrected with the syntax type the compiler uses
    to output to assembly code.  The problem is now fixed.
    

Temporary fix

Comments

APAR Information

  • APAR number

    IZ92278

  • Reported component name

    XLC C++ AIX

  • Reported component ID

    5724S7100

  • Reported release

    900

  • Status

    CLOSED PER

  • PE

    NoPE

  • HIPER

    NoHIPER

  • Special Attention

    NoSpecatt

  • Submitted date

    2011-01-14

  • Closed date

    2011-02-23

  • Last modified date

    2011-02-23

Fix information

  • Fixed component name

    XL C AIX

  • Fixed component ID

    5724S7000

Applicable component levels

[{"Line of Business":{"code":"LOB08","label":"Cognitive Systems"},"Business Unit":{"code":"BU054","label":"Systems w\/TPS"},"Product":{"code":"SSJT9L","label":"XL C\/C++"},"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"9.0"}]

Document Information

Modified date:
06 October 2021