https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70573
Dominique d'Humieres <dominiq at lps dot ens.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Last reconfirmed| |2016-04-07 Ever confirmed|0 |1 --- Comment #2 from Dominique d'Humieres <dominiq at lps dot ens.fr> --- > Could you provide details of the fail? The best I can do from the little I understand is [Book15] f90/bug% gcc6 -fsanitize-recover=address /opt/gcc/_clean/gcc/testsuite/c-c++-common/asan/halt_on_error-1.c [Book15] f90/bug% ./a.out Abort [Book15] f90/bug% printenv ASAN_OPTIONS [Book15] f90/bug% setenv ASAN_OPTIONS "halt_on_error=false" [Book15] f90/bug% ./a.out Abort [Book15] f90/bug% printenv ASAN_OPTIONS halt_on_error=false