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
/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
Comment