HTEC Public Hi,
Could you please let us know if you have any comments on the latest reply on this patch? Kind regards, Aleksandar Rakic ________________________________________ From: Aleksandar Rakic <aleksandar.ra...@htecgroup.com> Sent: Wednesday, April 23, 2025 1:08 PM To: Jeff Law; gcc-patches@gcc.gnu.org Cc: Djordje Todorovic; c...@mips.com Subject: Re: [PATCH 07/61] Testsuite: Fix tests properly for compact-branches Hi, > This likely needs to be updated for the trunk. > Before: > === gcc Summary === > # of expected passes 95 > # of unexpected failures 25 > After: > === gcc Summary === > # of expected passes 70 > # of unexpected failures 50 > Clearly not going in the right direction. Configured as > mips64el-linux-gnuabi64. Running just the near-far-?.c tests. > Jeff I would like to inform you that the version 2 of this patch with the appropriate ChangeLog entry is available at the following link: https://gcc.gnu.org/pipermail/gcc-patches/2025-March/677827.html Please find attached scripts that I used for building the GCC cross-compiler and for running the GCC testsuite for the mips64-r6-linux-gnu target. The script run_mips_gcc_testsuite is meant to be run inside the $BUILD_DIR/gcc-build directory with the following arguments: --sys-root=$SYSROOT --test-driver=mips.exp --test-regex="near-far-?.c" I ran the near-far-?.c tests and all of them passed: Before: === gcc Summary === # of expected passes 168 After: === gcc Summary === # of expected passes 168 Kind regards, Aleksandar