Hi! On Fri, 24 Nov 2023 at 11:41, <ci_not...@linaro.org> wrote: > > 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-aarch64 after: > > | commit gcc-14-5810-gcff1fa6625d > | Author: Nathaniel Shead <nathanielosh...@gmail.com> > | Date: Mon Nov 13 20:11:15 2023 +1100 > | > | c++: Support lambdas in static template member initialisers [PR107398] > | > | The testcase noted in the PR fails because the context of the lambda > is > | not in namespace scope, but rather in class scope. This patch removes > | the assertion that the context must be a namespace and ensures that > | lambdas in class scope still get the correct merge_kind. > | > | ... 14 lines of the commit log omitted. > > FAIL: 3 regressions: 3 progressions > > 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:18659) > 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:18659) > 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:18659) > > === Results Summary === > > progressions.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-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_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) >
I think you can ignore this notification as a false positive: the error was already present before your patch, but at a different line location. Thanks, Christophe > === Results Summary === > > You can find the failure logs in *.log.1.xz files in > - > https://ci.linaro.org/job/tcwg_gcc_check--master-aarch64-build/1245/artifact/artifacts/00-sumfiles/ > . > The full lists of regressions and progressions are in > - > https://ci.linaro.org/job/tcwg_gcc_check--master-aarch64-build/1245/artifact/artifacts/notify/ > . > The list of [ignored] baseline and flaky failures are in > - > https://ci.linaro.org/job/tcwg_gcc_check--master-aarch64-build/1245/artifact/artifacts/sumfiles/xfails.xfail > . > > The configuration of this build is: > CI config tcwg_gcc_check master-aarch64 > > -----------------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-aarch64-build/1245/artifact/artifacts > Reference build : > https://ci.linaro.org/job/tcwg_gcc_check--master-aarch64-build/1244/artifact/artifacts > > Reproduce last good and first bad builds: > https://git-us.linaro.org/toolchain/ci/interesting-commits.git/plain/gcc/sha1/cff1fa6625d1273fcfaf473e436ba918262d8afa/tcwg_gcc_check/master-aarch64/reproduction_instructions.txt > > Full commit : > https://github.com/gcc-mirror/gcc/commit/cff1fa6625d1273fcfaf473e436ba918262d8afa > > Latest bug report status : https://linaro.atlassian.net/browse/GNU-1037 > > List of configurations that regressed due to this commit : > * tcwg_gcc_check > ** master-aarch64 > *** FAIL: 3 regressions: 3 progressions > *** > https://git-us.linaro.org/toolchain/ci/interesting-commits.git/plain/gcc/sha1/cff1fa6625d1273fcfaf473e436ba918262d8afa/tcwg_gcc_check/master-aarch64/details.txt > *** https://ci.linaro.org/job/tcwg_gcc_check--master-aarch64-build/1245/ _______________________________________________ linaro-toolchain mailing list -- linaro-toolchain@lists.linaro.org To unsubscribe send an email to linaro-toolchain-le...@lists.linaro.org