Re: O3 bootstraps fail on x86-64

2018-05-20 Thread H.J. Lu
-patches > Subject: O3 bootstraps fail on x86-64 > > O3 bootstraps have started to fail to build since about Thursday. > Due to an internal compiler error when building asan.c in function > asan_emit_stack_protectìon tree-ssa--sccan.c:3396 > Graham This is https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85849 -- H.J.

Re: O3 bootstraps fail on x86-64

2018-05-20 Thread graham stott via gcc-patches
It's --disable-libsanitizer that works not --disable-asan I got that wrong Original message From: graham stott via gcc-patches Date: 19/05/2018 10:30 (GMT+00:00) To: gcc-patches Subject: O3 bootstraps fail on x86-64 O3 bootstraps have started to fail to build

Re: O3 bootstraps fail on x86-64

2018-05-19 Thread graham stott via gcc-patches
Disabling asan the build works Original message From: graham stott via gcc-patches Date: 19/05/2018 10:30 (GMT+00:00) To: gcc-patches Subject: O3 bootstraps fail on x86-64 O3 bootstraps have started to fail to build since about Thursday.  Due to an internal compiler

O3 bootstraps fail on x86-64

2018-05-19 Thread graham stott via gcc-patches
O3 bootstraps have started to fail to build since about Thursday.  Due to an internal compiler error when building asan.c in function asan_emit_stack_protectìon tree-ssa--sccan.c:3396 Graham