Warning in GCC Compiler

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Gobi Sakthivel
    New Member
    • Jan 2013
    • 26

    Warning in GCC Compiler

    I am getting a warning, when i compile the source code in HP_UX platform(GCC Compiler), Can anyone explain why this warning occurs and some solutions to remove it.

    /var/tmp//ccUss4qx.s: Assembler messages:
    /var/tmp//ccUss4qx.s:1245 8: Warning: Use of 'mov' may violate WAW dependency 'GR%, % in 1 - 127' (impliedf), specific resource number is 33
    /var/tmp//ccUss4qx.s:1245 6: Warning: This is the location of the conflicting usage
  • Banfa
    Recognized Expert Expert
    • Feb 2006
    • 9067

    #2
    This seems to be an issue that existed in older versions of gcc

    Comment

    Working...