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.6.0 20100818 (experimental) (GCC) testsuite on x86_64-apple-darwin10.5.0


r163313 with http://gcc.gnu.org/ml/gcc-patches/2010-08/msg01218.html,
http://gcc.gnu.org/ml/gcc-patches/2010-08/msg00887.html,
http://gcc.gnu.org/ml/gcc-patches/2010-08/msg01249.html,
http://gcc.gnu.org/ml/gcc-patches/2010-08/msg01348.html and

#undef SUBTARGET_OVERRIDE_OPTIONS                                                                                                     
#define SUBTARGET_OVERRIDE_OPTIONS \                                                                                                  
do {                                                                    \
bool darwin9plus = strverscmp (darwin_macosx_version_min, "10.5") >= 0;\
  /* If no unwind  model is set, then decide on a default based         \
     on Darwin rev.  */                                                 \
  if (flag_omit_frame_pointer >= 1 && flag_unwind_tables == 0)          \
    {                                                                   \
      if (darwin9plus)                                                  \
        /* Emit Unwind tables.  */                                      \
        flag_unwind_tables = 1;                                         \
      else                                                              \
        {                                                               \
          if (flag_omit_frame_pointer == 1)                             \
            /* The user has asked to omit fp - emit Unwind tables.  */  \
              flag_unwind_tables = 1;                                   \
          else                                                          \
            /* Use the frame pointer.  */                               \
            flag_omit_frame_pointer = 0;                                \
        }                                                               \                                                             
    }                                                                   \                                                             
  /* Do not allow the subtarget to switch off frame pointers for        \
     earlier versions of Darwin.  */                                    \
  if (flag_omit_frame_pointer == 2 && !darwin9plus)                     \
    flag_omit_frame_pointer = 0;                                        \
  /* Do not set asynchronous_unwinding (yet) unless the user            \
    specifically asks,.  */                                             \
  if (flag_asynchronous_unwind_tables == 2)                             \ 
    flag_asynchronous_unwind_tables = 0;                                \
  /* Jam this on to avoid a GNU-specific dwarf opcode.  */              \
  target_flags |= MASK_ACCUMULATE_OUTGOING_ARGS;                        \
  if (TARGET_64BIT && MACHO_DYNAMIC_NO_PIC_P)                           \
    target_flags &= ~MASK_MACHO_DYNAMIC_NO_PIC;                         \
} while (0) 

as well as

Index: gcc/config/darwin10.h
===================================================================
--- gcc/config/darwin10.h	(revision 163323)
+++ gcc/config/darwin10.h	(working copy)
@@ -21,8 +21,8 @@
 /* Fix PR41260 by passing -no_compact_unwind on darwin10 and later until
 unwinder in libSystem is fixed to digest new epilog unwinding notes. */
 
-#undef LIB_SPEC
-#define LIB_SPEC "%{!static:-no_compact_unwind -lSystem}"
+/* #undef LIB_SPEC
+#define LIB_SPEC "%{!static:-no_compact_unwind -lSystem}" */
 
 /* Unwind labels are no longer required in darwin10.  */
 
Native configuration is x86_64-apple-darwin10.5.0

		=== g++ tests ===


Running target unix/-m32
FAIL: g++.dg/eh/async-unwind1.C execution test
WARNING: g++.dg/ext/label13.C compilation failed to produce executable
FAIL: g++.dg/ext/visibility/anon6.C scan-assembler 1BIiE1cE
FAIL: g++.dg/lto/20081118-1 cp_lto_20081118-1_0.o-cp_lto_20081118-1_1.o link, -O2 -fwhopr
UNRESOLVED: g++.dg/lto/20081118-1 cp_lto_20081118-1_0.o-cp_lto_20081118-1_1.o execute -O2 -fwhopr
FAIL: g++.dg/lto/20081119-1 cp_lto_20081119-1_0.o-cp_lto_20081119-1_1.o link, -fPIC -fwhopr -r -nostdlib
UNRESOLVED: g++.dg/lto/20081119-1 cp_lto_20081119-1_0.o-cp_lto_20081119-1_1.o execute -fPIC -fwhopr -r -nostdlib
FAIL: g++.dg/lto/20081125 cp_lto_20081125_0.o-cp_lto_20081125_1.o link, -fwhopr
UNRESOLVED: g++.dg/lto/20081125 cp_lto_20081125_0.o-cp_lto_20081125_1.o execute -fwhopr
FAIL: g++.dg/lto/20081209 cp_lto_20081209_0.o-cp_lto_20081209_1.o link, -O0 -fwhopr
UNRESOLVED: g++.dg/lto/20081209 cp_lto_20081209_0.o-cp_lto_20081209_1.o execute -O0 -fwhopr
FAIL: g++.dg/lto/20081209 cp_lto_20081209_0.o-cp_lto_20081209_1.o link, -O2 -fwhopr
UNRESOLVED: g++.dg/lto/20081209 cp_lto_20081209_0.o-cp_lto_20081209_1.o execute -O2 -fwhopr
FAIL: g++.dg/lto/20081211-1 cp_lto_20081211-1_0.o-cp_lto_20081211-1_1.o link, -O0 -fwhopr
UNRESOLVED: g++.dg/lto/20081211-1 cp_lto_20081211-1_0.o-cp_lto_20081211-1_1.o execute -O0 -fwhopr
FAIL: g++.dg/lto/20081211-1 cp_lto_20081211-1_0.o-cp_lto_20081211-1_1.o link, -O2 -fwhopr
UNRESOLVED: g++.dg/lto/20081211-1 cp_lto_20081211-1_0.o-cp_lto_20081211-1_1.o execute -O2 -fwhopr
FAIL: g++.dg/lto/20090302 cp_lto_20090302_0.o-cp_lto_20090302_1.o link, -fPIC -fwhopr -r -nostdlib
UNRESOLVED: g++.dg/lto/20090302 cp_lto_20090302_0.o-cp_lto_20090302_1.o execute -fPIC -fwhopr -r -nostdlib
FAIL: g++.dg/lto/20090311-1 cp_lto_20090311-1_0.o-cp_lto_20090311-1_1.o link, -O0 -fwhopr
UNRESOLVED: g++.dg/lto/20090311-1 cp_lto_20090311-1_0.o-cp_lto_20090311-1_1.o execute -O0 -fwhopr
FAIL: g++.dg/lto/20090311-1 cp_lto_20090311-1_0.o-cp_lto_20090311-1_1.o link, -O2 -fwhopr
UNRESOLVED: g++.dg/lto/20090311-1 cp_lto_20090311-1_0.o-cp_lto_20090311-1_1.o execute -O2 -fwhopr
FAIL: g++.dg/lto/20090311 cp_lto_20090311_0.o-cp_lto_20090311_1.o link, -O0 -fwhopr
UNRESOLVED: g++.dg/lto/20090311 cp_lto_20090311_0.o-cp_lto_20090311_1.o execute -O0 -fwhopr
FAIL: g++.dg/lto/20090312 cp_lto_20090312_0.o-cp_lto_20090312_1.o link, -O0 -fwhopr
UNRESOLVED: g++.dg/lto/20090312 cp_lto_20090312_0.o-cp_lto_20090312_1.o execute -O0 -fwhopr
FAIL: g++.dg/lto/20090312 cp_lto_20090312_0.o-cp_lto_20090312_1.o link, -O2 -fwhopr
UNRESOLVED: g++.dg/lto/20090312 cp_lto_20090312_0.o-cp_lto_20090312_1.o execute -O2 -fwhopr
FAIL: g++.dg/lto/20090315 cp_lto_20090315_0.o-cp_lto_20090315_1.o link, -O0 -fwhopr
UNRESOLVED: g++.dg/lto/20090315 cp_lto_20090315_0.o-cp_lto_20090315_1.o execute -O0 -fwhopr
FAIL: g++.dg/lto/20090315 cp_lto_20090315_0.o-cp_lto_20090315_1.o link, -O2 -fwhopr
UNRESOLVED: g++.dg/lto/20090315 cp_lto_20090315_0.o-cp_lto_20090315_1.o execute -O2 -fwhopr
FAIL: g++.dg/lto/20091210-1 cp_lto_20091210-1_0.o-cp_lto_20091210-1_1.o link, -O0 -fwhopr
UNRESOLVED: g++.dg/lto/20091210-1 cp_lto_20091210-1_0.o-cp_lto_20091210-1_1.o execute -O0 -fwhopr
FAIL: g++.dg/lto/20091210-1 cp_lto_20091210-1_0.o-cp_lto_20091210-1_1.o link, -O2 -fwhopr
UNRESOLVED: g++.dg/lto/20091210-1 cp_lto_20091210-1_0.o-cp_lto_20091210-1_1.o execute -O2 -fwhopr
FAIL: g++.dg/lto/20100723-1 cp_lto_20100723-1_0.o-cp_lto_20100723-1_0.o link, -fcompare-debug -flto (internal compiler error)
UNRESOLVED: g++.dg/lto/20100723-1 cp_lto_20100723-1_0.o-cp_lto_20100723-1_0.o execute -fcompare-debug -flto
FAIL: g++.dg/lto/20100723-1 cp_lto_20100723-1_0.o-cp_lto_20100723-1_0.o link, -fcompare-debug -fwhopr (internal compiler error)
UNRESOLVED: g++.dg/lto/20100723-1 cp_lto_20100723-1_0.o-cp_lto_20100723-1_0.o execute -fcompare-debug -fwhopr
FAIL: g++.dg/torture/pr43879-1_1.C  -O2 -fwhopr  (test for excess errors)
WARNING: g++.dg/torture/pr43879-1_1.C  -O2 -fwhopr  compilation failed to produce executable
FAIL: g++.dg/torture/stackalign/eh-alloca-1.C  -O3 -g  execution test
FAIL: g++.dg/torture/stackalign/eh-vararg-1.C  -O3 -g  execution test
FAIL: g++.dg/torture/stackalign/eh-vararg-2.C  -O3 -g  execution test
FAIL: g++.dg/torture/stackalign/eh-alloca-1.C  -O3 -g  execution test
FAIL: g++.dg/torture/stackalign/eh-vararg-1.C  -O3 -g  execution test
FAIL: g++.dg/torture/stackalign/eh-vararg-2.C  -O3 -g  execution test
FAIL: g++.dg/tree-prof/partition1.C compilation,  -g  -fprofile-use
UNRESOLVED: g++.dg/tree-prof/partition1.C execution,    -g  -fprofile-use
FAIL: g++.dg/tree-prof/partition1.C compilation,  -O3 -g  -fprofile-use
UNRESOLVED: g++.dg/tree-prof/partition1.C execution,    -O3 -g  -fprofile-use

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

# of expected passes		24344
# of unexpected failures	30
# of expected failures		150
# of unresolved testcases	21
# of unsupported tests		171

Running target unix/-m64
WARNING: g++.dg/ext/label13.C compilation failed to produce executable
FAIL: g++.dg/ext/visibility/anon6.C scan-assembler 1BIiE1cE
FAIL: g++.dg/lto/20100723-1 cp_lto_20100723-1_0.o-cp_lto_20100723-1_0.o link, -fcompare-debug -flto (internal compiler error)
UNRESOLVED: g++.dg/lto/20100723-1 cp_lto_20100723-1_0.o-cp_lto_20100723-1_0.o execute -fcompare-debug -flto
FAIL: g++.dg/lto/20100723-1 cp_lto_20100723-1_0.o-cp_lto_20100723-1_0.o link, -fcompare-debug -fwhopr (internal compiler error)
UNRESOLVED: g++.dg/lto/20100723-1 cp_lto_20100723-1_0.o-cp_lto_20100723-1_0.o execute -fcompare-debug -fwhopr
FAIL: g++.dg/tree-prof/partition1.C compilation,  -g  -fprofile-use
UNRESOLVED: g++.dg/tree-prof/partition1.C execution,    -g  -fprofile-use
FAIL: g++.dg/tree-prof/partition1.C compilation,  -O3 -g  -fprofile-use
UNRESOLVED: g++.dg/tree-prof/partition1.C execution,    -O3 -g  -fprofile-use

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

# of expected passes		24617
# of unexpected failures	5
# of expected failures		150
# of unresolved testcases	4
# of unsupported tests		365

		=== g++ Summary ===

# of expected passes		48961
# of unexpected failures	35
# of expected failures		300
# of unresolved testcases	25
# of unsupported tests		536
/sw/src/fink.build/gcc46-4.6.0-1000/darwin_objdir/gcc/testsuite/g++/../../g++  version 4.6.0 20100818 (experimental) (GCC) 

		=== gcc tests ===


Running target unix/-m32
FAIL: gcc.c-torture/execute/builtins/abs-1.c compilation,  -O2 -fwhopr 
UNRESOLVED: gcc.c-torture/execute/builtins/abs-1.c execution,  -O2 -fwhopr 
FAIL: gcc.c-torture/execute/builtins/strstr-asm.c compilation,  -O2 -fwhopr 
UNRESOLVED: gcc.c-torture/execute/builtins/strstr-asm.c execution,  -O2 -fwhopr 
FAIL: gcc.dg/framework-1.c (test for excess errors)
FAIL: gcc.dg/pr36998.c (test for excess errors)
FAIL: gcc.dg/lto/20081111 c_lto_20081111_0.o-c_lto_20081111_1.o link, -O0 -fwhopr
UNRESOLVED: gcc.dg/lto/20081111 c_lto_20081111_0.o-c_lto_20081111_1.o execute -O0 -fwhopr
FAIL: gcc.dg/lto/20081111 c_lto_20081111_0.o-c_lto_20081111_1.o link, -O2 -fwhopr
UNRESOLVED: gcc.dg/lto/20081111 c_lto_20081111_0.o-c_lto_20081111_1.o execute -O2 -fwhopr
FAIL: gcc.dg/lto/20081112 c_lto_20081112_0.o-c_lto_20081112_1.o link, -O2 -fwhopr
UNRESOLVED: gcc.dg/lto/20081112 c_lto_20081112_0.o-c_lto_20081112_1.o execute -O2 -fwhopr
FAIL: gcc.dg/lto/20090213 c_lto_20090213_0.o-c_lto_20090213_1.o link, -O2 -fwhopr
UNRESOLVED: gcc.dg/lto/20090213 c_lto_20090213_0.o-c_lto_20090213_1.o execute -O2 -fwhopr
FAIL: gcc.dg/lto/20090218 c_lto_20090218_0.o-c_lto_20090218_3.o link, -O2 -fwhopr
UNRESOLVED: gcc.dg/lto/20090218 c_lto_20090218_0.o-c_lto_20090218_3.o execute -O2 -fwhopr
FAIL: gcc.dg/lto/20090717 c_lto_20090717_0.o-c_lto_20090717_1.o link, -O0 -fwhopr
UNRESOLVED: gcc.dg/lto/20090717 c_lto_20090717_0.o-c_lto_20090717_1.o execute -O0 -fwhopr
FAIL: gcc.dg/lto/20090717 c_lto_20090717_0.o-c_lto_20090717_1.o link, -O2 -fwhopr
UNRESOLVED: gcc.dg/lto/20090717 c_lto_20090717_0.o-c_lto_20090717_1.o execute -O2 -fwhopr
FAIL: gcc.dg/lto/20091005-1 c_lto_20091005-1_0.o-c_lto_20091005-1_1.o link, -O0 -fwhopr
UNRESOLVED: gcc.dg/lto/20091005-1 c_lto_20091005-1_0.o-c_lto_20091005-1_1.o execute -O0 -fwhopr
FAIL: gcc.dg/lto/20100227-1 c_lto_20100227-1_0.o-c_lto_20100227-1_1.o link, -O0 -fwhopr
UNRESOLVED: gcc.dg/lto/20100227-1 c_lto_20100227-1_0.o-c_lto_20100227-1_1.o execute -O0 -fwhopr
FAIL: gcc.dg/lto/20100227-1 c_lto_20100227-1_0.o-c_lto_20100227-1_1.o link, -O2 -fwhopr
UNRESOLVED: gcc.dg/lto/20100227-1 c_lto_20100227-1_0.o-c_lto_20100227-1_1.o execute -O2 -fwhopr
FAIL: gcc.dg/lto/ipacp c_lto_ipacp_0.o-c_lto_ipacp_1.o link,  -O1 -fwhopr -fipa-cp -fipa-cp-clone
UNRESOLVED: gcc.dg/lto/ipacp c_lto_ipacp_0.o-c_lto_ipacp_1.o execute  -O1 -fwhopr -fipa-cp -fipa-cp-clone
FAIL: gcc.dg/lto/ipareference2 c_lto_ipareference2_0.o-c_lto_ipareference2_1.o link,  -O1 -fwhopr -fwhole-program
UNRESOLVED: gcc.dg/lto/ipareference2 c_lto_ipareference2_0.o-c_lto_ipareference2_1.o execute  -O1 -fwhopr -fwhole-program
FAIL: gcc.dg/lto/materialize-1 c_lto_materialize-1_0.o-c_lto_materialize-1_1.o link,  -O3 -fwhopr
UNRESOLVED: gcc.dg/lto/materialize-1 c_lto_materialize-1_0.o-c_lto_materialize-1_1.o execute  -O3 -fwhopr
FAIL: gcc.dg/torture/builtin-math-7.c  -O0  execution test
FAIL: gcc.dg/torture/builtin-math-7.c  -O1  execution test
FAIL: gcc.dg/torture/builtin-math-7.c  -O2  execution test
FAIL: gcc.dg/torture/builtin-math-7.c  -O3 -fomit-frame-pointer  execution test
FAIL: gcc.dg/torture/builtin-math-7.c  -O3 -fomit-frame-pointer -funroll-loops  execution test
FAIL: gcc.dg/torture/builtin-math-7.c  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  execution test
FAIL: gcc.dg/torture/builtin-math-7.c  -O3 -g  execution test
FAIL: gcc.dg/torture/builtin-math-7.c  -Os  execution test
FAIL: gcc.dg/torture/builtin-math-7.c  -O2 -flto  execution test
FAIL: gcc.dg/torture/builtin-math-7.c  -O2 -fwhopr  execution test
FAIL: gcc.dg/torture/pr43879_1.c  -O2 -fwhopr  (test for excess errors)
WARNING: gcc.dg/torture/pr43879_1.c  -O2 -fwhopr  compilation failed to produce executable
XPASS: gcc.dg/tree-ssa/20031106-3.c scan-tree-dump-times optimized "link_error" 0
XPASS: gcc.dg/tree-ssa/20040204-1.c scan-tree-dump-times optimized "link_error" 0
XPASS: gcc.dg/tree-ssa/fre-vce-1.c scan-tree-dump-times fre "sv.i" 2

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

# of expected passes		71541
# of unexpected failures	28
# of unexpected successes	3
# of expected failures		212
# of unresolved testcases	15
# of unsupported tests		1284

Running target unix/-m64
FAIL: gcc.dg/framework-1.c (test for excess errors)
FAIL: gcc.dg/pr36998.c (test for excess errors)
FAIL: gcc.dg/matrix/transpose-3.c execution,    -fprofile-use -fipa-matrix-reorg -fdump-ipa-matrix-reorg -O3 -fwhole-program -combine
FAIL: gcc.dg/torture/builtin-math-7.c  -O0  execution test
FAIL: gcc.dg/torture/builtin-math-7.c  -O1  execution test
FAIL: gcc.dg/torture/builtin-math-7.c  -O2  execution test
FAIL: gcc.dg/torture/builtin-math-7.c  -O3 -fomit-frame-pointer  execution test
FAIL: gcc.dg/torture/builtin-math-7.c  -O3 -fomit-frame-pointer -funroll-loops  execution test
FAIL: gcc.dg/torture/builtin-math-7.c  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  execution test
FAIL: gcc.dg/torture/builtin-math-7.c  -O3 -g  execution test
FAIL: gcc.dg/torture/builtin-math-7.c  -Os  execution test
FAIL: gcc.dg/torture/builtin-math-7.c  -O2 -flto  execution test
FAIL: gcc.dg/torture/builtin-math-7.c  -O2 -fwhopr  execution test
XPASS: gcc.dg/tree-ssa/20031106-3.c scan-tree-dump-times optimized "link_error" 0
XPASS: gcc.dg/tree-ssa/20040204-1.c scan-tree-dump-times optimized "link_error" 0
XPASS: gcc.dg/tree-ssa/fre-vce-1.c scan-tree-dump-times fre "sv.i" 2
FAIL: gcc.target/x86_64/abi/callabi/leaf-1.c scan-assembler-not %rsp
FAIL: gcc.target/x86_64/abi/callabi/leaf-2.c scan-assembler-not %rsp

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

# of expected passes		71732
# of unexpected failures	15
# of unexpected successes	3
# of expected failures		213
# of unsupported tests		1613

		=== gcc Summary ===

# of expected passes		143273
# of unexpected failures	43
# of unexpected successes	6
# of expected failures		425
# of unresolved testcases	15
# of unsupported tests		2897
/sw/src/fink.build/gcc46-4.6.0-1000/darwin_objdir/gcc/xgcc  version 4.6.0 20100818 (experimental) (GCC) 

		=== gfortran tests ===


Running target unix/-m32

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

# of expected passes		35572
# of expected failures		50
# of unsupported tests		128

Running target unix/-m64

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

# of expected passes		35715
# of expected failures		50
# of unsupported tests		62

		=== gfortran Summary ===

# of expected passes		71287
# of expected failures		100
# of unsupported tests		190
/sw/src/fink.build/gcc46-4.6.0-1000/darwin_objdir/gcc/testsuite/gfortran/../../gfortran  version 4.6.0 20100818 (experimental) (GCC) 

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


Running target unix/-m32
WARNING: obj-c++.dg/lookup-2.mm -fgnu-runtime compilation failed to produce executable
WARNING: obj-c++.dg/try-catch-2.mm -fgnu-runtime compilation failed to produce executable
WARNING: obj-c++.dg/try-catch-9.mm -fgnu-runtime compilation failed to produce executable

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

# of expected passes		1176
# of expected failures		3
# of unsupported tests		15

Running target unix/-m64
WARNING: obj-c++.dg/lookup-2.mm -fgnu-runtime compilation failed to produce executable
WARNING: obj-c++.dg/try-catch-2.mm -fgnu-runtime compilation failed to produce executable
WARNING: obj-c++.dg/try-catch-9.mm -fgnu-runtime compilation failed to produce executable
WARNING: obj-c++.dg/try-catch-2.mm -fnext-runtime compilation failed to produce executable
WARNING: obj-c++.dg/try-catch-9.mm -fnext-runtime compilation failed to produce executable

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

# of expected passes		1084
# of expected failures		61
# of unsupported tests		19

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

# of expected passes		2260
# of expected failures		64
# of unsupported tests		34
/sw/src/fink.build/gcc46-4.6.0-1000/darwin_objdir/gcc/testsuite/obj-c++/../../g++  version 4.6.0 20100818 (experimental) (GCC) 

		=== objc tests ===


Running target unix/-m32
FAIL: objc.dg/headers.m -fnext-runtime (test for excess errors)
FAIL: objc.dg/no-extra-load.m -fnext-runtime (test for excess errors)
ERROR: objc.dg/no-extra-load.m: error executing dg-final: couldn't open "no-extra-load.s": no such file or directory
UNRESOLVED: objc.dg/no-extra-load.m: error executing dg-final: couldn't open "no-extra-load.s": no such file or directory

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

# of expected passes		3997
# of unexpected failures	2
# of expected failures		7
# of unresolved testcases	1
# of unsupported tests		26

Running target unix/-m64
FAIL: objc.dg/headers.m -fnext-runtime (test for excess errors)
FAIL: objc.dg/no-extra-load.m -fnext-runtime (test for excess errors)
ERROR: objc.dg/no-extra-load.m: error executing dg-final: couldn't open "no-extra-load.s": no such file or directory
UNRESOLVED: objc.dg/no-extra-load.m: error executing dg-final: couldn't open "no-extra-load.s": no such file or directory

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

# of expected passes		2702
# of unexpected failures	2
# of expected failures		56
# of unresolved testcases	1
# of unsupported tests		31

		=== objc Summary ===

# of expected passes		6699
# of unexpected failures	4
# of expected failures		63
# of unresolved testcases	2
# of unsupported tests		57
/sw/src/fink.build/gcc46-4.6.0-1000/darwin_objdir/gcc/xgcc  version 4.6.0 20100818 (experimental) (GCC) 

		=== libffi tests ===


Running target unix/-m32
FAIL: libffi.special/unwindtest.cc  -shared-libgcc -lstdc++ execution test
FAIL: libffi.special/unwindtest_ffi_call.cc  -shared-libgcc -lstdc++ execution test
FAIL: libffi.special/unwindtest.cc  -shared-libgcc -lstdc++ execution test
FAIL: libffi.special/unwindtest_ffi_call.cc  -shared-libgcc -lstdc++ execution test
FAIL: libffi.special/unwindtest.cc  -shared-libgcc -lstdc++ execution test
FAIL: libffi.special/unwindtest_ffi_call.cc  -shared-libgcc -lstdc++ execution test
FAIL: libffi.special/unwindtest.cc  -shared-libgcc -lstdc++ execution test
FAIL: libffi.special/unwindtest_ffi_call.cc  -shared-libgcc -lstdc++ execution test

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

# of expected passes		1608
# of unexpected failures	8
# of expected failures		10
# of unsupported tests		15

Running target unix/-m64

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

# of expected passes		1624
# of expected failures		10
# of unsupported tests		15

		=== libffi Summary ===

# of expected passes		3232
# of unexpected failures	8
# of expected failures		20
# of unsupported tests		30
		=== libgomp tests ===


Running target unix/-m32

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

# of expected passes		2536
# of unsupported tests		2

Running target unix/-m64

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

# of expected passes		2536
# of unsupported tests		2

		=== libgomp Summary ===

# of expected passes		5072
# of unsupported tests		4
		=== libjava tests ===


Running target unix/-m32
FAIL: noclass execution - gij test
FAIL: pr11951 run
FAIL: throwit execution - gij test
FAIL: PR16923.c compilation
FAIL: pr29812 execution - gij test
FAIL: ExtraClassLoader execution - source compiled test
FAIL: ExtraClassLoader -findirect-dispatch execution - source compiled test
FAIL: ExtraClassLoader -O3 execution - source compiled test
FAIL: ExtraClassLoader -O3 -findirect-dispatch execution - source compiled test
FAIL: StackTrace2 output - source compiled test
FAIL: StackTrace2 -findirect-dispatch output - source compiled test
FAIL: StackTrace2 -O3 output - source compiled test
FAIL: StackTrace2 -O3 -findirect-dispatch output - source compiled test
FAIL: Throw_3 output - source compiled test
FAIL: Throw_3 -findirect-dispatch output - source compiled test
FAIL: Throw_3 -O3 output - source compiled test
FAIL: Throw_3 -O3 -findirect-dispatch output - source compiled test
FAIL: invokethrow execution - source compiled test
FAIL: invokethrow -findirect-dispatch execution - source compiled test
FAIL: invokethrow -O3 execution - source compiled test
FAIL: invokethrow -O3 -findirect-dispatch execution - source compiled test
FAIL: stacktrace -O3 output - source compiled test
FAIL: stacktrace -O3 -findirect-dispatch output - source compiled test

		=== libjava Summary for unix/-m32 ===

# of expected passes		2537
# of unexpected failures	23
# of untested testcases		12

Running target unix/-m64
FAIL: StackTrace2 output - source compiled test
FAIL: StackTrace2 -findirect-dispatch output - source compiled test
FAIL: StackTrace2 -O3 output - source compiled test
FAIL: StackTrace2 -O3 -findirect-dispatch output - source compiled test
FAIL: Throw_3 output - source compiled test
FAIL: Throw_3 -findirect-dispatch output - source compiled test
FAIL: Throw_3 -O3 output - source compiled test
FAIL: Throw_3 -O3 -findirect-dispatch output - source compiled test
FAIL: stacktrace -O3 output - source compiled test
FAIL: stacktrace -O3 -findirect-dispatch output - source compiled test

		=== libjava Summary for unix/-m64 ===

# of expected passes		2564
# of unexpected failures	10

		=== libjava Summary ===

# of expected passes		5101
# of unexpected failures	33
# of untested testcases		12
		=== libstdc++ tests ===


Running target unix/-m32

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

# of expected passes		6659
# of expected failures		58
# of unsupported tests		554

Running target unix/-m64

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

# of expected passes		6657
# of expected failures		58
# of unsupported tests		555

		=== libstdc++ Summary ===

# of expected passes		13316
# of expected failures		116
# of unsupported tests		1109

Compiler version: 4.6.0 20100818 (experimental) (GCC) 
Platform: x86_64-apple-darwin10.5.0
configure flags: --prefix=/sw --prefix=/sw/lib/gcc4.6 --mandir=/sw/share/man --infodir=/sw/lib/gcc4.6/info --enable-languages=c,c++,fortran,objc,obj-c++,java --with-gmp=/sw --with-libiconv-prefix=/sw --with-ppl=/sw --with-cloog=/sw --with-mpc=/sw --with-system-zlib --x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib --program-suffix=-fsf-4.6 --enable-lto --enable-checking=yes



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