Hi Jonathon,
This patch also caused same regression on x86_64.
https://gcc.gnu.org/pipermail/gcc-regression/2023-November/078559.html
(Not all the regressions are caused by this commit, don't be worried)
Could you help verify that?
Thx, Haochen
-----Original Message----- From: Gcc-regression <gcc-regression- bounces+haochen.jiang=intel.com@gcc.gnu.org> On Behalf Of ci_notify--- via Gcc-regression Sent: Thursday, November 16, 2023 7:44 PM To: jwakely@redhat.com Cc: ci_notify@linaro.org; gcc-regression@gcc.gnu.org Subject: [Linaro-TCWG-CI] gcc-14-5524-gc7f6537db94: FAIL: 6 regressions on arm
Dear contributor, our automatic CI has detected problems related to your patch(es). Please find some details below. If you have any questions, please follow up on linaro-toolchain@lists.linaro.org mailing list, Libera's #linaro-tcwg channel, or ping your favourite Linaro toolchain developer on the usual project channel.
In gcc_check master-arm after:
| commit gcc-14-5524-gc7f6537db94 | Author: Jonathan Wakely jwakely@redhat.com | Date: Wed Nov 15 23:02:34 2023 +0000 | | libstdc++: Implement std::out_ptr and std::inout_ptr for C++23 [PR111667] | | This implements that changes from P1132R8, including optimized paths for | std::shared_ptr and std::unique_ptr. | | For std::shared_ptr we pre-allocate a new control block in the | std::out_ptr_t constructor so that the destructor is non-throwing. This | ... 47 lines of the commit log omitted.
FAIL: 6 regressions
regressions.sum: === g++ tests ===
Running g++:g++.dg/modules/modules.exp ... FAIL: g++.dg/modules/xtreme-header-4_b.C -std=c++2b (internal compiler error: tree check: expected class 'type', have 'declaration' (template_decl) in get_originating_module_decl, at cp/module.cc:18649) FAIL: g++.dg/modules/xtreme-header-4_b.C -std=c++2b (test for excess errors) FAIL: g++.dg/modules/xtreme-header-5_b.C -std=c++2b (internal compiler error: tree check: expected class 'type', have 'declaration' (template_decl) in get_originating_module_decl, at cp/module.cc:18649) FAIL: g++.dg/modules/xtreme-header-5_b.C -std=c++2b (test for excess errors) FAIL: g++.dg/modules/xtreme-header_b.C -std=c++2b (internal compiler error: tree check: expected class 'type', have 'declaration' (template_decl) in get_originating_module_decl, at cp/module.cc:18649) FAIL: g++.dg/modules/xtreme-header_b.C -std=c++2b (test for excess errors)
... and 1 more entries
You can find the failure logs in *.log.1.xz files in
build/1273/artifact/artifacts/00-sumfiles/ . The full lists of regressions and progressions are in
build/1273/artifact/artifacts/notify/ . The list of [ignored] baseline and flaky failures are in
build/1273/artifact/artifacts/sumfiles/xfails.xfail .
The configuration of this build is: CI config tcwg_gcc_check/master-arm
-----------------8<--------------------------8<--------------------------8<----------------
The information below can be used to reproduce a debug environment:
Current build : https://ci.linaro.org/job/tcwg_gcc_check--master-arm- build/1273/artifact/artifacts Reference build : https://ci.linaro.org/job/tcwg_gcc_check--master-arm- build/1272/artifact/artifacts
Reproduce last good and first bad builds: https://git- us.linaro.org/toolchain/ci/interesting- commits.git/plain/gcc/sha1/c7f6537db94f7c6320a5a8ecaa387c9b9ce1f0ac/ tcwg_gcc_check/master-arm/reproduction_instructions.txt
Full commit : https://github.com/gcc- mirror/gcc/commit/c7f6537db94f7c6320a5a8ecaa387c9b9ce1f0ac
Latest bug report status : https://linaro.atlassian.net/browse/GNU-1014
List of configurations that regressed due to this commit :
- tcwg_gcc_check
** master-arm *** FAIL: 6 regressions *** https://git-us.linaro.org/toolchain/ci/interesting- commits.git/plain/gcc/sha1/c7f6537db94f7c6320a5a8ecaa387c9b9ce1f0ac/ tcwg_gcc_check/master-arm/details.txt *** https://ci.linaro.org/job/tcwg_gcc_check--master-arm-build/1273/
On Thu, 23 Nov 2023 at 08:17, Jiang, Haochen haochen.jiang@intel.com wrote:
Hi Jonathon,
This patch also caused same regression on x86_64.
https://gcc.gnu.org/pipermail/gcc-regression/2023-November/078559.html
(Not all the regressions are caused by this commit, don't be worried)
Could you help verify that?
See PR 112580
Thx, Haochen
-----Original Message----- From: Gcc-regression <gcc-regression- bounces+haochen.jiang=intel.com@gcc.gnu.org> On Behalf Of ci_notify--- via Gcc-regression Sent: Thursday, November 16, 2023 7:44 PM To: jwakely@redhat.com Cc: ci_notify@linaro.org; gcc-regression@gcc.gnu.org Subject: [Linaro-TCWG-CI] gcc-14-5524-gc7f6537db94: FAIL: 6 regressions on arm
Dear contributor, our automatic CI has detected problems related to your patch(es). Please find some details below. If you have any questions, please follow up on linaro-toolchain@lists.linaro.org mailing list, Libera's #linaro-tcwg channel, or ping your favourite Linaro toolchain developer on the usual project channel.
In gcc_check master-arm after:
| commit gcc-14-5524-gc7f6537db94 | Author: Jonathan Wakely jwakely@redhat.com | Date: Wed Nov 15 23:02:34 2023 +0000 | | libstdc++: Implement std::out_ptr and std::inout_ptr for C++23 [PR111667] | | This implements that changes from P1132R8, including optimized paths for | std::shared_ptr and std::unique_ptr. | | For std::shared_ptr we pre-allocate a new control block in the | std::out_ptr_t constructor so that the destructor is non-throwing. This | ... 47 lines of the commit log omitted.
FAIL: 6 regressions
regressions.sum: === g++ tests ===
Running g++:g++.dg/modules/modules.exp ... FAIL: g++.dg/modules/xtreme-header-4_b.C -std=c++2b (internal compiler error: tree check: expected class 'type', have 'declaration' (template_decl) in get_originating_module_decl, at cp/module.cc:18649) FAIL: g++.dg/modules/xtreme-header-4_b.C -std=c++2b (test for excess errors) FAIL: g++.dg/modules/xtreme-header-5_b.C -std=c++2b (internal compiler error: tree check: expected class 'type', have 'declaration' (template_decl) in get_originating_module_decl, at cp/module.cc:18649) FAIL: g++.dg/modules/xtreme-header-5_b.C -std=c++2b (test for excess errors) FAIL: g++.dg/modules/xtreme-header_b.C -std=c++2b (internal compiler error: tree check: expected class 'type', have 'declaration' (template_decl) in get_originating_module_decl, at cp/module.cc:18649) FAIL: g++.dg/modules/xtreme-header_b.C -std=c++2b (test for excess errors)
... and 1 more entries
You can find the failure logs in *.log.1.xz files in
build/1273/artifact/artifacts/00-sumfiles/ . The full lists of regressions and progressions are in
build/1273/artifact/artifacts/notify/ . The list of [ignored] baseline and flaky failures are in
build/1273/artifact/artifacts/sumfiles/xfails.xfail .
The configuration of this build is: CI config tcwg_gcc_check/master-arm
-----------------8<--------------------------8<--------------------------8<----------------
The information below can be used to reproduce a debug environment:
Current build : https://ci.linaro.org/job/tcwg_gcc_check--master-arm- build/1273/artifact/artifacts Reference build : https://ci.linaro.org/job/tcwg_gcc_check--master-arm- build/1272/artifact/artifacts
Reproduce last good and first bad builds: https://git- us.linaro.org/toolchain/ci/interesting- commits.git/plain/gcc/sha1/c7f6537db94f7c6320a5a8ecaa387c9b9ce1f0ac/ tcwg_gcc_check/master-arm/reproduction_instructions.txt
Full commit : https://github.com/gcc- mirror/gcc/commit/c7f6537db94f7c6320a5a8ecaa387c9b9ce1f0ac
Latest bug report status : https://linaro.atlassian.net/browse/GNU-1014
List of configurations that regressed due to this commit :
- tcwg_gcc_check
** master-arm *** FAIL: 6 regressions *** https://git-us.linaro.org/toolchain/ci/interesting- commits.git/plain/gcc/sha1/c7f6537db94f7c6320a5a8ecaa387c9b9ce1f0ac/ tcwg_gcc_check/master-arm/details.txt *** https://ci.linaro.org/job/tcwg_gcc_check--master-arm-build/1273/
linaro-toolchain@lists.linaro.org