Hi Surya, On 27/02/26 8:08 pm, Surya Kumari Jangala wrote: > Hi, > > On 27/02/26 5:47 pm, jeevitha wrote: >> Hi All, >> >> The following patch has been bootstrapped and regtested on powerpc64le-linux. >> >> Changes from V5: >> * Fixed commit message length. >> * Fixed store twin definition. > > Even the testcases amo5.c & amo6.c have been changed. > Any specific reason why the static keyword has been removed in amo5.c? > In amo6.c, please put back the static variables inside main() similar to > how it is in v5 of the patch. This makes reading the tests easy. > > -Surya
Thank you for the review comments. For amo5.c, the static keyword was removed as the variables are local to main(). I will revert this if you prefer that. For amo6.c, will move the variables back inside main() as in v5. Thanks, Jeevitha
