Hi!
On 2025-04-26T00:09:21+0000, ci_notify--- via Gcc-regression gcc-regression@gcc.gnu.org wrote:
Our automatic CI has detected problems related to your patch(es). Please find some details below.
In gcc_check master-arm, after: | commit gcc-16-130-gaafe942227b | Author: Thomas Schwinge tschwinge@baylibre.com | Date: Wed Apr 23 10:51:48 2025 +0200 | | GCN, nvptx offloading: Host/device compatibility: Itanium C++ ABI, DSO Object Destruction API [PR119853, PR119854] | | '__dso_handle' for '__cxa_atexit', '__cxa_finalize'. See | https://itanium-cxx-abi.github.io/cxx-abi/abi.html#dso-dtor. | | ... 13 lines of the commit log omitted.
Produces 10 regressions: | | regressions.sum: | Running libgomp:libgomp.c++/c++.exp ... | FAIL: libgomp.c++/target-cdtor-1.C scan-tree-dump-times optimized "gimple_call <__cxa_atexit, " 4 | FAIL: libgomp.c++/target-cdtor-1.C scan-tree-dump-times optimized "gimple_call <__cxa_atexit, NULL, _ZN1SD1Ev, \&sH1, \&__dso_handle>" 1 | FAIL: libgomp.c++/target-cdtor-1.C scan-tree-dump-times optimized "gimple_call <__cxa_atexit, NULL, _ZN1SD1Ev, \&sH2, \&__dso_handle>" 1 | FAIL: libgomp.c++/target-cdtor-1.C scan-tree-dump-times optimized "gimple_call <__cxa_atexit, NULL, _ZN1SD1Ev, \&sHD1, \&__dso_handle>" 1 | ... and 6 more
Used configuration : *CI config* tcwg_gcc_check 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-1568.
Is it expected that I'm not able to log into the Jira instance, and that most of the links in there are either:
| Secure Connection Failed | | An error occurred during a connection to git-us.linaro.org. Cannot communicate securely with peer: no common encryption algorithm(s).
..., or:
| Oops! | | Not Found | | This page may not exist, or you may not have permission to see it.
Please let us know if you have a fix.
I should have a fix: the attached "Adjust 'libgomp.c++/target-cdtor-{1,2}.C' for 'targetm.cxx.use_aeabi_atexit' [PR119853, PR119854]" ought to address this. I've "mock-tested" this locally; is there a way for me to run this through the Linaro "pre-commit" CI?
Grüße Thomas
If you have any questions regarding this report, please ask on linaro-toolchain@lists.linaro.org mailing list.
-----------------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
The full lists of regressions and improvements as well as configure and make commands are in
The list of [ignored] baseline and flaky failures are in
Current build : https://ci.linaro.org/job/tcwg_gcc_check--master-arm-build/3752/artifact/art... Reference build : https://ci.linaro.org/job/tcwg_gcc_check--master-arm-build/3751/artifact/art...
Instruction to reproduce the build : https://git-us.linaro.org/toolchain/ci/interesting-commits.git/plain/gcc/sha...
Full commit : https://gcc.gnu.org/git/?p=gcc.git%3Ba=commitdiff%3Bh=aafe942227baf8c2bcd4ca...
On Jul 18, 2025, at 23:51, Thomas Schwinge tschwinge@baylibre.com wrote:
Hi!
On 2025-04-26T00:09:21+0000, ci_notify--- via Gcc-regression gcc-regression@gcc.gnu.org wrote:
Our automatic CI has detected problems related to your patch(es). Please find some details below.
In gcc_check master-arm, after: | commit gcc-16-130-gaafe942227b | Author: Thomas Schwinge tschwinge@baylibre.com | Date: Wed Apr 23 10:51:48 2025 +0200 | | GCN, nvptx offloading: Host/device compatibility: Itanium C++ ABI, DSO Object Destruction API [PR119853, PR119854] | | '__dso_handle' for '__cxa_atexit', '__cxa_finalize'. See | https://itanium-cxx-abi.github.io/cxx-abi/abi.html#dso-dtor. | | ... 13 lines of the commit log omitted.
Produces 10 regressions: | | regressions.sum: | Running libgomp:libgomp.c++/c++.exp ... | FAIL: libgomp.c++/target-cdtor-1.C scan-tree-dump-times optimized "gimple_call <__cxa_atexit, " 4 | FAIL: libgomp.c++/target-cdtor-1.C scan-tree-dump-times optimized "gimple_call <__cxa_atexit, NULL, _ZN1SD1Ev, \&sH1, \&__dso_handle>" 1 | FAIL: libgomp.c++/target-cdtor-1.C scan-tree-dump-times optimized "gimple_call <__cxa_atexit, NULL, _ZN1SD1Ev, \&sH2, \&__dso_handle>" 1 | FAIL: libgomp.c++/target-cdtor-1.C scan-tree-dump-times optimized "gimple_call <__cxa_atexit, NULL, _ZN1SD1Ev, \&sHD1, \&__dso_handle>" 1 | ... and 6 more
Used configuration : *CI config* tcwg_gcc_check 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-1568.
Hi Thomas,
Is it expected that I'm not able to log into the Jira instance,
Yes, you can't log into Jira, but the regression cards are publicly accessible without a login.
and that most of the links in there are either:
| Secure Connection Failed | | An error occurred during a connection to git-us.linaro.org. Cannot communicate securely with peer: no common encryption algorithm(s).
..., or:
| Oops! | | Not Found | | This page may not exist, or you may not have permission to see it.
This is a known problem that we are fixing. We are migrating away from git*.linaro.org http://linaro.org/ servers to gitlab.com http://gitlab.com/, but we haven't updated the links yet. Sorry!
Please let us know if you have a fix.
I should have a fix: the attached "Adjust 'libgomp.c++/target-cdtor-{1,2}.C' for 'targetm.cxx.use_aeabi_atexit' [PR119853, PR119854]" ought to address this. I've "mock-tested" this locally; is there a way for me to run this through the Linaro "pre-commit" CI?
Hi Christophe,
Would you please give Thomas's patch a go?
Thanks!
-- Maxim Kuvyrkov https://www.linaro.org
Grüße Thomas
If you have any questions regarding this report, please ask on linaro-toolchain@lists.linaro.org mailing list.
-----------------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
The full lists of regressions and improvements as well as configure and make commands are in
The list of [ignored] baseline and flaky failures are in
Current build : https://ci.linaro.org/job/tcwg_gcc_check--master-arm-build/3752/artifact/art... Reference build : https://ci.linaro.org/job/tcwg_gcc_check--master-arm-build/3751/artifact/art...
Instruction to reproduce the build : https://git-us.linaro.org/toolchain/ci/interesting-commits.git/plain/gcc/sha...
Full commit : https://gcc.gnu.org/git/?p=gcc.git%3Ba=commitdiff%3Bh=aafe942227baf8c2bcd4ca...
linaro-toolchain mailing list -- linaro-toolchain@lists.linaro.org To unsubscribe send an email to linaro-toolchain-leave@lists.linaro.org
Hi!
Maxim, thanks for the explanations. Otherwise:
On 2025-07-21T15:12:59+1200, Maxim Kuvyrkov maxim.kuvyrkov@linaro.org wrote:
On Jul 18, 2025, at 23:51, Thomas Schwinge tschwinge@baylibre.com wrote: On 2025-04-26T00:09:21+0000, ci_notify--- via Gcc-regression gcc-regression@gcc.gnu.org wrote:
Our automatic CI has detected problems related to your patch(es). Please find some details below.
In gcc_check master-arm, after: | commit gcc-16-130-gaafe942227b | Author: Thomas Schwinge tschwinge@baylibre.com | Date: Wed Apr 23 10:51:48 2025 +0200 | | GCN, nvptx offloading: Host/device compatibility: Itanium C++ ABI, DSO Object Destruction API [PR119853, PR119854] | | '__dso_handle' for '__cxa_atexit', '__cxa_finalize'. See | https://itanium-cxx-abi.github.io/cxx-abi/abi.html#dso-dtor. | | ... 13 lines of the commit log omitted.
Produces 10 regressions: | | regressions.sum: | Running libgomp:libgomp.c++/c++.exp ... | FAIL: libgomp.c++/target-cdtor-1.C scan-tree-dump-times optimized "gimple_call <__cxa_atexit, " 4 | FAIL: libgomp.c++/target-cdtor-1.C scan-tree-dump-times optimized "gimple_call <__cxa_atexit, NULL, _ZN1SD1Ev, \&sH1, \&__dso_handle>" 1 | FAIL: libgomp.c++/target-cdtor-1.C scan-tree-dump-times optimized "gimple_call <__cxa_atexit, NULL, _ZN1SD1Ev, \&sH2, \&__dso_handle>" 1 | FAIL: libgomp.c++/target-cdtor-1.C scan-tree-dump-times optimized "gimple_call <__cxa_atexit, NULL, _ZN1SD1Ev, \&sHD1, \&__dso_handle>" 1 | ... and 6 more
Used configuration : *CI config* tcwg_gcc_check 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-1568.
Please let us know if you have a fix.
I should have a fix: the attached "Adjust 'libgomp.c++/target-cdtor-{1,2}.C' for 'targetm.cxx.use_aeabi_atexit' [PR119853, PR119854]" ought to address this. I've "mock-tested" this locally; is there a way for me to run this through the Linaro "pre-commit" CI?
Hi Christophe,
Would you please give Thomas's patch a go?
Actually, no need: I've now found that on https://patchwork.sourceware.org/project/gcc/patch/875xfp7m4b.fsf@euler.schwinge.ddns.net/, we (by now) have:
| Context Check Description | [...] | linaro-tcwg-bot/tcwg_gcc_check--master-arm success Test passed
..., and the linked https://ci.linaro.org/job/tcwg_gcc_check--master-arm-precommit/12469/artifact/artifacts/artifacts.precommit/notify/mail-body.txt states:
| Produces 10 fixes: | | | | fixes.sum: | | Running libgomp:libgomp.c++/c++.exp ... | | FAIL: libgomp.c++/target-cdtor-1.C scan-tree-dump-times optimized "gimple_call <__cxa_atexit, " 4 | | FAIL: libgomp.c++/target-cdtor-1.C scan-tree-dump-times optimized "gimple_call <__cxa_atexit, NULL, _ZN1SD1Ev, \&sHD1, \&__dso_handle>" 1 | | FAIL: libgomp.c++/target-cdtor-1.C scan-tree-dump-times optimized "gimple_call <__cxa_atexit, NULL, _ZN1SD1Ev, \&sH2, \&__dso_handle>" 1 | | FAIL: libgomp.c++/target-cdtor-1.C scan-tree-dump-times optimized "gimple_call <__cxa_atexit, NULL, _ZN1SD1Ev, \&sH1, \&__dso_handle>" 1 | | ... and 6 more
That's exactly what I needed to know. Great service! I've therefore pushed to trunk branch commit 04b42c4245d85f77aa54ec002ebd7bbe6fde5f11 "Adjust 'libgomp.c++/target-cdtor-{1,2}.C' for 'targetm.cxx.use_aeabi_atexit' [PR119853, PR119854]".
Grüße Thomas
If you have any questions regarding this report, please ask on linaro-toolchain@lists.linaro.org mailing list.
-----------------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
The full lists of regressions and improvements as well as configure and make commands are in
The list of [ignored] baseline and flaky failures are in
Current build : https://ci.linaro.org/job/tcwg_gcc_check--master-arm-build/3752/artifact/art... Reference build : https://ci.linaro.org/job/tcwg_gcc_check--master-arm-build/3751/artifact/art...
Instruction to reproduce the build : https://git-us.linaro.org/toolchain/ci/interesting-commits.git/plain/gcc/sha...
Full commit : https://gcc.gnu.org/git/?p=gcc.git%3Ba=commitdiff%3Bh=aafe942227baf8c2bcd4ca...
linaro-toolchain mailing list -- linaro-toolchain@lists.linaro.org To unsubscribe send an email to linaro-toolchain-leave@lists.linaro.org
linaro-toolchain@lists.linaro.org