Hi Jeff, There is one patch missing, I'll add it to mainline as soon as the main is open for commits.
Best, Claudiu On Fri, Apr 18, 2025 at 12:10 AM Jeff Law <jeffreya...@gmail.com> wrote: > > > > On 3/18/25 10:23 AM, Luis Silva wrote: > > Due to the patch by Roger Sayle, > > 09881218137f4af9b7c894c2d350cf2ff8e0ee23, which > > introduces the use of the `rlc rX,0` instruction in place > > of the `mov.hs`, the add overflow test case needs to be > > updated. The previous test case was validating the `mov.hs` > > instruction, but now it must validate the `rlc` instruction > > as the new behavior. > > > > gcc/testsuite/ChangeLog: > > > > * gcc.target/arc/overflow-1.c: Replace mov.hs with rlc. > I don't see any test named "overflow-1.c" in the arc subdirectory?!? > > Is it possible that's a change in your local repo? > > jeff