On Tue, 16 Sept 2025 at 05:00, Indu Bhagat via linaro-toolchain <[email protected]> wrote: > > On 8/20/25 8:26 PM, [email protected] wrote: > > Dear contributor, > > > > Our automatic CI has detected problems related to your patch(es). Please > > find some details below. > > > > In master-arm, after: > > | commit binutils-2_41-release-7632-g09292f4ae2c > > | Author: Indu Bhagat <[email protected]> > > | Date: Tue Aug 19 01:08:06 2025 -0700 > > | > > | binutils: dwarf: fix display of large cfa_offset > > | > > | eh_frame textual dump was not correct when the cfa_offset is a > > large > > | value. The reason is that the dumping code generally assumes the > > | cfa_offset is an 'int'. > > | ... 31 lines of the commit log omitted. > > > > Produces 1 regression: > > | > > | regressions.sum: > > | Running gas:gas/cfi/cfi.exp ... > > | FAIL: CFI common 10 > > > > Used configuration : > > *CI config* tcwg_gnu_native_check_binutils master-arm > > *configure and test flags:* none, autodetected on > > armv8l-unknown-linux-gnueabihf > > > > We track this bug report under > > https://linaro.atlassian.net/browse/GNU-1658. Please let us know if you > > have a fix. > > > > If you have any questions regarding this report, please ask on > > [email protected] mailing list. > > Thanks for the report. This issue should now be fixed with the > following few commits (that went after the above-mentioned commit that > caused the regression): > > commit dab18bd71c22093f27920e8bf6df0079581c83dd > Author: Indu Bhagat <[email protected]> > Date: Tue Aug 19 09:54:15 2025 -0700 > > gas: testsuite: fix regression in cfi-common-10.d > > commit 8acc4517846fda60360d8f14b2eddd35dbcff2c2 > Author: Alan Modra <[email protected]> > Date: Wed Aug 20 08:24:23 2025 +0930 > > Re: gas: testsuite: fix regression in cfi-common-10.d > > > commit 64c7560c6a37f848974eec5422fbbbf3fb265aa2 > Author: Alan Modra <[email protected]> > Date: Thu Aug 21 10:07:17 2025 +0930 > > Don't run cfi-commit-10 test on 32-bit targets >
Hi Indu, Thanks for the follow-up, indeed this last commit avoids running this test on arm targets. Christophe > > > > > -----------------8<--------------------------8<--------------------------8<-------------------------- > > > > The information below contains the details of the failures, and the ways to > > reproduce a debug environment: > > > > You can find the failure logs in *.log.1.xz files in > > * > > https://ci.linaro.org/job/tcwg_gnu_native_check_binutils--master-arm-build/1179/artifact/artifacts/00-sumfiles/ > > The full lists of regressions and improvements as well as configure and > > make commands are in > > * > > https://ci.linaro.org/job/tcwg_gnu_native_check_binutils--master-arm-build/1179/artifact/artifacts/notify/ > > The list of [ignored] baseline and flaky failures are in > > * > > https://ci.linaro.org/job/tcwg_gnu_native_check_binutils--master-arm-build/1179/artifact/artifacts/sumfiles/xfails.xfail > > > > Current build : > > https://ci.linaro.org/job/tcwg_gnu_native_check_binutils--master-arm-build/1179/artifact/artifacts > > Reference build : > > https://ci.linaro.org/job/tcwg_gnu_native_check_binutils--master-arm-build/1178/artifact/artifacts > > > > Instruction to reproduce the build : > > https://gitlab.com/LinaroLtd/tcwg/ci/interesting-commits/-/raw/master/binutils/sha1/09292f4ae2ccb46130652f6b310ee7a5227326d3/tcwg_gnu_native_check_binutils/master-arm/reproduction_instructions.txt > > > > Full commit : > > https://sourceware.org/git/?p=binutils-gdb.git;a=commitdiff;h=09292f4ae2ccb46130652f6b310ee7a5227326d3 > > _______________________________________________ > linaro-toolchain mailing list -- [email protected] > To unsubscribe send an email to [email protected] _______________________________________________ linaro-toolchain mailing list -- [email protected] To unsubscribe send an email to [email protected]
