http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58994

--- Comment #20 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
On x86_64-apple-darwin13 the fix from llvm svn applied to gcc trunk at r204759
produces...

Native configuration is x86_64-apple-darwin13.0.0

        === gcc tests ===

Running target unix/-m32

FAIL: c-c++-common/asan/strncpy-overflow-1.c  -O0  execution test <-- no error

        === gcc Summary for unix/-m32 ===

# of expected passes        324
# of unexpected failures    1
# of unsupported tests        101

Running target unix/-m64
FAIL: c-c++-common/asan/strncpy-overflow-1.c  -O0  execution test <-- no error

        === gcc Summary for unix/-m64 ===

# of expected passes        324
# of unexpected failures    1
# of unsupported tests        101

        === gcc Summary ===

# of expected passes        648
# of unexpected failures    2
# of unsupported tests        202

        === g++ tests ===

Running target unix/-m32

        === g++ Summary for unix/-m32 ===

# of expected passes        481
# of unsupported tests        132

Running target unix/-m64

        === g++ Summary for unix/-m64 ===

# of expected passes        481
# of unsupported tests        132

        === g++ Summary ===

# of expected passes        962
# of unsupported tests        264

Reply via email to