* ci notify:
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_build master-aarch64 after:
| 6 patches in gcc | Patchwork URL: https://patchwork.sourceware.org/patch/79717 | f935747c5f8 c: Turn -Wincompatible-pointer-types into a pedpermerror | 56300ac307a c: Turn -Wreturn-mismatch into a pedpermerror | a1da85f0a0e c: Turn -Wimplicit-int into a pedpermerror | b2b870ebdb9 c: Turn -Wimplicit-function-declaration into a pedpermerror | 0ecc111fe84 c: Turn int-conversion warnings into permerrors | ... and 1 more patches in gcc | ... applied on top of baseline commit: | 2020bce38cf RISC-V: vsetvl: Refine REG_EQUAL equality.
Results changed to # reset_artifacts: -10 # true: 0 # build_abe gcc: # FAILED # First few build errors in logs: # 00:04:20 ./md-unwind-support.h:80:6: error: assignment to ‘struct sigcontext *’ from incompatible pointer type ‘mcontext_t *’ [-Wincompatible-pointer-types] # 00:04:20 make[2]: *** [/home/tcwg-build/workspace/tcwg_gnu_4/abe/snapshots/gcc.git~master/libgcc/shared-object.mk:14: unwind-dw2.o] Error 1 # 00:04:20 make[1]: *** [Makefile:14486: all-target-libgcc] Error 2 # 00:04:20 make: *** [Makefile:1056: all] Error 2 # 00:04:06 ./md-unwind-support.h:80:6: error: assignment to ‘struct sigcontext *’ from incompatible pointer type ‘mcontext_t *’ [-Wincompatible-pointer-types] # 00:04:06 make[2]: *** [/home/tcwg-build/workspace/tcwg_gnu_4/abe/snapshots/gcc.git~master/libgcc/shared-object.mk:14: unwind-dw2.o] Error 1 # 00:04:06 ./md-unwind-support.h:80:6: error: assignment to ‘struct sigcontext *’ from incompatible pointer type ‘mcontext_t *’ [-Wincompatible-pointer-types] # 00:04:06 make[2]: *** [/home/tcwg-build/workspace/tcwg_gnu_4/abe/snapshots/gcc.git~master/libgcc/shared-object.mk:17: unwind-dw2_s.o] Error 1 # 00:04:13 make[1]: *** [Makefile:14486: all-target-libgcc] Error 2 # 00:04:13 make: *** [Makefile:1056: all] Error 2
Fix was posted separately:
[PATCH] aarch64: Avoid -Wincompatible-pointer-types warning in Linux unwinder https://inbox.sourceware.org/gcc-patches/874jht5tsq.fsf@oldenburg.str.redhat.com/
Thanks, Florian