On 08/05/2015 01:44 AM, Andreas Schwab wrote: > FAIL: gcc.dg/pr66314.c (test for excess errors) > Excess errors: > /usr/local/gcc/gcc-20150805/gcc/testsuite/gcc.dg/pr66314.c:1:0: warning: -fsanitize=address and -fsanitize=kernel-address are not supported for this target > Fixing this is ever-so-slightly more complicated than just moving the test. We need to clear all the sanitizers via -fno-sanitize=all before -fsanitize=kernel-address as -fsanitize=address conflicts with -fsanitize=kernel-address. Committed to the trunk. Sorry for the noise. Jeff