https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115385
Carlos Eduardo Seo <carlos.seo at linaro dot org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |carlos.seo at linaro dot org --- Comment #4 from Carlos Eduardo Seo <carlos.seo at linaro dot org> --- This patch seems to be breaking aarch64: # 00:20:58 /home/tcwg-buildslave/workspace/tcwg_gnu_5/abe/snapshots/gcc.git~master/gcc/hwint.h:266:17: error: ‘remain.poly_int<2, long unsigned int>::coeffs[0]’ may be used uninitialized [-Werror=maybe-uninitialized] # 00:20:58 /home/tcwg-buildslave/workspace/tcwg_gnu_5/abe/snapshots/gcc.git~master/gcc/poly-int.h:557:7: error: ‘remain.poly_int<2, long unsigned int>::coeffs[1]’ may be used uninitialized [-Werror=maybe-uninitialized] # 00:21:48 make[3]: *** [Makefile:1199: tree-vect-stmts.o] Error 1 # 00:21:48 make[2]: *** [Makefile:5100: all-stage2-gcc] Error 2 # 00:21:48 make[1]: *** [Makefile:25572: stage2-bubble] Error 2 # 00:21:48 make: *** [Makefile:1103: all] Error 2