Attention is currently required from: Felix Singer, Julius Werner, Martin L Roth, Maximilian Brune.
Elyes Haouas has posted comments on this change by Elyes Haouas. ( https://review.coreboot.org/c/coreboot/+/86100?usp=email )
Change subject: [This Must Fail]Upgrade GCC to 15-20250119 Snapshot ......................................................................
Patch Set 4:
(1 comment)
Patchset:
PS4:
I tried downloading compiling the toolchain using this patch, but it fails (some linking error again […]
I think I am not being clear, maybe my English is making the subject I would like to be the focus, which is that Jenkins is not behaving correctly. Let me try to clarify my words: Here, Jenkins has compiled the present patch and gives us a result without error. Except that if Jenkins has done its job correctly, it should fail after compiling the toolchain GCC-15 when compiling the motherboards, since there is a new option "unterminated-string-initialization" which normally triggers an error like "error: initializer-string for array of 'char' is too long [-Werror=unterminated-string-initialization]" for example here src/commonlib/include/commonlib/loglevel.h at line number 170, column number 26.For me, Jenkins did not use the present GCC-15 to compile the coreboot tree, but it used another compiler. Probably the compiler of the distribution on which Jenkins is running. In other words, Jenkins is using a mix of toolchains, which is "serious" in my opinion.Coming back to the error you encountered: I have not used any other patches than those that are here. What are you using to compile? Linux, BSD, ...? Which version of gcc? Can you share the error you encountered?(once again, the problem is that Jenkins did not fail here)