This is the mail archive of the gcc-testresults@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Results for 4.8.0 20130206 (experimental) [trunk revision 195814] (GCC) testsuite on powerpc64-unknown-linux-gnu


Linux 2.6.16.60-0.83.2-ppc64 ppc64
GNU C Library stable release version 2.4 (20110922)
GNU ld (GNU Binutils) 2.21.1
GNU assembler (GNU Binutils) 2.21.1
GNU Make 3.80

DejaGnu:
	Expect version is	5.43.0
	Tcl version is		8.4
	Framework version is	1.4.4

32-bit biarch default32

LAST_UPDATED: Wed Feb  6 19:39:38 UTC 2013 (revision 195814)

Native configuration is powerpc64-unknown-linux-gnu

		=== gcc tests ===


Running target unix/-m32
FAIL: c-c++-common/asan/null-deref-1.c  -O0  output pattern test, is ASAN:SIGSEGV
FAIL: c-c++-common/asan/null-deref-1.c  -O1  output pattern test, is ASAN:SIGSEGV
FAIL: c-c++-common/asan/null-deref-1.c  -O2  output pattern test, is ASAN:SIGSEGV
FAIL: c-c++-common/asan/null-deref-1.c  -O3 -fomit-frame-pointer  output pattern test, is ASAN:SIGSEGV
FAIL: c-c++-common/asan/null-deref-1.c  -O3 -g  output pattern test, is ASAN:SIGSEGV
FAIL: c-c++-common/asan/null-deref-1.c  -Os  output pattern test, is ASAN:SIGSEGV
FAIL: c-c++-common/asan/null-deref-1.c  -O2 -flto -fno-use-linker-plugin -flto-partition=none  output pattern test, is ASAN:SIGSEGV
FAIL: c-c++-common/asan/null-deref-1.c  -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  output pattern test, is ASAN:SIGSEGV
FAIL: c-c++-common/asan/sleep-before-dying-1.c  -O2  output pattern test, is =================================================================
FAIL: c-c++-common/asan/sleep-before-dying-1.c  -O2 -flto -fno-use-linker-plugin -flto-partition=none  output pattern test, is =================================================================
FAIL: c-c++-common/asan/sleep-before-dying-1.c  -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  output pattern test, is =================================================================
FAIL: c-c++-common/asan/strip-path-prefix-1.c  -O2  output pattern test, is =================================================================
FAIL: c-c++-common/asan/strip-path-prefix-1.c  -O2 -flto -fno-use-linker-plugin -flto-partition=none  output pattern test, is =================================================================
FAIL: c-c++-common/asan/strip-path-prefix-1.c  -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  output pattern test, is =================================================================
FAIL: gcc.dg/and-1.c scan-assembler-not nand
FAIL: gcc.dg/cproj-fails-with-broken-glibc.c execution test
FAIL: gcc.dg/tree-ssa/inline-3.c scan-tree-dump-times einline "Inlining inline_me " 1
FAIL: gcc.dg/tree-ssa/inline-3.c scan-tree-dump-times einline "Inlining inline_me_too " 1
FAIL: gcc.dg/tree-ssa/sra-12.c scan-tree-dump-times release_ssa "l;" 0
FAIL: gcc.dg/tree-ssa/ssa-dom-thread-4.c scan-tree-dump-times dom1 "Threaded" 3
FAIL: gcc.dg/tree-ssa/vrp47.c scan-tree-dump-times vrp1 "[xy][^ ]* !=" 0
FAIL: gcc.dg/tree-ssa/vrp47.c scan-tree-dump-times dom2 "x[^ ]* & y" 1
FAIL: gcc.target/powerpc/405-dlmzb-strlen-1.c scan-assembler dlmzb\\\\. 
FAIL: gcc.target/powerpc/440-dlmzb-strlen-1.c scan-assembler dlmzb\\\\. 
FAIL: gcc.target/powerpc/ppc-vector-memcpy.c scan-assembler lvx

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

# of expected passes		85528
# of unexpected failures	25
# of expected failures		223
# of unsupported tests		1335

Running target unix/-m64
FAIL: c-c++-common/asan/heap-overflow-1.c  -O0  output pattern test, is ==23690== AddressSanitizer CHECK failed: /home/gccbuild/gcc_trunk_anonsvn/gcc/libsanitizer/sanitizer_common/sanitizer_allocator.h:215 "((kSpaceBeg)) == ((reinterpret_cast<uptr>(Mprotect(kSpaceBeg, kSpaceSize))))" (0x600000000000, 0xffffffffffffffff)
FAIL: c-c++-common/asan/heap-overflow-1.c  -O1  output pattern test, is ==23724== AddressSanitizer CHECK failed: /home/gccbuild/gcc_trunk_anonsvn/gcc/libsanitizer/sanitizer_common/sanitizer_allocator.h:215 "((kSpaceBeg)) == ((reinterpret_cast<uptr>(Mprotect(kSpaceBeg, kSpaceSize))))" (0x600000000000, 0xffffffffffffffff)
FAIL: c-c++-common/asan/heap-overflow-1.c  -O2  output pattern test, is ==23756== AddressSanitizer CHECK failed: /home/gccbuild/gcc_trunk_anonsvn/gcc/libsanitizer/sanitizer_common/sanitizer_allocator.h:215 "((kSpaceBeg)) == ((reinterpret_cast<uptr>(Mprotect(kSpaceBeg, kSpaceSize))))" (0x600000000000, 0xffffffffffffffff)
FAIL: c-c++-common/asan/heap-overflow-1.c  -O3 -fomit-frame-pointer  output pattern test, is ==23780== AddressSanitizer CHECK failed: /home/gccbuild/gcc_trunk_anonsvn/gcc/libsanitizer/sanitizer_common/sanitizer_allocator.h:215 "((kSpaceBeg)) == ((reinterpret_cast<uptr>(Mprotect(kSpaceBeg, kSpaceSize))))" (0x600000000000, 0xffffffffffffffff)
FAIL: c-c++-common/asan/heap-overflow-1.c  -O3 -g  output pattern test, is ==23796== AddressSanitizer CHECK failed: /home/gccbuild/gcc_trunk_anonsvn/gcc/libsanitizer/sanitizer_common/sanitizer_allocator.h:215 "((kSpaceBeg)) == ((reinterpret_cast<uptr>(Mprotect(kSpaceBeg, kSpaceSize))))" (0x600000000000, 0xffffffffffffffff)
FAIL: c-c++-common/asan/heap-overflow-1.c  -Os  output pattern test, is ==23812== AddressSanitizer CHECK failed: /home/gccbuild/gcc_trunk_anonsvn/gcc/libsanitizer/sanitizer_common/sanitizer_allocator.h:215 "((kSpaceBeg)) == ((reinterpret_cast<uptr>(Mprotect(kSpaceBeg, kSpaceSize))))" (0x600000000000, 0xffffffffffffffff)
FAIL: c-c++-common/asan/heap-overflow-1.c  -O2 -flto -fno-use-linker-plugin -flto-partition=none  output pattern test, is ==23876== AddressSanitizer CHECK failed: /home/gccbuild/gcc_trunk_anonsvn/gcc/libsanitizer/sanitizer_common/sanitizer_allocator.h:215 "((kSpaceBeg)) == ((reinterpret_cast<uptr>(Mprotect(kSpaceBeg, kSpaceSize))))" (0x600000000000, 0xffffffffffffffff)
FAIL: c-c++-common/asan/heap-overflow-1.c  -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  output pattern test, is ==23917== AddressSanitizer CHECK failed: /home/gccbuild/gcc_trunk_anonsvn/gcc/libsanitizer/sanitizer_common/sanitizer_allocator.h:215 "((kSpaceBeg)) == ((reinterpret_cast<uptr>(Mprotect(kSpaceBeg, kSpaceSize))))" (0x600000000000, 0xffffffffffffffff)
FAIL: c-c++-common/asan/memcmp-1.c  -O0  output pattern test, is =================================================================
FAIL: c-c++-common/asan/memcmp-1.c  -O1  output pattern test, is =================================================================
FAIL: c-c++-common/asan/memcmp-1.c  -O2  output pattern test, is =================================================================
FAIL: c-c++-common/asan/memcmp-1.c  -O3 -fomit-frame-pointer  output pattern test, is =================================================================
FAIL: c-c++-common/asan/memcmp-1.c  -O3 -g  output pattern test, is =================================================================
FAIL: c-c++-common/asan/memcmp-1.c  -Os  output pattern test, is =================================================================
FAIL: c-c++-common/asan/memcmp-1.c  -O2 -flto -fno-use-linker-plugin -flto-partition=none  output pattern test, is =================================================================
FAIL: c-c++-common/asan/memcmp-1.c  -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  output pattern test, is =================================================================
FAIL: c-c++-common/asan/null-deref-1.c  -O0  output pattern test, is ASAN:SIGSEGV
FAIL: c-c++-common/asan/null-deref-1.c  -O1  output pattern test, is ASAN:SIGSEGV
FAIL: c-c++-common/asan/null-deref-1.c  -O2  output pattern test, is ASAN:SIGSEGV
FAIL: c-c++-common/asan/null-deref-1.c  -O3 -fomit-frame-pointer  output pattern test, is ASAN:SIGSEGV
FAIL: c-c++-common/asan/null-deref-1.c  -O3 -g  output pattern test, is ASAN:SIGSEGV
FAIL: c-c++-common/asan/null-deref-1.c  -Os  output pattern test, is ASAN:SIGSEGV
FAIL: c-c++-common/asan/null-deref-1.c  -O2 -flto -fno-use-linker-plugin -flto-partition=none  output pattern test, is ASAN:SIGSEGV
FAIL: c-c++-common/asan/null-deref-1.c  -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  output pattern test, is ASAN:SIGSEGV
FAIL: c-c++-common/asan/sanity-check-pure-c-1.c  -O0  output pattern test, is ==24454== AddressSanitizer CHECK failed: /home/gccbuild/gcc_trunk_anonsvn/gcc/libsanitizer/sanitizer_common/sanitizer_allocator.h:215 "((kSpaceBeg)) == ((reinterpret_cast<uptr>(Mprotect(kSpaceBeg, kSpaceSize))))" (0x600000000000, 0xffffffffffffffff)
FAIL: c-c++-common/asan/sanity-check-pure-c-1.c  -O1  output pattern test, is ==24482== AddressSanitizer CHECK failed: /home/gccbuild/gcc_trunk_anonsvn/gcc/libsanitizer/sanitizer_common/sanitizer_allocator.h:215 "((kSpaceBeg)) == ((reinterpret_cast<uptr>(Mprotect(kSpaceBeg, kSpaceSize))))" (0x600000000000, 0xffffffffffffffff)
FAIL: c-c++-common/asan/sanity-check-pure-c-1.c  -O2  output pattern test, is ==24508== AddressSanitizer CHECK failed: /home/gccbuild/gcc_trunk_anonsvn/gcc/libsanitizer/sanitizer_common/sanitizer_allocator.h:215 "((kSpaceBeg)) == ((reinterpret_cast<uptr>(Mprotect(kSpaceBeg, kSpaceSize))))" (0x600000000000, 0xffffffffffffffff)
FAIL: c-c++-common/asan/sanity-check-pure-c-1.c  -O3 -fomit-frame-pointer  output pattern test, is ==24534== AddressSanitizer CHECK failed: /home/gccbuild/gcc_trunk_anonsvn/gcc/libsanitizer/sanitizer_common/sanitizer_allocator.h:215 "((kSpaceBeg)) == ((reinterpret_cast<uptr>(Mprotect(kSpaceBeg, kSpaceSize))))" (0x600000000000, 0xffffffffffffffff)
FAIL: c-c++-common/asan/sanity-check-pure-c-1.c  -O3 -g  output pattern test, is ==24563== AddressSanitizer CHECK failed: /home/gccbuild/gcc_trunk_anonsvn/gcc/libsanitizer/sanitizer_common/sanitizer_allocator.h:215 "((kSpaceBeg)) == ((reinterpret_cast<uptr>(Mprotect(kSpaceBeg, kSpaceSize))))" (0x600000000000, 0xffffffffffffffff)
FAIL: c-c++-common/asan/sanity-check-pure-c-1.c  -Os  output pattern test, is ==24593== AddressSanitizer CHECK failed: /home/gccbuild/gcc_trunk_anonsvn/gcc/libsanitizer/sanitizer_common/sanitizer_allocator.h:215 "((kSpaceBeg)) == ((reinterpret_cast<uptr>(Mprotect(kSpaceBeg, kSpaceSize))))" (0x600000000000, 0xffffffffffffffff)
FAIL: c-c++-common/asan/sanity-check-pure-c-1.c  -O2 -flto -fno-use-linker-plugin -flto-partition=none  output pattern test, is ==24652== AddressSanitizer CHECK failed: /home/gccbuild/gcc_trunk_anonsvn/gcc/libsanitizer/sanitizer_common/sanitizer_allocator.h:215 "((kSpaceBeg)) == ((reinterpret_cast<uptr>(Mprotect(kSpaceBeg, kSpaceSize))))" (0x600000000000, 0xffffffffffffffff)
FAIL: c-c++-common/asan/sanity-check-pure-c-1.c  -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  output pattern test, is ==24697== AddressSanitizer CHECK failed: /home/gccbuild/gcc_trunk_anonsvn/gcc/libsanitizer/sanitizer_common/sanitizer_allocator.h:215 "((kSpaceBeg)) == ((reinterpret_cast<uptr>(Mprotect(kSpaceBeg, kSpaceSize))))" (0x600000000000, 0xffffffffffffffff)
FAIL: c-c++-common/asan/sleep-before-dying-1.c  -O2  output pattern test, is ==24729== AddressSanitizer CHECK failed: /home/gccbuild/gcc_trunk_anonsvn/gcc/libsanitizer/sanitizer_common/sanitizer_allocator.h:215 "((kSpaceBeg)) == ((reinterpret_cast<uptr>(Mprotect(kSpaceBeg, kSpaceSize))))" (0x600000000000, 0xffffffffffffffff)
FAIL: c-c++-common/asan/sleep-before-dying-1.c  -O2 -flto -fno-use-linker-plugin -flto-partition=none  output pattern test, is ==24791== AddressSanitizer CHECK failed: /home/gccbuild/gcc_trunk_anonsvn/gcc/libsanitizer/sanitizer_common/sanitizer_allocator.h:215 "((kSpaceBeg)) == ((reinterpret_cast<uptr>(Mprotect(kSpaceBeg, kSpaceSize))))" (0x600000000000, 0xffffffffffffffff)
FAIL: c-c++-common/asan/sleep-before-dying-1.c  -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  output pattern test, is ==24832== AddressSanitizer CHECK failed: /home/gccbuild/gcc_trunk_anonsvn/gcc/libsanitizer/sanitizer_common/sanitizer_allocator.h:215 "((kSpaceBeg)) == ((reinterpret_cast<uptr>(Mprotect(kSpaceBeg, kSpaceSize))))" (0x600000000000, 0xffffffffffffffff)
FAIL: c-c++-common/asan/strip-path-prefix-1.c  -O2  output pattern test, is ==25110== AddressSanitizer CHECK failed: /home/gccbuild/gcc_trunk_anonsvn/gcc/libsanitizer/sanitizer_common/sanitizer_allocator.h:215 "((kSpaceBeg)) == ((reinterpret_cast<uptr>(Mprotect(kSpaceBeg, kSpaceSize))))" (0x600000000000, 0xffffffffffffffff)
FAIL: c-c++-common/asan/strip-path-prefix-1.c  -O2 -flto -fno-use-linker-plugin -flto-partition=none  output pattern test, is ==25172== AddressSanitizer CHECK failed: /home/gccbuild/gcc_trunk_anonsvn/gcc/libsanitizer/sanitizer_common/sanitizer_allocator.h:215 "((kSpaceBeg)) == ((reinterpret_cast<uptr>(Mprotect(kSpaceBeg, kSpaceSize))))" (0x600000000000, 0xffffffffffffffff)
FAIL: c-c++-common/asan/strip-path-prefix-1.c  -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  output pattern test, is ==25212== AddressSanitizer CHECK failed: /home/gccbuild/gcc_trunk_anonsvn/gcc/libsanitizer/sanitizer_common/sanitizer_allocator.h:215 "((kSpaceBeg)) == ((reinterpret_cast<uptr>(Mprotect(kSpaceBeg, kSpaceSize))))" (0x600000000000, 0xffffffffffffffff)
FAIL: c-c++-common/asan/strncpy-overflow-1.c  -O0  output pattern test, is ==25239== AddressSanitizer CHECK failed: /home/gccbuild/gcc_trunk_anonsvn/gcc/libsanitizer/sanitizer_common/sanitizer_allocator.h:215 "((kSpaceBeg)) == ((reinterpret_cast<uptr>(Mprotect(kSpaceBeg, kSpaceSize))))" (0x600000000000, 0xffffffffffffffff)
FAIL: c-c++-common/asan/strncpy-overflow-1.c  -O1  output pattern test, is ==25268== AddressSanitizer CHECK failed: /home/gccbuild/gcc_trunk_anonsvn/gcc/libsanitizer/sanitizer_common/sanitizer_allocator.h:215 "((kSpaceBeg)) == ((reinterpret_cast<uptr>(Mprotect(kSpaceBeg, kSpaceSize))))" (0x600000000000, 0xffffffffffffffff)
FAIL: c-c++-common/asan/strncpy-overflow-1.c  -O2  output pattern test, is ==25300== AddressSanitizer CHECK failed: /home/gccbuild/gcc_trunk_anonsvn/gcc/libsanitizer/sanitizer_common/sanitizer_allocator.h:215 "((kSpaceBeg)) == ((reinterpret_cast<uptr>(Mprotect(kSpaceBeg, kSpaceSize))))" (0x600000000000, 0xffffffffffffffff)
FAIL: c-c++-common/asan/strncpy-overflow-1.c  -O3 -fomit-frame-pointer  output pattern test, is ==25329== AddressSanitizer CHECK failed: /home/gccbuild/gcc_trunk_anonsvn/gcc/libsanitizer/sanitizer_common/sanitizer_allocator.h:215 "((kSpaceBeg)) == ((reinterpret_cast<uptr>(Mprotect(kSpaceBeg, kSpaceSize))))" (0x600000000000, 0xffffffffffffffff)
FAIL: c-c++-common/asan/strncpy-overflow-1.c  -O3 -g  output pattern test, is ==25364== AddressSanitizer CHECK failed: /home/gccbuild/gcc_trunk_anonsvn/gcc/libsanitizer/sanitizer_common/sanitizer_allocator.h:215 "((kSpaceBeg)) == ((reinterpret_cast<uptr>(Mprotect(kSpaceBeg, kSpaceSize))))" (0x600000000000, 0xffffffffffffffff)
FAIL: c-c++-common/asan/strncpy-overflow-1.c  -Os  output pattern test, is ==25395== AddressSanitizer CHECK failed: /home/gccbuild/gcc_trunk_anonsvn/gcc/libsanitizer/sanitizer_common/sanitizer_allocator.h:215 "((kSpaceBeg)) == ((reinterpret_cast<uptr>(Mprotect(kSpaceBeg, kSpaceSize))))" (0x600000000000, 0xffffffffffffffff)
FAIL: c-c++-common/asan/strncpy-overflow-1.c  -O2 -flto -fno-use-linker-plugin -flto-partition=none  output pattern test, is ==25459== AddressSanitizer CHECK failed: /home/gccbuild/gcc_trunk_anonsvn/gcc/libsanitizer/sanitizer_common/sanitizer_allocator.h:215 "((kSpaceBeg)) == ((reinterpret_cast<uptr>(Mprotect(kSpaceBeg, kSpaceSize))))" (0x600000000000, 0xffffffffffffffff)
FAIL: c-c++-common/asan/strncpy-overflow-1.c  -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  output pattern test, is ==25508== AddressSanitizer CHECK failed: /home/gccbuild/gcc_trunk_anonsvn/gcc/libsanitizer/sanitizer_common/sanitizer_allocator.h:215 "((kSpaceBeg)) == ((reinterpret_cast<uptr>(Mprotect(kSpaceBeg, kSpaceSize))))" (0x600000000000, 0xffffffffffffffff)
FAIL: c-c++-common/asan/use-after-free-1.c  -O0  output pattern test, is ==25898== AddressSanitizer CHECK failed: /home/gccbuild/gcc_trunk_anonsvn/gcc/libsanitizer/sanitizer_common/sanitizer_allocator.h:215 "((kSpaceBeg)) == ((reinterpret_cast<uptr>(Mprotect(kSpaceBeg, kSpaceSize))))" (0x600000000000, 0xffffffffffffffff)
FAIL: c-c++-common/asan/use-after-free-1.c  -O1  output pattern test, is ==25930== AddressSanitizer CHECK failed: /home/gccbuild/gcc_trunk_anonsvn/gcc/libsanitizer/sanitizer_common/sanitizer_allocator.h:215 "((kSpaceBeg)) == ((reinterpret_cast<uptr>(Mprotect(kSpaceBeg, kSpaceSize))))" (0x600000000000, 0xffffffffffffffff)
FAIL: c-c++-common/asan/use-after-free-1.c  -O2  output pattern test, is ==25959== AddressSanitizer CHECK failed: /home/gccbuild/gcc_trunk_anonsvn/gcc/libsanitizer/sanitizer_common/sanitizer_allocator.h:215 "((kSpaceBeg)) == ((reinterpret_cast<uptr>(Mprotect(kSpaceBeg, kSpaceSize))))" (0x600000000000, 0xffffffffffffffff)
FAIL: c-c++-common/asan/use-after-free-1.c  -O3 -fomit-frame-pointer  output pattern test, is ==25988== AddressSanitizer CHECK failed: /home/gccbuild/gcc_trunk_anonsvn/gcc/libsanitizer/sanitizer_common/sanitizer_allocator.h:215 "((kSpaceBeg)) == ((reinterpret_cast<uptr>(Mprotect(kSpaceBeg, kSpaceSize))))" (0x600000000000, 0xffffffffffffffff)
FAIL: c-c++-common/asan/use-after-free-1.c  -O3 -g  output pattern test, is ==26018== AddressSanitizer CHECK failed: /home/gccbuild/gcc_trunk_anonsvn/gcc/libsanitizer/sanitizer_common/sanitizer_allocator.h:215 "((kSpaceBeg)) == ((reinterpret_cast<uptr>(Mprotect(kSpaceBeg, kSpaceSize))))" (0x600000000000, 0xffffffffffffffff)
FAIL: c-c++-common/asan/use-after-free-1.c  -Os  output pattern test, is ==26047== AddressSanitizer CHECK failed: /home/gccbuild/gcc_trunk_anonsvn/gcc/libsanitizer/sanitizer_common/sanitizer_allocator.h:215 "((kSpaceBeg)) == ((reinterpret_cast<uptr>(Mprotect(kSpaceBeg, kSpaceSize))))" (0x600000000000, 0xffffffffffffffff)
FAIL: c-c++-common/asan/use-after-free-1.c  -O2 -flto -fno-use-linker-plugin -flto-partition=none  output pattern test, is ==26105== AddressSanitizer CHECK failed: /home/gccbuild/gcc_trunk_anonsvn/gcc/libsanitizer/sanitizer_common/sanitizer_allocator.h:215 "((kSpaceBeg)) == ((reinterpret_cast<uptr>(Mprotect(kSpaceBeg, kSpaceSize))))" (0x600000000000, 0xffffffffffffffff)
FAIL: c-c++-common/asan/use-after-free-1.c  -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  output pattern test, is ==26147== AddressSanitizer CHECK failed: /home/gccbuild/gcc_trunk_anonsvn/gcc/libsanitizer/sanitizer_common/sanitizer_allocator.h:215 "((kSpaceBeg)) == ((reinterpret_cast<uptr>(Mprotect(kSpaceBeg, kSpaceSize))))" (0x600000000000, 0xffffffffffffffff)
FAIL: gcc.dg/and-1.c scan-assembler-not nand
FAIL: gcc.dg/cproj-fails-with-broken-glibc.c execution test
FAIL: gcc.dg/pr44194-1.c scan-rtl-dump dse1 "global deletions = (2|3)"
FAIL: gcc.dg/tree-ssa/inline-3.c scan-tree-dump-times einline "Inlining inline_me " 1
FAIL: gcc.dg/tree-ssa/inline-3.c scan-tree-dump-times einline "Inlining inline_me_too " 1
FAIL: gcc.dg/tree-ssa/ssa-dom-thread-4.c scan-tree-dump-times dom1 "Threaded" 3
FAIL: gcc.dg/tree-ssa/vrp47.c scan-tree-dump-times vrp1 "[xy][^ ]* !=" 0
FAIL: gcc.dg/tree-ssa/vrp47.c scan-tree-dump-times dom2 "x[^ ]* & y" 1
FAIL: gcc.target/powerpc/ppc-vector-memcpy.c scan-assembler lvx

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

# of expected passes		86141
# of unexpected failures	63
# of expected failures		236
# of unsupported tests		1380

		=== gcc Summary ===

# of expected passes		171669
# of unexpected failures	88
# of expected failures		459
# of unsupported tests		2715
/home/gccbuild/build/nightly/build-gcc-trunk/gcc/xgcc  version 4.8.0 20130206 (experimental) [trunk revision 195814] (GCC) 

		=== gfortran tests ===


Running target unix/-m32
XPASS: gfortran.dg/default_format_denormal_2.f90  -O0  execution test
XPASS: gfortran.dg/default_format_denormal_2.f90  -O1  execution test
XPASS: gfortran.dg/default_format_denormal_2.f90  -O2  execution test
XPASS: gfortran.dg/default_format_denormal_2.f90  -O3 -fomit-frame-pointer  execution test
XPASS: gfortran.dg/default_format_denormal_2.f90  -O3 -fomit-frame-pointer -funroll-loops  execution test
XPASS: gfortran.dg/default_format_denormal_2.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  execution test
XPASS: gfortran.dg/default_format_denormal_2.f90  -O3 -g  execution test
XPASS: gfortran.dg/default_format_denormal_2.f90  -Os  execution test
XPASS: gfortran.dg/do_1.f90  -O0  execution test
XPASS: gfortran.dg/do_1.f90  -O1  execution test
FAIL: gfortran.dg/lto/pr45586-2 f_lto_pr45586-2_0.o-f_lto_pr45586-2_0.o link, -O0 -flto -flto-partition=none -fuse-linker-plugin (internal compiler error)
UNRESOLVED: gfortran.dg/lto/pr45586-2 f_lto_pr45586-2_0.o-f_lto_pr45586-2_0.o execute -O0 -flto -flto-partition=none -fuse-linker-plugin
FAIL: gfortran.dg/lto/pr45586-2 f_lto_pr45586-2_0.o-f_lto_pr45586-2_0.o link, -O0 -flto -flto-partition=1to1 -fno-use-linker-plugin  (internal compiler error)
UNRESOLVED: gfortran.dg/lto/pr45586-2 f_lto_pr45586-2_0.o-f_lto_pr45586-2_0.o execute -O0 -flto -flto-partition=1to1 -fno-use-linker-plugin 
FAIL: gfortran.dg/lto/pr45586-2 f_lto_pr45586-2_0.o-f_lto_pr45586-2_0.o link, -O0 -flto -fuse-linker-plugin -fno-fat-lto-objects  (internal compiler error)
UNRESOLVED: gfortran.dg/lto/pr45586-2 f_lto_pr45586-2_0.o-f_lto_pr45586-2_0.o execute -O0 -flto -fuse-linker-plugin -fno-fat-lto-objects 
FAIL: gfortran.dg/lto/pr45586 f_lto_pr45586_0.o-f_lto_pr45586_0.o link, -O0 -flto -flto-partition=none -fuse-linker-plugin (internal compiler error)
UNRESOLVED: gfortran.dg/lto/pr45586 f_lto_pr45586_0.o-f_lto_pr45586_0.o execute -O0 -flto -flto-partition=none -fuse-linker-plugin
FAIL: gfortran.dg/lto/pr45586 f_lto_pr45586_0.o-f_lto_pr45586_0.o link, -O0 -flto -flto-partition=1to1 -fno-use-linker-plugin  (internal compiler error)
UNRESOLVED: gfortran.dg/lto/pr45586 f_lto_pr45586_0.o-f_lto_pr45586_0.o execute -O0 -flto -flto-partition=1to1 -fno-use-linker-plugin 
FAIL: gfortran.dg/lto/pr45586 f_lto_pr45586_0.o-f_lto_pr45586_0.o link, -O0 -flto -fuse-linker-plugin -fno-fat-lto-objects  (internal compiler error)
UNRESOLVED: gfortran.dg/lto/pr45586 f_lto_pr45586_0.o-f_lto_pr45586_0.o execute -O0 -flto -fuse-linker-plugin -fno-fat-lto-objects 

		=== gfortran Summary for unix/-m32 ===

# of expected passes		42320
# of unexpected failures	6
# of unexpected successes	10
# of expected failures		66
# of unresolved testcases	6
# of unsupported tests		244

Running target unix/-m64
XPASS: gfortran.dg/default_format_denormal_2.f90  -O0  execution test
XPASS: gfortran.dg/default_format_denormal_2.f90  -O1  execution test
XPASS: gfortran.dg/default_format_denormal_2.f90  -O2  execution test
XPASS: gfortran.dg/default_format_denormal_2.f90  -O3 -fomit-frame-pointer  execution test
XPASS: gfortran.dg/default_format_denormal_2.f90  -O3 -fomit-frame-pointer -funroll-loops  execution test
XPASS: gfortran.dg/default_format_denormal_2.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  execution test
XPASS: gfortran.dg/default_format_denormal_2.f90  -O3 -g  execution test
XPASS: gfortran.dg/default_format_denormal_2.f90  -Os  execution test
XPASS: gfortran.dg/do_1.f90  -O0  execution test
XPASS: gfortran.dg/do_1.f90  -O1  execution test
FAIL: gfortran.dg/lto/pr45586-2 f_lto_pr45586-2_0.o-f_lto_pr45586-2_0.o link, -O0 -flto -flto-partition=none -fuse-linker-plugin (internal compiler error)
UNRESOLVED: gfortran.dg/lto/pr45586-2 f_lto_pr45586-2_0.o-f_lto_pr45586-2_0.o execute -O0 -flto -flto-partition=none -fuse-linker-plugin
FAIL: gfortran.dg/lto/pr45586-2 f_lto_pr45586-2_0.o-f_lto_pr45586-2_0.o link, -O0 -flto -flto-partition=1to1 -fno-use-linker-plugin  (internal compiler error)
UNRESOLVED: gfortran.dg/lto/pr45586-2 f_lto_pr45586-2_0.o-f_lto_pr45586-2_0.o execute -O0 -flto -flto-partition=1to1 -fno-use-linker-plugin 
FAIL: gfortran.dg/lto/pr45586-2 f_lto_pr45586-2_0.o-f_lto_pr45586-2_0.o link, -O0 -flto -fuse-linker-plugin -fno-fat-lto-objects  (internal compiler error)
UNRESOLVED: gfortran.dg/lto/pr45586-2 f_lto_pr45586-2_0.o-f_lto_pr45586-2_0.o execute -O0 -flto -fuse-linker-plugin -fno-fat-lto-objects 
FAIL: gfortran.dg/lto/pr45586 f_lto_pr45586_0.o-f_lto_pr45586_0.o link, -O0 -flto -flto-partition=none -fuse-linker-plugin (internal compiler error)
UNRESOLVED: gfortran.dg/lto/pr45586 f_lto_pr45586_0.o-f_lto_pr45586_0.o execute -O0 -flto -flto-partition=none -fuse-linker-plugin
FAIL: gfortran.dg/lto/pr45586 f_lto_pr45586_0.o-f_lto_pr45586_0.o link, -O0 -flto -flto-partition=1to1 -fno-use-linker-plugin  (internal compiler error)
UNRESOLVED: gfortran.dg/lto/pr45586 f_lto_pr45586_0.o-f_lto_pr45586_0.o execute -O0 -flto -flto-partition=1to1 -fno-use-linker-plugin 
FAIL: gfortran.dg/lto/pr45586 f_lto_pr45586_0.o-f_lto_pr45586_0.o link, -O0 -flto -fuse-linker-plugin -fno-fat-lto-objects  (internal compiler error)
UNRESOLVED: gfortran.dg/lto/pr45586 f_lto_pr45586_0.o-f_lto_pr45586_0.o execute -O0 -flto -fuse-linker-plugin -fno-fat-lto-objects 

		=== gfortran Summary for unix/-m64 ===

# of expected passes		42647
# of unexpected failures	6
# of unexpected successes	10
# of expected failures		66
# of unresolved testcases	6
# of unsupported tests		83

		=== gfortran Summary ===

# of expected passes		84967
# of unexpected failures	12
# of unexpected successes	20
# of expected failures		132
# of unresolved testcases	12
# of unsupported tests		327
/home/gccbuild/build/nightly/build-gcc-trunk/gcc/testsuite/gfortran/../../gfortran  version 4.8.0 20130206 (experimental) [trunk revision 195814] (GCC) 

		=== g++ tests ===


Running target unix/-m32
FAIL: c-c++-common/asan/null-deref-1.c  -O0  output pattern test, is ASAN:SIGSEGV
FAIL: c-c++-common/asan/null-deref-1.c  -O1  output pattern test, is ASAN:SIGSEGV
FAIL: c-c++-common/asan/null-deref-1.c  -O2  output pattern test, is ASAN:SIGSEGV
FAIL: c-c++-common/asan/null-deref-1.c  -O3 -fomit-frame-pointer  output pattern test, is ASAN:SIGSEGV
FAIL: c-c++-common/asan/null-deref-1.c  -O3 -g  output pattern test, is ASAN:SIGSEGV
FAIL: c-c++-common/asan/null-deref-1.c  -Os  output pattern test, is ASAN:SIGSEGV
FAIL: c-c++-common/asan/null-deref-1.c  -O2 -flto -fno-use-linker-plugin -flto-partition=none  output pattern test, is ASAN:SIGSEGV
FAIL: c-c++-common/asan/null-deref-1.c  -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  output pattern test, is ASAN:SIGSEGV
FAIL: c-c++-common/asan/sleep-before-dying-1.c  -O2  output pattern test, is =================================================================
FAIL: c-c++-common/asan/sleep-before-dying-1.c  -O2 -flto -fno-use-linker-plugin -flto-partition=none  output pattern test, is =================================================================
FAIL: c-c++-common/asan/sleep-before-dying-1.c  -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  output pattern test, is =================================================================
FAIL: c-c++-common/asan/strip-path-prefix-1.c  -O2  output pattern test, is =================================================================
FAIL: c-c++-common/asan/strip-path-prefix-1.c  -O2 -flto -fno-use-linker-plugin -flto-partition=none  output pattern test, is =================================================================
FAIL: c-c++-common/asan/strip-path-prefix-1.c  -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  output pattern test, is =================================================================
FAIL: g++.dg/asan/deep-stack-uaf-1.C  -O0  output pattern test, is =================================================================
FAIL: g++.dg/asan/deep-stack-uaf-1.C  -O1  output pattern test, is =================================================================
FAIL: g++.dg/asan/deep-stack-uaf-1.C  -O2  output pattern test, is =================================================================
FAIL: g++.dg/asan/deep-stack-uaf-1.C  -O3 -fomit-frame-pointer  output pattern test, is =================================================================
FAIL: g++.dg/asan/deep-stack-uaf-1.C  -O3 -g  output pattern test, is =================================================================
FAIL: g++.dg/asan/deep-stack-uaf-1.C  -Os  output pattern test, is =================================================================
FAIL: g++.dg/asan/deep-tail-call-1.C  -O0  output pattern test, is =================================================================
FAIL: g++.dg/asan/deep-tail-call-1.C  -O1  output pattern test, is =================================================================
FAIL: g++.dg/asan/deep-tail-call-1.C  -O2  output pattern test, is =================================================================
FAIL: g++.dg/asan/deep-tail-call-1.C  -O3 -fomit-frame-pointer  output pattern test, is =================================================================
FAIL: g++.dg/asan/deep-tail-call-1.C  -O3 -g  output pattern test, is =================================================================
FAIL: g++.dg/asan/deep-tail-call-1.C  -Os  output pattern test, is =================================================================
FAIL: g++.dg/asan/deep-tail-call-1.C  -O2 -flto -fno-use-linker-plugin -flto-partition=none  output pattern test, is =================================================================
FAIL: g++.dg/asan/deep-tail-call-1.C  -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  output pattern test, is =================================================================
FAIL: g++.dg/asan/interception-failure-test-1.C  -O1  (test for excess errors)
WARNING: g++.dg/asan/interception-failure-test-1.C  -O1  compilation failed to produce executable
FAIL: g++.dg/asan/interception-failure-test-1.C  -O2  (test for excess errors)
WARNING: g++.dg/asan/interception-failure-test-1.C  -O2  compilation failed to produce executable
FAIL: g++.dg/asan/interception-failure-test-1.C  -O3 -fomit-frame-pointer  (test for excess errors)
WARNING: g++.dg/asan/interception-failure-test-1.C  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: g++.dg/asan/interception-failure-test-1.C  -O3 -g  (test for excess errors)
WARNING: g++.dg/asan/interception-failure-test-1.C  -O3 -g  compilation failed to produce executable
FAIL: g++.dg/asan/interception-failure-test-1.C  -O2 -flto -fno-use-linker-plugin -flto-partition=none  (test for excess errors)
WARNING: g++.dg/asan/interception-failure-test-1.C  -O2 -flto -fno-use-linker-plugin -flto-partition=none  compilation failed to produce executable
FAIL: g++.dg/asan/interception-failure-test-1.C  -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  (test for excess errors)
WARNING: g++.dg/asan/interception-failure-test-1.C  -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  compilation failed to produce executable
FAIL: g++.dg/asan/interception-malloc-test-1.C  -O1  execution test
FAIL: g++.dg/asan/interception-malloc-test-1.C  -O2  execution test
FAIL: g++.dg/asan/interception-malloc-test-1.C  -O3 -fomit-frame-pointer  execution test
FAIL: g++.dg/asan/interception-malloc-test-1.C  -O3 -g  execution test
FAIL: g++.dg/asan/interception-malloc-test-1.C  -O2 -flto -fno-use-linker-plugin -flto-partition=none  execution test
FAIL: g++.dg/asan/interception-malloc-test-1.C  -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  execution test
FAIL: g++.dg/asan/interception-test-1.C  -O1  (test for excess errors)
WARNING: g++.dg/asan/interception-test-1.C  -O1  compilation failed to produce executable
FAIL: g++.dg/asan/interception-test-1.C  -O2  (test for excess errors)
WARNING: g++.dg/asan/interception-test-1.C  -O2  compilation failed to produce executable
FAIL: g++.dg/asan/interception-test-1.C  -O3 -fomit-frame-pointer  (test for excess errors)
WARNING: g++.dg/asan/interception-test-1.C  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: g++.dg/asan/interception-test-1.C  -O3 -g  (test for excess errors)
WARNING: g++.dg/asan/interception-test-1.C  -O3 -g  compilation failed to produce executable
FAIL: g++.dg/asan/interception-test-1.C  -O2 -flto -fno-use-linker-plugin -flto-partition=none  (test for excess errors)
WARNING: g++.dg/asan/interception-test-1.C  -O2 -flto -fno-use-linker-plugin -flto-partition=none  compilation failed to produce executable
FAIL: g++.dg/asan/interception-test-1.C  -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  (test for excess errors)
WARNING: g++.dg/asan/interception-test-1.C  -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  compilation failed to produce executable

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

# of expected passes		50984
# of unexpected failures	46
# of expected failures		289
# of unsupported tests		824

Running target unix/-m64
FAIL: c-c++-common/asan/heap-overflow-1.c  -O0  output pattern test, is ==24678== AddressSanitizer CHECK failed: /home/gccbuild/gcc_trunk_anonsvn/gcc/libsanitizer/sanitizer_common/sanitizer_allocator.h:215 "((kSpaceBeg)) == ((reinterpret_cast<uptr>(Mprotect(kSpaceBeg, kSpaceSize))))" (0x600000000000, 0xffffffffffffffff)
FAIL: c-c++-common/asan/heap-overflow-1.c  -O1  output pattern test, is ==24709== AddressSanitizer CHECK failed: /home/gccbuild/gcc_trunk_anonsvn/gcc/libsanitizer/sanitizer_common/sanitizer_allocator.h:215 "((kSpaceBeg)) == ((reinterpret_cast<uptr>(Mprotect(kSpaceBeg, kSpaceSize))))" (0x600000000000, 0xffffffffffffffff)
FAIL: c-c++-common/asan/heap-overflow-1.c  -O2  output pattern test, is ==24741== AddressSanitizer CHECK failed: /home/gccbuild/gcc_trunk_anonsvn/gcc/libsanitizer/sanitizer_common/sanitizer_allocator.h:215 "((kSpaceBeg)) == ((reinterpret_cast<uptr>(Mprotect(kSpaceBeg, kSpaceSize))))" (0x600000000000, 0xffffffffffffffff)
FAIL: c-c++-common/asan/heap-overflow-1.c  -O3 -fomit-frame-pointer  output pattern test, is ==24776== AddressSanitizer CHECK failed: /home/gccbuild/gcc_trunk_anonsvn/gcc/libsanitizer/sanitizer_common/sanitizer_allocator.h:215 "((kSpaceBeg)) == ((reinterpret_cast<uptr>(Mprotect(kSpaceBeg, kSpaceSize))))" (0x600000000000, 0xffffffffffffffff)
FAIL: c-c++-common/asan/heap-overflow-1.c  -O3 -g  output pattern test, is ==24807== AddressSanitizer CHECK failed: /home/gccbuild/gcc_trunk_anonsvn/gcc/libsanitizer/sanitizer_common/sanitizer_allocator.h:215 "((kSpaceBeg)) == ((reinterpret_cast<uptr>(Mprotect(kSpaceBeg, kSpaceSize))))" (0x600000000000, 0xffffffffffffffff)
FAIL: c-c++-common/asan/heap-overflow-1.c  -Os  output pattern test, is ==24834== AddressSanitizer CHECK failed: /home/gccbuild/gcc_trunk_anonsvn/gcc/libsanitizer/sanitizer_common/sanitizer_allocator.h:215 "((kSpaceBeg)) == ((reinterpret_cast<uptr>(Mprotect(kSpaceBeg, kSpaceSize))))" (0x600000000000, 0xffffffffffffffff)
FAIL: c-c++-common/asan/heap-overflow-1.c  -O2 -flto -fno-use-linker-plugin -flto-partition=none  output pattern test, is ==24904== AddressSanitizer CHECK failed: /home/gccbuild/gcc_trunk_anonsvn/gcc/libsanitizer/sanitizer_common/sanitizer_allocator.h:215 "((kSpaceBeg)) == ((reinterpret_cast<uptr>(Mprotect(kSpaceBeg, kSpaceSize))))" (0x600000000000, 0xffffffffffffffff)
FAIL: c-c++-common/asan/heap-overflow-1.c  -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  output pattern test, is ==24944== AddressSanitizer CHECK failed: /home/gccbuild/gcc_trunk_anonsvn/gcc/libsanitizer/sanitizer_common/sanitizer_allocator.h:215 "((kSpaceBeg)) == ((reinterpret_cast<uptr>(Mprotect(kSpaceBeg, kSpaceSize))))" (0x600000000000, 0xffffffffffffffff)
FAIL: c-c++-common/asan/memcmp-1.c  -O0  output pattern test, is =================================================================
FAIL: c-c++-common/asan/memcmp-1.c  -O1  output pattern test, is =================================================================
FAIL: c-c++-common/asan/memcmp-1.c  -O2  output pattern test, is =================================================================
FAIL: c-c++-common/asan/memcmp-1.c  -O3 -fomit-frame-pointer  output pattern test, is =================================================================
FAIL: c-c++-common/asan/memcmp-1.c  -O3 -g  output pattern test, is =================================================================
FAIL: c-c++-common/asan/memcmp-1.c  -Os  output pattern test, is =================================================================
FAIL: c-c++-common/asan/memcmp-1.c  -O2 -flto -fno-use-linker-plugin -flto-partition=none  output pattern test, is =================================================================
FAIL: c-c++-common/asan/memcmp-1.c  -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  output pattern test, is =================================================================
FAIL: c-c++-common/asan/null-deref-1.c  -O0  output pattern test, is ASAN:SIGSEGV
FAIL: c-c++-common/asan/null-deref-1.c  -O1  output pattern test, is ASAN:SIGSEGV
FAIL: c-c++-common/asan/null-deref-1.c  -O2  output pattern test, is ASAN:SIGSEGV
FAIL: c-c++-common/asan/null-deref-1.c  -O3 -fomit-frame-pointer  output pattern test, is ASAN:SIGSEGV
FAIL: c-c++-common/asan/null-deref-1.c  -O3 -g  output pattern test, is ASAN:SIGSEGV
FAIL: c-c++-common/asan/null-deref-1.c  -Os  output pattern test, is ASAN:SIGSEGV
FAIL: c-c++-common/asan/null-deref-1.c  -O2 -flto -fno-use-linker-plugin -flto-partition=none  output pattern test, is ASAN:SIGSEGV
FAIL: c-c++-common/asan/null-deref-1.c  -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  output pattern test, is ASAN:SIGSEGV
FAIL: c-c++-common/asan/sanity-check-pure-c-1.c  -O0  output pattern test, is ==25589== AddressSanitizer CHECK failed: /home/gccbuild/gcc_trunk_anonsvn/gcc/libsanitizer/sanitizer_common/sanitizer_allocator.h:215 "((kSpaceBeg)) == ((reinterpret_cast<uptr>(Mprotect(kSpaceBeg, kSpaceSize))))" (0x600000000000, 0xffffffffffffffff)
FAIL: c-c++-common/asan/sanity-check-pure-c-1.c  -O1  output pattern test, is ==25615== AddressSanitizer CHECK failed: /home/gccbuild/gcc_trunk_anonsvn/gcc/libsanitizer/sanitizer_common/sanitizer_allocator.h:215 "((kSpaceBeg)) == ((reinterpret_cast<uptr>(Mprotect(kSpaceBeg, kSpaceSize))))" (0x600000000000, 0xffffffffffffffff)
FAIL: c-c++-common/asan/sanity-check-pure-c-1.c  -O2  output pattern test, is ==25636== AddressSanitizer CHECK failed: /home/gccbuild/gcc_trunk_anonsvn/gcc/libsanitizer/sanitizer_common/sanitizer_allocator.h:215 "((kSpaceBeg)) == ((reinterpret_cast<uptr>(Mprotect(kSpaceBeg, kSpaceSize))))" (0x600000000000, 0xffffffffffffffff)
FAIL: c-c++-common/asan/sanity-check-pure-c-1.c  -O3 -fomit-frame-pointer  output pattern test, is ==25660== AddressSanitizer CHECK failed: /home/gccbuild/gcc_trunk_anonsvn/gcc/libsanitizer/sanitizer_common/sanitizer_allocator.h:215 "((kSpaceBeg)) == ((reinterpret_cast<uptr>(Mprotect(kSpaceBeg, kSpaceSize))))" (0x600000000000, 0xffffffffffffffff)
FAIL: c-c++-common/asan/sanity-check-pure-c-1.c  -O3 -g  output pattern test, is ==25683== AddressSanitizer CHECK failed: /home/gccbuild/gcc_trunk_anonsvn/gcc/libsanitizer/sanitizer_common/sanitizer_allocator.h:215 "((kSpaceBeg)) == ((reinterpret_cast<uptr>(Mprotect(kSpaceBeg, kSpaceSize))))" (0x600000000000, 0xffffffffffffffff)
FAIL: c-c++-common/asan/sanity-check-pure-c-1.c  -Os  output pattern test, is ==25709== AddressSanitizer CHECK failed: /home/gccbuild/gcc_trunk_anonsvn/gcc/libsanitizer/sanitizer_common/sanitizer_allocator.h:215 "((kSpaceBeg)) == ((reinterpret_cast<uptr>(Mprotect(kSpaceBeg, kSpaceSize))))" (0x600000000000, 0xffffffffffffffff)
FAIL: c-c++-common/asan/sanity-check-pure-c-1.c  -O2 -flto -fno-use-linker-plugin -flto-partition=none  output pattern test, is ==25755== AddressSanitizer CHECK failed: /home/gccbuild/gcc_trunk_anonsvn/gcc/libsanitizer/sanitizer_common/sanitizer_allocator.h:215 "((kSpaceBeg)) == ((reinterpret_cast<uptr>(Mprotect(kSpaceBeg, kSpaceSize))))" (0x600000000000, 0xffffffffffffffff)
FAIL: c-c++-common/asan/sanity-check-pure-c-1.c  -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  output pattern test, is ==25787== AddressSanitizer CHECK failed: /home/gccbuild/gcc_trunk_anonsvn/gcc/libsanitizer/sanitizer_common/sanitizer_allocator.h:215 "((kSpaceBeg)) == ((reinterpret_cast<uptr>(Mprotect(kSpaceBeg, kSpaceSize))))" (0x600000000000, 0xffffffffffffffff)
FAIL: c-c++-common/asan/sleep-before-dying-1.c  -O2  output pattern test, is ==25820== AddressSanitizer CHECK failed: /home/gccbuild/gcc_trunk_anonsvn/gcc/libsanitizer/sanitizer_common/sanitizer_allocator.h:215 "((kSpaceBeg)) == ((reinterpret_cast<uptr>(Mprotect(kSpaceBeg, kSpaceSize))))" (0x600000000000, 0xffffffffffffffff)
FAIL: c-c++-common/asan/sleep-before-dying-1.c  -O2 -flto -fno-use-linker-plugin -flto-partition=none  output pattern test, is ==25869== AddressSanitizer CHECK failed: /home/gccbuild/gcc_trunk_anonsvn/gcc/libsanitizer/sanitizer_common/sanitizer_allocator.h:215 "((kSpaceBeg)) == ((reinterpret_cast<uptr>(Mprotect(kSpaceBeg, kSpaceSize))))" (0x600000000000, 0xffffffffffffffff)
FAIL: c-c++-common/asan/sleep-before-dying-1.c  -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  output pattern test, is ==25914== AddressSanitizer CHECK failed: /home/gccbuild/gcc_trunk_anonsvn/gcc/libsanitizer/sanitizer_common/sanitizer_allocator.h:215 "((kSpaceBeg)) == ((reinterpret_cast<uptr>(Mprotect(kSpaceBeg, kSpaceSize))))" (0x600000000000, 0xffffffffffffffff)
FAIL: c-c++-common/asan/strip-path-prefix-1.c  -O2  output pattern test, is ==26218== AddressSanitizer CHECK failed: /home/gccbuild/gcc_trunk_anonsvn/gcc/libsanitizer/sanitizer_common/sanitizer_allocator.h:215 "((kSpaceBeg)) == ((reinterpret_cast<uptr>(Mprotect(kSpaceBeg, kSpaceSize))))" (0x600000000000, 0xffffffffffffffff)
FAIL: c-c++-common/asan/strip-path-prefix-1.c  -O2 -flto -fno-use-linker-plugin -flto-partition=none  output pattern test, is ==26273== AddressSanitizer CHECK failed: /home/gccbuild/gcc_trunk_anonsvn/gcc/libsanitizer/sanitizer_common/sanitizer_allocator.h:215 "((kSpaceBeg)) == ((reinterpret_cast<uptr>(Mprotect(kSpaceBeg, kSpaceSize))))" (0x600000000000, 0xffffffffffffffff)
FAIL: c-c++-common/asan/strip-path-prefix-1.c  -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  output pattern test, is ==26315== AddressSanitizer CHECK failed: /home/gccbuild/gcc_trunk_anonsvn/gcc/libsanitizer/sanitizer_common/sanitizer_allocator.h:215 "((kSpaceBeg)) == ((reinterpret_cast<uptr>(Mprotect(kSpaceBeg, kSpaceSize))))" (0x600000000000, 0xffffffffffffffff)
FAIL: c-c++-common/asan/strncpy-overflow-1.c  -O0  output pattern test, is ==26337== AddressSanitizer CHECK failed: /home/gccbuild/gcc_trunk_anonsvn/gcc/libsanitizer/sanitizer_common/sanitizer_allocator.h:215 "((kSpaceBeg)) == ((reinterpret_cast<uptr>(Mprotect(kSpaceBeg, kSpaceSize))))" (0x600000000000, 0xffffffffffffffff)
FAIL: c-c++-common/asan/strncpy-overflow-1.c  -O1  output pattern test, is ==26370== AddressSanitizer CHECK failed: /home/gccbuild/gcc_trunk_anonsvn/gcc/libsanitizer/sanitizer_common/sanitizer_allocator.h:215 "((kSpaceBeg)) == ((reinterpret_cast<uptr>(Mprotect(kSpaceBeg, kSpaceSize))))" (0x600000000000, 0xffffffffffffffff)
FAIL: c-c++-common/asan/strncpy-overflow-1.c  -O2  output pattern test, is ==26398== AddressSanitizer CHECK failed: /home/gccbuild/gcc_trunk_anonsvn/gcc/libsanitizer/sanitizer_common/sanitizer_allocator.h:215 "((kSpaceBeg)) == ((reinterpret_cast<uptr>(Mprotect(kSpaceBeg, kSpaceSize))))" (0x600000000000, 0xffffffffffffffff)
FAIL: c-c++-common/asan/strncpy-overflow-1.c  -O3 -fomit-frame-pointer  output pattern test, is ==26414== AddressSanitizer CHECK failed: /home/gccbuild/gcc_trunk_anonsvn/gcc/libsanitizer/sanitizer_common/sanitizer_allocator.h:215 "((kSpaceBeg)) == ((reinterpret_cast<uptr>(Mprotect(kSpaceBeg, kSpaceSize))))" (0x600000000000, 0xffffffffffffffff)
FAIL: c-c++-common/asan/strncpy-overflow-1.c  -O3 -g  output pattern test, is ==26431== AddressSanitizer CHECK failed: /home/gccbuild/gcc_trunk_anonsvn/gcc/libsanitizer/sanitizer_common/sanitizer_allocator.h:215 "((kSpaceBeg)) == ((reinterpret_cast<uptr>(Mprotect(kSpaceBeg, kSpaceSize))))" (0x600000000000, 0xffffffffffffffff)
FAIL: c-c++-common/asan/strncpy-overflow-1.c  -Os  output pattern test, is ==26447== AddressSanitizer CHECK failed: /home/gccbuild/gcc_trunk_anonsvn/gcc/libsanitizer/sanitizer_common/sanitizer_allocator.h:215 "((kSpaceBeg)) == ((reinterpret_cast<uptr>(Mprotect(kSpaceBeg, kSpaceSize))))" (0x600000000000, 0xffffffffffffffff)
FAIL: c-c++-common/asan/strncpy-overflow-1.c  -O2 -flto -fno-use-linker-plugin -flto-partition=none  output pattern test, is ==26505== AddressSanitizer CHECK failed: /home/gccbuild/gcc_trunk_anonsvn/gcc/libsanitizer/sanitizer_common/sanitizer_allocator.h:215 "((kSpaceBeg)) == ((reinterpret_cast<uptr>(Mprotect(kSpaceBeg, kSpaceSize))))" (0x600000000000, 0xffffffffffffffff)
FAIL: c-c++-common/asan/strncpy-overflow-1.c  -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  output pattern test, is ==26541== AddressSanitizer CHECK failed: /home/gccbuild/gcc_trunk_anonsvn/gcc/libsanitizer/sanitizer_common/sanitizer_allocator.h:215 "((kSpaceBeg)) == ((reinterpret_cast<uptr>(Mprotect(kSpaceBeg, kSpaceSize))))" (0x600000000000, 0xffffffffffffffff)
FAIL: c-c++-common/asan/use-after-free-1.c  -O0  output pattern test, is ==26970== AddressSanitizer CHECK failed: /home/gccbuild/gcc_trunk_anonsvn/gcc/libsanitizer/sanitizer_common/sanitizer_allocator.h:215 "((kSpaceBeg)) == ((reinterpret_cast<uptr>(Mprotect(kSpaceBeg, kSpaceSize))))" (0x600000000000, 0xffffffffffffffff)
FAIL: c-c++-common/asan/use-after-free-1.c  -O1  output pattern test, is ==27010== AddressSanitizer CHECK failed: /home/gccbuild/gcc_trunk_anonsvn/gcc/libsanitizer/sanitizer_common/sanitizer_allocator.h:215 "((kSpaceBeg)) == ((reinterpret_cast<uptr>(Mprotect(kSpaceBeg, kSpaceSize))))" (0x600000000000, 0xffffffffffffffff)
FAIL: c-c++-common/asan/use-after-free-1.c  -O2  output pattern test, is ==27026== AddressSanitizer CHECK failed: /home/gccbuild/gcc_trunk_anonsvn/gcc/libsanitizer/sanitizer_common/sanitizer_allocator.h:215 "((kSpaceBeg)) == ((reinterpret_cast<uptr>(Mprotect(kSpaceBeg, kSpaceSize))))" (0x600000000000, 0xffffffffffffffff)
FAIL: c-c++-common/asan/use-after-free-1.c  -O3 -fomit-frame-pointer  output pattern test, is ==27047== AddressSanitizer CHECK failed: /home/gccbuild/gcc_trunk_anonsvn/gcc/libsanitizer/sanitizer_common/sanitizer_allocator.h:215 "((kSpaceBeg)) == ((reinterpret_cast<uptr>(Mprotect(kSpaceBeg, kSpaceSize))))" (0x600000000000, 0xffffffffffffffff)
FAIL: c-c++-common/asan/use-after-free-1.c  -O3 -g  output pattern test, is ==27071== AddressSanitizer CHECK failed: /home/gccbuild/gcc_trunk_anonsvn/gcc/libsanitizer/sanitizer_common/sanitizer_allocator.h:215 "((kSpaceBeg)) == ((reinterpret_cast<uptr>(Mprotect(kSpaceBeg, kSpaceSize))))" (0x600000000000, 0xffffffffffffffff)
FAIL: c-c++-common/asan/use-after-free-1.c  -Os  output pattern test, is ==27105== AddressSanitizer CHECK failed: /home/gccbuild/gcc_trunk_anonsvn/gcc/libsanitizer/sanitizer_common/sanitizer_allocator.h:215 "((kSpaceBeg)) == ((reinterpret_cast<uptr>(Mprotect(kSpaceBeg, kSpaceSize))))" (0x600000000000, 0xffffffffffffffff)
FAIL: c-c++-common/asan/use-after-free-1.c  -O2 -flto -fno-use-linker-plugin -flto-partition=none  output pattern test, is ==27159== AddressSanitizer CHECK failed: /home/gccbuild/gcc_trunk_anonsvn/gcc/libsanitizer/sanitizer_common/sanitizer_allocator.h:215 "((kSpaceBeg)) == ((reinterpret_cast<uptr>(Mprotect(kSpaceBeg, kSpaceSize))))" (0x600000000000, 0xffffffffffffffff)
FAIL: c-c++-common/asan/use-after-free-1.c  -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  output pattern test, is ==27182== AddressSanitizer CHECK failed: /home/gccbuild/gcc_trunk_anonsvn/gcc/libsanitizer/sanitizer_common/sanitizer_allocator.h:215 "((kSpaceBeg)) == ((reinterpret_cast<uptr>(Mprotect(kSpaceBeg, kSpaceSize))))" (0x600000000000, 0xffffffffffffffff)
FAIL: g++.dg/asan/deep-stack-uaf-1.C  -O0  output pattern test, is ==27229== AddressSanitizer CHECK failed: /home/gccbuild/gcc_trunk_anonsvn/gcc/libsanitizer/sanitizer_common/sanitizer_allocator.h:215 "((kSpaceBeg)) == ((reinterpret_cast<uptr>(Mprotect(kSpaceBeg, kSpaceSize))))" (0x600000000000, 0xffffffffffffffff)
FAIL: g++.dg/asan/deep-stack-uaf-1.C  -O1  output pattern test, is ==27294== AddressSanitizer CHECK failed: /home/gccbuild/gcc_trunk_anonsvn/gcc/libsanitizer/sanitizer_common/sanitizer_allocator.h:215 "((kSpaceBeg)) == ((reinterpret_cast<uptr>(Mprotect(kSpaceBeg, kSpaceSize))))" (0x600000000000, 0xffffffffffffffff)
FAIL: g++.dg/asan/deep-stack-uaf-1.C  -O2  output pattern test, is ==27367== AddressSanitizer CHECK failed: /home/gccbuild/gcc_trunk_anonsvn/gcc/libsanitizer/sanitizer_common/sanitizer_allocator.h:215 "((kSpaceBeg)) == ((reinterpret_cast<uptr>(Mprotect(kSpaceBeg, kSpaceSize))))" (0x600000000000, 0xffffffffffffffff)
FAIL: g++.dg/asan/deep-stack-uaf-1.C  -O3 -fomit-frame-pointer  output pattern test, is ==27481== AddressSanitizer CHECK failed: /home/gccbuild/gcc_trunk_anonsvn/gcc/libsanitizer/sanitizer_common/sanitizer_allocator.h:215 "((kSpaceBeg)) == ((reinterpret_cast<uptr>(Mprotect(kSpaceBeg, kSpaceSize))))" (0x600000000000, 0xffffffffffffffff)
FAIL: g++.dg/asan/deep-stack-uaf-1.C  -O3 -g  output pattern test, is ==27601== AddressSanitizer CHECK failed: /home/gccbuild/gcc_trunk_anonsvn/gcc/libsanitizer/sanitizer_common/sanitizer_allocator.h:215 "((kSpaceBeg)) == ((reinterpret_cast<uptr>(Mprotect(kSpaceBeg, kSpaceSize))))" (0x600000000000, 0xffffffffffffffff)
FAIL: g++.dg/asan/deep-stack-uaf-1.C  -Os  output pattern test, is ==27623== AddressSanitizer CHECK failed: /home/gccbuild/gcc_trunk_anonsvn/gcc/libsanitizer/sanitizer_common/sanitizer_allocator.h:215 "((kSpaceBeg)) == ((reinterpret_cast<uptr>(Mprotect(kSpaceBeg, kSpaceSize))))" (0x600000000000, 0xffffffffffffffff)
FAIL: g++.dg/asan/deep-tail-call-1.C  -O0  output pattern test, is =================================================================
FAIL: g++.dg/asan/deep-tail-call-1.C  -O1  output pattern test, is =================================================================
FAIL: g++.dg/asan/deep-tail-call-1.C  -O2  output pattern test, is =================================================================
FAIL: g++.dg/asan/deep-tail-call-1.C  -O3 -fomit-frame-pointer  output pattern test, is =================================================================
FAIL: g++.dg/asan/deep-tail-call-1.C  -O3 -g  output pattern test, is =================================================================
FAIL: g++.dg/asan/deep-tail-call-1.C  -Os  output pattern test, is =================================================================
FAIL: g++.dg/asan/deep-tail-call-1.C  -O2 -flto -fno-use-linker-plugin -flto-partition=none  output pattern test, is =================================================================
FAIL: g++.dg/asan/deep-tail-call-1.C  -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  output pattern test, is =================================================================
FAIL: g++.dg/asan/deep-thread-stack-1.C  -O0  output pattern test, is ==27807== AddressSanitizer CHECK failed: /home/gccbuild/gcc_trunk_anonsvn/gcc/libsanitizer/sanitizer_common/sanitizer_allocator.h:215 "((kSpaceBeg)) == ((reinterpret_cast<uptr>(Mprotect(kSpaceBeg, kSpaceSize))))" (0x600000000000, 0xffffffffffffffff)
FAIL: g++.dg/asan/deep-thread-stack-1.C  -O1  output pattern test, is ==27844== AddressSanitizer CHECK failed: /home/gccbuild/gcc_trunk_anonsvn/gcc/libsanitizer/sanitizer_common/sanitizer_allocator.h:215 "((kSpaceBeg)) == ((reinterpret_cast<uptr>(Mprotect(kSpaceBeg, kSpaceSize))))" (0x600000000000, 0xffffffffffffffff)
FAIL: g++.dg/asan/deep-thread-stack-1.C  -O2  output pattern test, is ==27869== AddressSanitizer CHECK failed: /home/gccbuild/gcc_trunk_anonsvn/gcc/libsanitizer/sanitizer_common/sanitizer_allocator.h:215 "((kSpaceBeg)) == ((reinterpret_cast<uptr>(Mprotect(kSpaceBeg, kSpaceSize))))" (0x600000000000, 0xffffffffffffffff)
FAIL: g++.dg/asan/deep-thread-stack-1.C  -O3 -fomit-frame-pointer  output pattern test, is ==27894== AddressSanitizer CHECK failed: /home/gccbuild/gcc_trunk_anonsvn/gcc/libsanitizer/sanitizer_common/sanitizer_allocator.h:215 "((kSpaceBeg)) == ((reinterpret_cast<uptr>(Mprotect(kSpaceBeg, kSpaceSize))))" (0x600000000000, 0xffffffffffffffff)
FAIL: g++.dg/asan/deep-thread-stack-1.C  -O3 -g  output pattern test, is ==27919== AddressSanitizer CHECK failed: /home/gccbuild/gcc_trunk_anonsvn/gcc/libsanitizer/sanitizer_common/sanitizer_allocator.h:215 "((kSpaceBeg)) == ((reinterpret_cast<uptr>(Mprotect(kSpaceBeg, kSpaceSize))))" (0x600000000000, 0xffffffffffffffff)
FAIL: g++.dg/asan/deep-thread-stack-1.C  -Os  output pattern test, is ==27944== AddressSanitizer CHECK failed: /home/gccbuild/gcc_trunk_anonsvn/gcc/libsanitizer/sanitizer_common/sanitizer_allocator.h:215 "((kSpaceBeg)) == ((reinterpret_cast<uptr>(Mprotect(kSpaceBeg, kSpaceSize))))" (0x600000000000, 0xffffffffffffffff)
FAIL: g++.dg/asan/deep-thread-stack-1.C  -O2 -flto -fno-use-linker-plugin -flto-partition=none  output pattern test, is ==27987== AddressSanitizer CHECK failed: /home/gccbuild/gcc_trunk_anonsvn/gcc/libsanitizer/sanitizer_common/sanitizer_allocator.h:215 "((kSpaceBeg)) == ((reinterpret_cast<uptr>(Mprotect(kSpaceBeg, kSpaceSize))))" (0x600000000000, 0xffffffffffffffff)
FAIL: g++.dg/asan/deep-thread-stack-1.C  -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  output pattern test, is ==28022== AddressSanitizer CHECK failed: /home/gccbuild/gcc_trunk_anonsvn/gcc/libsanitizer/sanitizer_common/sanitizer_allocator.h:215 "((kSpaceBeg)) == ((reinterpret_cast<uptr>(Mprotect(kSpaceBeg, kSpaceSize))))" (0x600000000000, 0xffffffffffffffff)
FAIL: g++.dg/asan/interception-failure-test-1.C  -O0  execution test
FAIL: g++.dg/asan/interception-failure-test-1.C  -O1  (test for excess errors)
WARNING: g++.dg/asan/interception-failure-test-1.C  -O1  compilation failed to produce executable
FAIL: g++.dg/asan/interception-failure-test-1.C  -O2  (test for excess errors)
WARNING: g++.dg/asan/interception-failure-test-1.C  -O2  compilation failed to produce executable
FAIL: g++.dg/asan/interception-failure-test-1.C  -O3 -fomit-frame-pointer  (test for excess errors)
WARNING: g++.dg/asan/interception-failure-test-1.C  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: g++.dg/asan/interception-failure-test-1.C  -O3 -g  (test for excess errors)
WARNING: g++.dg/asan/interception-failure-test-1.C  -O3 -g  compilation failed to produce executable
FAIL: g++.dg/asan/interception-failure-test-1.C  -Os  execution test
FAIL: g++.dg/asan/interception-failure-test-1.C  -O2 -flto -fno-use-linker-plugin -flto-partition=none  (test for excess errors)
WARNING: g++.dg/asan/interception-failure-test-1.C  -O2 -flto -fno-use-linker-plugin -flto-partition=none  compilation failed to produce executable
FAIL: g++.dg/asan/interception-failure-test-1.C  -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  (test for excess errors)
WARNING: g++.dg/asan/interception-failure-test-1.C  -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  compilation failed to produce executable
FAIL: g++.dg/asan/interception-malloc-test-1.C  -O0  output pattern test, is malloc call
FAIL: g++.dg/asan/interception-malloc-test-1.C  -O1  output pattern test, is malloc call
FAIL: g++.dg/asan/interception-malloc-test-1.C  -O2  output pattern test, is malloc call
FAIL: g++.dg/asan/interception-malloc-test-1.C  -O3 -fomit-frame-pointer  output pattern test, is malloc call
FAIL: g++.dg/asan/interception-malloc-test-1.C  -O3 -g  output pattern test, is malloc call
FAIL: g++.dg/asan/interception-malloc-test-1.C  -Os  output pattern test, is malloc call
FAIL: g++.dg/asan/interception-malloc-test-1.C  -O2 -flto -fno-use-linker-plugin -flto-partition=none  output pattern test, is malloc call
FAIL: g++.dg/asan/interception-malloc-test-1.C  -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  output pattern test, is malloc call
FAIL: g++.dg/asan/interception-test-1.C  -O0  output pattern test, is ==28416== AddressSanitizer CHECK failed: /home/gccbuild/gcc_trunk_anonsvn/gcc/libsanitizer/sanitizer_common/sanitizer_allocator.h:215 "((kSpaceBeg)) == ((reinterpret_cast<uptr>(Mprotect(kSpaceBeg, kSpaceSize))))" (0x600000000000, 0xffffffffffffffff)
FAIL: g++.dg/asan/interception-test-1.C  -O1  (test for excess errors)
WARNING: g++.dg/asan/interception-test-1.C  -O1  compilation failed to produce executable
FAIL: g++.dg/asan/interception-test-1.C  -O2  (test for excess errors)
WARNING: g++.dg/asan/interception-test-1.C  -O2  compilation failed to produce executable
FAIL: g++.dg/asan/interception-test-1.C  -O3 -fomit-frame-pointer  (test for excess errors)
WARNING: g++.dg/asan/interception-test-1.C  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: g++.dg/asan/interception-test-1.C  -O3 -g  (test for excess errors)
WARNING: g++.dg/asan/interception-test-1.C  -O3 -g  compilation failed to produce executable
FAIL: g++.dg/asan/interception-test-1.C  -Os  output pattern test, is ==28472== AddressSanitizer CHECK failed: /home/gccbuild/gcc_trunk_anonsvn/gcc/libsanitizer/sanitizer_common/sanitizer_allocator.h:215 "((kSpaceBeg)) == ((reinterpret_cast<uptr>(Mprotect(kSpaceBeg, kSpaceSize))))" (0x600000000000, 0xffffffffffffffff)
FAIL: g++.dg/asan/interception-test-1.C  -O2 -flto -fno-use-linker-plugin -flto-partition=none  (test for excess errors)
WARNING: g++.dg/asan/interception-test-1.C  -O2 -flto -fno-use-linker-plugin -flto-partition=none  compilation failed to produce executable
FAIL: g++.dg/asan/interception-test-1.C  -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  (test for excess errors)
WARNING: g++.dg/asan/interception-test-1.C  -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  compilation failed to produce executable
FAIL: g++.dg/asan/large-func-test-1.C  -O0  output pattern test, is ==28498== AddressSanitizer CHECK failed: /home/gccbuild/gcc_trunk_anonsvn/gcc/libsanitizer/sanitizer_common/sanitizer_allocator.h:215 "((kSpaceBeg)) == ((reinterpret_cast<uptr>(Mprotect(kSpaceBeg, kSpaceSize))))" (0x600000000000, 0xffffffffffffffff)
FAIL: g++.dg/asan/large-func-test-1.C  -O1  output pattern test, is ==28520== AddressSanitizer CHECK failed: /home/gccbuild/gcc_trunk_anonsvn/gcc/libsanitizer/sanitizer_common/sanitizer_allocator.h:215 "((kSpaceBeg)) == ((reinterpret_cast<uptr>(Mprotect(kSpaceBeg, kSpaceSize))))" (0x600000000000, 0xffffffffffffffff)
FAIL: g++.dg/asan/large-func-test-1.C  -O2  output pattern test, is ==28547== AddressSanitizer CHECK failed: /home/gccbuild/gcc_trunk_anonsvn/gcc/libsanitizer/sanitizer_common/sanitizer_allocator.h:215 "((kSpaceBeg)) == ((reinterpret_cast<uptr>(Mprotect(kSpaceBeg, kSpaceSize))))" (0x600000000000, 0xffffffffffffffff)
FAIL: g++.dg/asan/large-func-test-1.C  -O3 -fomit-frame-pointer  output pattern test, is ==28570== AddressSanitizer CHECK failed: /home/gccbuild/gcc_trunk_anonsvn/gcc/libsanitizer/sanitizer_common/sanitizer_allocator.h:215 "((kSpaceBeg)) == ((reinterpret_cast<uptr>(Mprotect(kSpaceBeg, kSpaceSize))))" (0x600000000000, 0xffffffffffffffff)
FAIL: g++.dg/asan/large-func-test-1.C  -O3 -g  output pattern test, is ==28612== AddressSanitizer CHECK failed: /home/gccbuild/gcc_trunk_anonsvn/gcc/libsanitizer/sanitizer_common/sanitizer_allocator.h:215 "((kSpaceBeg)) == ((reinterpret_cast<uptr>(Mprotect(kSpaceBeg, kSpaceSize))))" (0x600000000000, 0xffffffffffffffff)
FAIL: g++.dg/asan/large-func-test-1.C  -Os  output pattern test, is ==28634== AddressSanitizer CHECK failed: /home/gccbuild/gcc_trunk_anonsvn/gcc/libsanitizer/sanitizer_common/sanitizer_allocator.h:215 "((kSpaceBeg)) == ((reinterpret_cast<uptr>(Mprotect(kSpaceBeg, kSpaceSize))))" (0x600000000000, 0xffffffffffffffff)
FAIL: g++.dg/asan/large-func-test-1.C  -O2 -flto -fno-use-linker-plugin -flto-partition=none  output pattern test, is ==28686== AddressSanitizer CHECK failed: /home/gccbuild/gcc_trunk_anonsvn/gcc/libsanitizer/sanitizer_common/sanitizer_allocator.h:215 "((kSpaceBeg)) == ((reinterpret_cast<uptr>(Mprotect(kSpaceBeg, kSpaceSize))))" (0x600000000000, 0xffffffffffffffff)
FAIL: g++.dg/asan/large-func-test-1.C  -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  output pattern test, is ==28727== AddressSanitizer CHECK failed: /home/gccbuild/gcc_trunk_anonsvn/gcc/libsanitizer/sanitizer_common/sanitizer_allocator.h:215 "((kSpaceBeg)) == ((reinterpret_cast<uptr>(Mprotect(kSpaceBeg, kSpaceSize))))" (0x600000000000, 0xffffffffffffffff)

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

# of expected passes		52121
# of unexpected failures	108
# of expected failures		289
# of unsupported tests		859

		=== g++ Summary ===

# of expected passes		103105
# of unexpected failures	154
# of expected failures		578
# of unsupported tests		1683
/home/gccbuild/build/nightly/build-gcc-trunk/gcc/testsuite/g++/../../xg++  version 4.8.0 20130206 (experimental) [trunk revision 195814] (GCC) 

		=== go tests ===


Running target unix/-m32
FAIL: go.test/test/fixedbugs/bug257.go execution,  -O2 -g 

		=== go Summary for unix/-m32 ===

# of expected passes		5080
# of unexpected failures	1
# of expected failures		1
# of untested testcases		6

Running target unix/-m64
FAIL: go.test/test/chan/doubleselect.go execution,  -O2 -g 
FAIL: go.test/test/fixedbugs/bug257.go execution,  -O2 -g 

		=== go Summary for unix/-m64 ===

# of expected passes		4959
# of unexpected failures	2
# of expected failures		1
# of untested testcases		6

		=== go Summary ===

# of expected passes		10039
# of unexpected failures	3
# of expected failures		2
# of untested testcases		12
/home/gccbuild/build/nightly/build-gcc-trunk/gcc/testsuite/go/../../gccgo  version 4.8.0 20130206 (experimental) [trunk revision 195814] (GCC) 

		=== obj-c++ tests ===


Running target unix/-m32

		=== obj-c++ Summary for unix/-m32 ===

# of expected passes		1450
# of expected failures		2
# of unsupported tests		86

Running target unix/-m64

		=== obj-c++ Summary for unix/-m64 ===

# of expected passes		1442
# of expected failures		10
# of unsupported tests		86

		=== obj-c++ Summary ===

# of expected passes		2892
# of expected failures		12
# of unsupported tests		172
/home/gccbuild/build/nightly/build-gcc-trunk/gcc/testsuite/obj-c++/../../xg++  version 4.8.0 20130206 (experimental) [trunk revision 195814] (GCC) 

		=== objc tests ===


Running target unix/-m32

		=== objc Summary for unix/-m32 ===

# of expected passes		2994
# of unsupported tests		74

Running target unix/-m64

		=== objc Summary for unix/-m64 ===

# of expected passes		2994
# of unsupported tests		74

		=== objc Summary ===

# of expected passes		5988
# of unsupported tests		148
/home/gccbuild/build/nightly/build-gcc-trunk/gcc/xgcc  version 4.8.0 20130206 (experimental) [trunk revision 195814] (GCC) 

		=== libatomic tests ===


Running target unix/-m32

		=== libatomic Summary for unix/-m32 ===

# of expected passes		34
# of unsupported tests		10

Running target unix/-m64

		=== libatomic Summary for unix/-m64 ===

# of expected passes		44
# of unsupported tests		5

		=== libatomic Summary ===

# of expected passes		78
# of unsupported tests		15
		=== libffi tests ===


Running target unix/-m32

		=== libffi Summary for unix/-m32 ===

# of expected passes		1819
# of unsupported tests		55

Running target unix/-m64
FAIL: libffi.call/cls_struct_va1.c -O0 -W -Wall output pattern test, is 4 5 6 10 11 12 13 14 20 21
FAIL: libffi.call/cls_uint_va.c -O0 -W -Wall output pattern test, is 67: 67 4
FAIL: libffi.call/va_1.c -O0 -W -Wall output pattern test, is 5 6 10 11 12 13 14 7 8 uc=9 sc=10 11 12 13 14 15 16 2.120000 3.130000
FAIL: libffi.call/va_struct1.c -O0 -W -Wall output pattern test, is 5 6 10 11 12 13 14 7 8
FAIL: libffi.call/cls_struct_va1.c -O2 output pattern test, is 4 5 6 10 11 12 13 14 20 21
FAIL: libffi.call/cls_uint_va.c -O2 output pattern test, is 67: 67 4
FAIL: libffi.call/va_1.c -O2 output pattern test, is 5 6 10 11 12 13 14 7 8 uc=9 sc=10 11 12 13 14 15 16 2.120000 3.130000
FAIL: libffi.call/va_struct1.c -O2 output pattern test, is 5 6 10 11 12 13 14 7 8
FAIL: libffi.call/cls_struct_va1.c -O3 output pattern test, is 4 5 6 10 11 12 13 14 20 21
FAIL: libffi.call/cls_uint_va.c -O3 output pattern test, is 67: 67 4
FAIL: libffi.call/va_1.c -O3 output pattern test, is 5 6 10 11 12 13 14 7 8 uc=9 sc=10 11 12 13 14 15 16 2.120000 3.130000
FAIL: libffi.call/va_struct1.c -O3 output pattern test, is 5 6 10 11 12 13 14 7 8
FAIL: libffi.call/cls_struct_va1.c -Os output pattern test, is 4 5 6 10 11 12 13 14 20 21
FAIL: libffi.call/cls_uint_va.c -Os output pattern test, is 67: 67 4
FAIL: libffi.call/va_1.c -Os output pattern test, is 5 6 10 11 12 13 14 7 8 uc=9 sc=10 11 12 13 14 15 16 2.120000 3.130000
FAIL: libffi.call/va_struct1.c -Os output pattern test, is 5 6 10 11 12 13 14 7 8
FAIL: libffi.call/cls_struct_va1.c -O2 -fomit-frame-pointer output pattern test, is 4 5 6 10 11 12 13 14 20 21
FAIL: libffi.call/cls_uint_va.c -O2 -fomit-frame-pointer output pattern test, is 67: 67 4
FAIL: libffi.call/va_1.c -O2 -fomit-frame-pointer output pattern test, is 5 6 10 11 12 13 14 7 8 uc=9 sc=10 11 12 13 14 15 16 2.120000 3.130000
FAIL: libffi.call/va_struct1.c -O2 -fomit-frame-pointer output pattern test, is 5 6 10 11 12 13 14 7 8

		=== libffi Summary for unix/-m64 ===

# of expected passes		1799
# of unexpected failures	20
# of unsupported tests		55

		=== libffi Summary ===

# of expected passes		3618
# of unexpected failures	20
# of unsupported tests		110
		=== libgo tests ===


Running target unix
FAIL: math
FAIL: archive/tar
FAIL: crypto/hmac
FAIL: crypto/md5
FAIL: crypto/tls
FAIL: crypto/x509
FAIL: net/http
FAIL: net/smtp
FAIL: sync/atomic
FAIL: testing/quick

		=== libgo Summary for unix ===

# of expected passes		121
# of unexpected failures	10

Running target unix/-m64 -fPIC
FAIL: math
FAIL: sync
FAIL: archive/tar
FAIL: crypto/hmac
FAIL: crypto/md5
FAIL: crypto/tls
FAIL: crypto/x509
FAIL: debug/macho
FAIL: math/big
FAIL: net/http
FAIL: net/http/httptest
FAIL: net/http/httputil
FAIL: net/smtp
FAIL: os/exec
FAIL: testing/quick

		=== libgo Summary for unix/-m64 -fPIC ===

# of expected passes		116
# of unexpected failures	15

		=== libgo Summary ===

# of expected passes		237
# of unexpected failures	25
/home/gccbuild/build/nightly/build-gcc-trunk/./gcc/gccgo version 4.8.0 20130206 (experimental) [trunk revision 195814] (GCC)

		=== libgomp tests ===


Running target unix/-m32

		=== libgomp Summary for unix/-m32 ===

# of expected passes		2947
# of unsupported tests		1

Running target unix/-m64

		=== libgomp Summary for unix/-m64 ===

# of expected passes		2947
# of unsupported tests		1

		=== libgomp Summary ===

# of expected passes		5894
# of unsupported tests		2
		=== libitm tests ===


Running target unix/-m32

		=== libitm Summary for unix/-m32 ===

# of expected passes		26
# of expected failures		3
# of unsupported tests		1

Running target unix/-m64

		=== libitm Summary for unix/-m64 ===

# of expected passes		26
# of expected failures		3
# of unsupported tests		1

		=== libitm Summary ===

# of expected passes		52
# of expected failures		6
# of unsupported tests		2
		=== libmudflap tests ===


Running target unix/-m32
FAIL: libmudflap.c/fail37-frag.c (-O2) crash test
FAIL: libmudflap.c/fail37-frag.c (-O2) output pattern test
FAIL: libmudflap.c/fail37-frag.c (-O3) crash test
FAIL: libmudflap.c/fail37-frag.c (-O3) output pattern test
FAIL: libmudflap.c++/pass41-frag.cxx (-static) execution test
FAIL: libmudflap.c++/pass41-frag.cxx ( -O) execution test
FAIL: libmudflap.c++/pass41-frag.cxx (-O2) execution test
FAIL: libmudflap.c++/pass41-frag.cxx (-O3) execution test
FAIL: libmudflap.cth/pass39-frag.c (-O3) (rerun 14) execution test
FAIL: libmudflap.cth/pass39-frag.c (-O3) (rerun 14) output pattern test

		=== libmudflap Summary for unix/-m32 ===

# of expected passes		1896
# of unexpected failures	10

Running target unix/-m64
FAIL: libmudflap.c/fail37-frag.c (-O2) crash test
FAIL: libmudflap.c/fail37-frag.c (-O2) output pattern test
FAIL: libmudflap.c/fail37-frag.c (-O3) crash test
FAIL: libmudflap.c/fail37-frag.c (-O3) output pattern test
FAIL: libmudflap.c++/pass41-frag.cxx (-static) execution test
FAIL: libmudflap.c++/pass41-frag.cxx ( -O) execution test
FAIL: libmudflap.c++/pass41-frag.cxx (-O2) execution test
FAIL: libmudflap.c++/pass41-frag.cxx (-O3) execution test

		=== libmudflap Summary for unix/-m64 ===

# of expected passes		1898
# of unexpected failures	8

		=== libmudflap Summary ===

# of expected passes		3794
# of unexpected failures	18
		=== libstdc++ tests ===


Running target unix/-m32
FAIL: libstdc++-abi/abi_check

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

# of expected passes		9166
# of unexpected failures	1
# of expected failures		45
# of unsupported tests		227

Running target unix/-m64

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

# of expected passes		9167
# of expected failures		45
# of unsupported tests		227

		=== libstdc++ Summary ===

# of expected passes		18333
# of unexpected failures	1
# of expected failures		90
# of unsupported tests		454

Compiler version: 4.8.0 20130206 (experimental) [trunk revision 195814] (GCC) 
Platform: powerpc64-unknown-linux-gnu
configure flags: --prefix=/opt/gcc-nightly/trunk-20130206 --build=powerpc64-linux --host=powerpc64-linux --target=powerpc64-linux --with-cpu=default32 --with-as=/opt/gcc-nightly/binutils-2.21.1/bin/as --with-ld=/opt/gcc-nightly/binutils-2.21.1/bin/ld --enable-threads=posix --enable-shared --enable-__cxa_atexit --enable-languages=c,c++,fortran,objc,obj-c++,go --with-long-double-128 --enable-secureplt --enable-checking --disable-alsa --enable-decimal-float --with-gmp=/opt/gcc-nightly/gcc-host-libs --with-mpfr=/opt/gcc-nightly/gcc-host-libs --with-ppl=/opt/gcc-nightly/gcc-host-libs --with-cloog=/opt/gcc-nightly/gcc-host-libs --with-mpc=/opt/gcc-nightly/gcc-host-libs --with-libelf=/opt/gcc-nightly/gcc-host-libs --with-host-libstdcxx=-Wl,-Bstatic,-L/opt/gcc-nightly/gcc-host-libs/lib,-lstdc++,-Bdynamic,-lm

		=== Test Framework Summary ===

# of expected passes		2531


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]