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


Release gcc 4.4.5 with backport of r156786...

diff -uNr gcc-4.4.5/gcc/config/darwin.c gcc-4.4.5.patched/gcc/config/darwin.c
--- gcc-4.4.5/gcc/config/darwin.c       2008-10-06 15:07:33.000000000 -0400
+++ gcc-4.4.5.patched/gcc/config/darwin.c       2010-10-02 13:50:44.000000000 -0400
@@ -1177,9 +1177,8 @@
 {
   bool weak = (DECL_P (decl)
               && DECL_WEAK (decl)
-              && (lookup_attribute ("weak", DECL_ATTRIBUTES (decl))
-                  || ! lookup_attribute ("weak_import",
-                                         DECL_ATTRIBUTES (decl))));
+              && !lookup_attribute ("weak_import",
+              DECL_ATTRIBUTES (decl)));
   section *base_section;
 
   switch (categorize_decl_for_section (decl, reloc))
diff -uNr gcc-4.4.5/gcc/config/darwin.h gcc-4.4.5.patched/gcc/config/darwin.h
--- gcc-4.4.5/gcc/config/darwin.h       2009-04-09 19:23:07.000000000 -0400
+++ gcc-4.4.5.patched/gcc/config/darwin.h       2010-10-02 13:52:05.000000000 -0400
@@ -461,8 +461,7 @@
       targetm.asm_out.globalize_label (FILE, NAME);                    \
     if (DECL_EXTERNAL (DECL))                                          \
       fputs ("\t.weak_reference ", FILE);                              \
-    else if (! lookup_attribute ("weak", DECL_ATTRIBUTES (DECL))       \
-       && lookup_attribute ("weak_import", DECL_ATTRIBUTES (DECL)))    \
+    else if (lookup_attribute ("weak_import", DECL_ATTRIBUTES (DECL))) \
       break;                                                           \
     else if (TREE_PUBLIC (DECL))                                       \
       fputs ("\t.weak_definition ", FILE);                             \

LAST_UPDATED: Obtained from SVN: tags/gcc_4_4_5_release revision 164871

Native configuration is x86_64-apple-darwin10.5.0

		=== g++ tests ===


Running target unix/-m32
FAIL: g++.dg/debug/dwarf2/pubnames-1.C scan-assembler-times .debug_pubnames 1
FAIL: g++.dg/debug/dwarf2/pubnames-1.C scan-assembler-times "main".*external name 1
FAIL: g++.dg/debug/dwarf2/typedef1.C scan-assembler-times DW_AT_name: "foo<1u>" 1
FAIL: g++.dg/debug/dwarf2/typedef1.C scan-assembler-times DW_AT_name: "typedef foo<1u>::type type" 1
FAIL: g++.dg/eh/async-unwind2.C 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/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

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

# of expected passes		20094
# of unexpected failures	11
# of expected failures		157
# of unsupported tests		154

Running target unix/-m64
FAIL: g++.dg/debug/dwarf2/pubnames-1.C scan-assembler-times .debug_pubnames 1
FAIL: g++.dg/debug/dwarf2/pubnames-1.C scan-assembler-times "main".*external name 1
FAIL: g++.dg/debug/dwarf2/typedef1.C scan-assembler-times DW_AT_name: "foo<1u>" 1
FAIL: g++.dg/debug/dwarf2/typedef1.C scan-assembler-times DW_AT_name: "typedef foo<1u>::type type" 1

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

# of expected passes		19796
# of unexpected failures	4
# of expected failures		157
# of unsupported tests		300

		=== g++ Summary ===

# of expected passes		39890
# of unexpected failures	15
# of expected failures		314
# of unsupported tests		454
/sw/src/fink.build/gcc44-4.4.5-1000/darwin_objdir/gcc/testsuite/g++/../../g++  version 4.4.5 (GCC) 

		=== gcc tests ===


Running target unix/-m32
FAIL: gcc.dg/framework-1.c (test for excess errors)

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

# of expected passes		56168
# of unexpected failures	1
# of expected failures		191
# of unsupported tests		1085

Running target unix/-m64
FAIL: gcc.dg/framework-1.c (test for excess errors)

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

# of expected passes		55801
# of unexpected failures	1
# of expected failures		191
# of unsupported tests		1349

		=== gcc Summary ===

# of expected passes		111969
# of unexpected failures	2
# of expected failures		382
# of unsupported tests		2434
/sw/src/fink.build/gcc44-4.4.5-1000/darwin_objdir/gcc/xgcc  version 4.4.5 (GCC) 

		=== gfortran tests ===


Running target unix/-m32

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

# of expected passes		30223
# of expected failures		13
# of unsupported tests		128

Running target unix/-m64

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

# of expected passes		30352
# of expected failures		13
# of unsupported tests		67

		=== gfortran Summary ===

# of expected passes		60575
# of expected failures		26
# of unsupported tests		195
/sw/src/fink.build/gcc44-4.4.5-1000/darwin_objdir/gcc/testsuite/gfortran/../../gfortran  version 4.4.5 (GCC) 

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


Running target unix/-m32
FAIL: obj-c++.dg/basic.mm (test for excess errors)
FAIL: obj-c++.dg/basic.mm execution test
FAIL: obj-c++.dg/bitfield-2.mm (test for excess errors)
FAIL: obj-c++.dg/bitfield-2.mm execution test
XPASS: obj-c++.dg/comp-types-10.mm (test for excess errors)
FAIL: obj-c++.dg/const-str-10.mm (test for excess errors)
FAIL: obj-c++.dg/const-str-11.mm (test for excess errors)
FAIL: obj-c++.dg/const-str-3.mm (test for excess errors)
FAIL: obj-c++.dg/const-str-7.mm (test for excess errors)
FAIL: obj-c++.dg/const-str-8.mm (test for excess errors)
FAIL: obj-c++.dg/const-str-9.mm (test for excess errors)
FAIL: obj-c++.dg/cxx-ivars-1.mm (test for excess errors)
FAIL: obj-c++.dg/cxx-ivars-1.mm execution test
FAIL: obj-c++.dg/cxx-ivars-2.mm (test for excess errors)
FAIL: obj-c++.dg/cxx-ivars-3.mm (test for excess errors)
FAIL: obj-c++.dg/cxx-scope-1.mm (test for excess errors)
FAIL: obj-c++.dg/cxx-scope-1.mm execution test
FAIL: obj-c++.dg/defs.mm (test for excess errors)
FAIL: obj-c++.dg/defs.mm execution test
FAIL: obj-c++.dg/encode-4.mm (test for excess errors)
FAIL: obj-c++.dg/encode-4.mm execution test
FAIL: obj-c++.dg/encode-5.mm (test for excess errors)
WARNING: obj-c++.dg/encode-5.mm compilation failed to produce executable
FAIL: obj-c++.dg/encode-6.mm (test for excess errors)
FAIL: obj-c++.dg/encode-7.mm (test for excess errors)
XPASS: obj-c++.dg/encode-8.mm execution test
FAIL: obj-c++.dg/except-1.mm (test for excess errors)
FAIL: obj-c++.dg/except-1.mm execution test
XPASS: obj-c++.dg/isa-field-1.mm (test for excess errors)
FAIL: obj-c++.dg/lookup-2.mm execution test
FAIL: obj-c++.dg/method-10.mm (test for excess errors)
FAIL: obj-c++.dg/method-10.mm execution test
FAIL: obj-c++.dg/method-12.mm (test for excess errors)
FAIL: obj-c++.dg/method-17.mm (test for excess errors)
FAIL: obj-c++.dg/method-17.mm execution test
FAIL: obj-c++.dg/method-19.mm (test for excess errors)
FAIL: obj-c++.dg/method-19.mm execution test
FAIL: obj-c++.dg/proto-lossage-3.mm (test for excess errors)
WARNING: obj-c++.dg/proto-lossage-3.mm compilation failed to produce executable
FAIL: obj-c++.dg/proto-qual-1.mm (test for excess errors)
WARNING: obj-c++.dg/proto-qual-1.mm compilation failed to produce executable
FAIL: obj-c++.dg/qual-types-1.mm (test for excess errors)
FAIL: obj-c++.dg/qual-types-1.mm execution test
FAIL: obj-c++.dg/stubify-2.mm (test for excess errors)
ERROR: obj-c++.dg/stubify-2.mm: error executing dg-final: couldn't open "stubify-2.mm.08.jump": no such file or directory
UNRESOLVED: obj-c++.dg/stubify-2.mm: error executing dg-final: couldn't open "stubify-2.mm.08.jump": no such file or directory
FAIL: obj-c++.dg/template-1.mm (test for excess errors)
FAIL: obj-c++.dg/template-1.mm execution test
FAIL: obj-c++.dg/template-3.mm (test for excess errors)
FAIL: obj-c++.dg/template-3.mm execution test
FAIL: obj-c++.dg/template-4.mm (test for excess errors)
FAIL: obj-c++.dg/template-4.mm execution test
FAIL: obj-c++.dg/try-catch-2.mm execution test
FAIL: obj-c++.dg/try-catch-9.mm execution test
FAIL: obj-c++.dg/va-meth-1.mm (test for excess errors)
FAIL: obj-c++.dg/va-meth-1.mm execution test

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

# of expected passes		412
# of unexpected failures	48
# of unexpected successes	3
# of expected failures		7
# of unresolved testcases	1
# of unsupported tests		1

Running target unix/-m64
FAIL: obj-c++.dg/basic.mm (test for excess errors)
FAIL: obj-c++.dg/basic.mm execution test
FAIL: obj-c++.dg/bitfield-2.mm (test for excess errors)
FAIL: obj-c++.dg/bitfield-2.mm execution test
XPASS: obj-c++.dg/comp-types-10.mm (test for excess errors)
FAIL: obj-c++.dg/const-str-10.mm (test for excess errors)
FAIL: obj-c++.dg/const-str-10.mm scan-assembler .long\\t__NSConstantStringClassReference\\n\\t.long\\t.*\\n\\t.long\\t5\\n\\t.data
FAIL: obj-c++.dg/const-str-11.mm (test for excess errors)
FAIL: obj-c++.dg/const-str-11.mm scan-assembler .long\\t__XStrClassReference\\n\\t.long\\t.*\\n\\t.long\\t5\\n\\t.data
FAIL: obj-c++.dg/const-str-3.mm (test for excess errors)
FAIL: obj-c++.dg/const-str-3.mm execution test
FAIL: obj-c++.dg/const-str-7.mm (test for excess errors)
FAIL: obj-c++.dg/const-str-8.mm (test for excess errors)
FAIL: obj-c++.dg/cxx-ivars-1.mm (test for excess errors)
FAIL: obj-c++.dg/cxx-ivars-1.mm execution test
FAIL: obj-c++.dg/cxx-ivars-2.mm (test for excess errors)
FAIL: obj-c++.dg/cxx-ivars-3.mm (test for excess errors)
FAIL: obj-c++.dg/cxx-ivars-3.mm execution test
FAIL: obj-c++.dg/cxx-scope-1.mm (test for excess errors)
FAIL: obj-c++.dg/cxx-scope-1.mm execution test
FAIL: obj-c++.dg/defs.mm (test for excess errors)
FAIL: obj-c++.dg/defs.mm execution test
FAIL: obj-c++.dg/encode-4.mm (test for excess errors)
FAIL: obj-c++.dg/encode-4.mm execution test
FAIL: obj-c++.dg/encode-5.mm (test for excess errors)
WARNING: obj-c++.dg/encode-5.mm compilation failed to produce executable
FAIL: obj-c++.dg/encode-6.mm (test for excess errors)
FAIL: obj-c++.dg/encode-6.mm execution test
FAIL: obj-c++.dg/encode-7.mm (test for excess errors)
XPASS: obj-c++.dg/encode-8.mm execution test
FAIL: obj-c++.dg/except-1.mm (test for excess errors)
FAIL: obj-c++.dg/except-1.mm execution test
XPASS: obj-c++.dg/isa-field-1.mm (test for excess errors)
FAIL: obj-c++.dg/lookup-2.mm execution test
FAIL: obj-c++.dg/method-10.mm (test for excess errors)
FAIL: obj-c++.dg/method-10.mm execution test
FAIL: obj-c++.dg/method-12.mm (test for excess errors)
FAIL: obj-c++.dg/method-17.mm (test for excess errors)
FAIL: obj-c++.dg/method-17.mm execution test
FAIL: obj-c++.dg/method-19.mm (test for excess errors)
FAIL: obj-c++.dg/method-19.mm execution test
FAIL: obj-c++.dg/proto-lossage-3.mm (test for excess errors)
WARNING: obj-c++.dg/proto-lossage-3.mm compilation failed to produce executable
FAIL: obj-c++.dg/proto-qual-1.mm (test for excess errors)
WARNING: obj-c++.dg/proto-qual-1.mm compilation failed to produce executable
FAIL: obj-c++.dg/qual-types-1.mm (test for excess errors)
FAIL: obj-c++.dg/qual-types-1.mm execution test
FAIL: obj-c++.dg/stubify-2.mm (test for excess errors)
ERROR: obj-c++.dg/stubify-2.mm: error executing dg-final: couldn't open "stubify-2.mm.08.jump": no such file or directory
UNRESOLVED: obj-c++.dg/stubify-2.mm: error executing dg-final: couldn't open "stubify-2.mm.08.jump": no such file or directory
FAIL: obj-c++.dg/template-1.mm (test for excess errors)
FAIL: obj-c++.dg/template-1.mm execution test
FAIL: obj-c++.dg/template-3.mm (test for excess errors)
FAIL: obj-c++.dg/template-3.mm execution test
WARNING: obj-c++.dg/try-catch-2.mm compilation failed to produce executable
WARNING: obj-c++.dg/try-catch-9.mm compilation failed to produce executable
FAIL: obj-c++.dg/va-meth-1.mm (test for excess errors)
FAIL: obj-c++.dg/va-meth-1.mm execution test

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

# of expected passes		394
# of unexpected failures	48
# of unexpected successes	3
# of expected failures		18
# of unresolved testcases	1
# of unsupported tests		3

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

# of expected passes		806
# of unexpected failures	96
# of unexpected successes	6
# of expected failures		25
# of unresolved testcases	2
# of unsupported tests		4
/sw/src/fink.build/gcc44-4.4.5-1000/darwin_objdir/gcc/testsuite/obj-c++/../../g++  version 4.4.5 (GCC) 

		=== objc tests ===


Running target unix/-m32
FAIL: objc/execute/exceptions/finally-1.m execution,  -O0 -fgnu-runtime
FAIL: objc/execute/exceptions/finally-1.m execution,  -O1 -fgnu-runtime
FAIL: objc/execute/exceptions/finally-1.m execution,  -O2 -fgnu-runtime
FAIL: objc/execute/exceptions/finally-1.m execution,  -Os -fgnu-runtime
FAIL: objc/execute/exceptions/handler-1.m compilation,  -O0 -fnext-runtime
UNRESOLVED: objc/execute/exceptions/handler-1.m execution,  -O0 -fnext-runtime
FAIL: objc/execute/exceptions/handler-1.m compilation,  -O1 -fnext-runtime
UNRESOLVED: objc/execute/exceptions/handler-1.m execution,  -O1 -fnext-runtime
FAIL: objc/execute/exceptions/handler-1.m compilation,  -O2 -fnext-runtime
UNRESOLVED: objc/execute/exceptions/handler-1.m execution,  -O2 -fnext-runtime
FAIL: objc/execute/exceptions/handler-1.m compilation,  -O3 -fomit-frame-pointer -fnext-runtime
UNRESOLVED: objc/execute/exceptions/handler-1.m execution,  -O3 -fomit-frame-pointer -fnext-runtime
FAIL: objc/execute/exceptions/handler-1.m compilation,  -O3 -g -fnext-runtime
UNRESOLVED: objc/execute/exceptions/handler-1.m execution,  -O3 -g -fnext-runtime
FAIL: objc/execute/exceptions/handler-1.m compilation,  -Os -fnext-runtime
UNRESOLVED: objc/execute/exceptions/handler-1.m execution,  -Os -fnext-runtime
FAIL: objc/execute/bycopy-1.m compilation,  -O0 -fnext-runtime
UNRESOLVED: objc/execute/bycopy-1.m execution,  -O0 -fnext-runtime
FAIL: objc/execute/bycopy-1.m compilation,  -O1 -fnext-runtime
UNRESOLVED: objc/execute/bycopy-1.m execution,  -O1 -fnext-runtime
FAIL: objc/execute/bycopy-1.m compilation,  -O2 -fnext-runtime
UNRESOLVED: objc/execute/bycopy-1.m execution,  -O2 -fnext-runtime
FAIL: objc/execute/bycopy-1.m compilation,  -O3 -fomit-frame-pointer -fnext-runtime
UNRESOLVED: objc/execute/bycopy-1.m execution,  -O3 -fomit-frame-pointer -fnext-runtime
FAIL: objc/execute/bycopy-1.m compilation,  -O3 -g -fnext-runtime
UNRESOLVED: objc/execute/bycopy-1.m execution,  -O3 -g -fnext-runtime
FAIL: objc/execute/bycopy-1.m compilation,  -Os -fnext-runtime
UNRESOLVED: objc/execute/bycopy-1.m execution,  -Os -fnext-runtime
FAIL: objc/execute/bycopy-2.m compilation,  -O0 -fnext-runtime
UNRESOLVED: objc/execute/bycopy-2.m execution,  -O0 -fnext-runtime
FAIL: objc/execute/bycopy-2.m compilation,  -O1 -fnext-runtime
UNRESOLVED: objc/execute/bycopy-2.m execution,  -O1 -fnext-runtime
FAIL: objc/execute/bycopy-2.m compilation,  -O2 -fnext-runtime
UNRESOLVED: objc/execute/bycopy-2.m execution,  -O2 -fnext-runtime
FAIL: objc/execute/bycopy-2.m compilation,  -O3 -fomit-frame-pointer -fnext-runtime
UNRESOLVED: objc/execute/bycopy-2.m execution,  -O3 -fomit-frame-pointer -fnext-runtime
FAIL: objc/execute/bycopy-2.m compilation,  -O3 -g -fnext-runtime
UNRESOLVED: objc/execute/bycopy-2.m execution,  -O3 -g -fnext-runtime
FAIL: objc/execute/bycopy-2.m compilation,  -Os -fnext-runtime
UNRESOLVED: objc/execute/bycopy-2.m execution,  -Os -fnext-runtime
FAIL: objc/execute/bycopy-3.m compilation,  -O0 -fnext-runtime
UNRESOLVED: objc/execute/bycopy-3.m execution,  -O0 -fnext-runtime
FAIL: objc/execute/bycopy-3.m compilation,  -O1 -fnext-runtime
UNRESOLVED: objc/execute/bycopy-3.m execution,  -O1 -fnext-runtime
FAIL: objc/execute/bycopy-3.m compilation,  -O2 -fnext-runtime
UNRESOLVED: objc/execute/bycopy-3.m execution,  -O2 -fnext-runtime
FAIL: objc/execute/bycopy-3.m compilation,  -O3 -fomit-frame-pointer -fnext-runtime
UNRESOLVED: objc/execute/bycopy-3.m execution,  -O3 -fomit-frame-pointer -fnext-runtime
FAIL: objc/execute/bycopy-3.m compilation,  -O3 -g -fnext-runtime
UNRESOLVED: objc/execute/bycopy-3.m execution,  -O3 -g -fnext-runtime
FAIL: objc/execute/bycopy-3.m compilation,  -Os -fnext-runtime
UNRESOLVED: objc/execute/bycopy-3.m execution,  -Os -fnext-runtime
FAIL: objc/execute/formal_protocol-5.m compilation,  -O0 -fnext-runtime
UNRESOLVED: objc/execute/formal_protocol-5.m execution,  -O0 -fnext-runtime
FAIL: objc/execute/formal_protocol-5.m compilation,  -O1 -fnext-runtime
UNRESOLVED: objc/execute/formal_protocol-5.m execution,  -O1 -fnext-runtime
FAIL: objc/execute/formal_protocol-5.m compilation,  -O2 -fnext-runtime
UNRESOLVED: objc/execute/formal_protocol-5.m execution,  -O2 -fnext-runtime
FAIL: objc/execute/formal_protocol-5.m compilation,  -O3 -fomit-frame-pointer -fnext-runtime
UNRESOLVED: objc/execute/formal_protocol-5.m execution,  -O3 -fomit-frame-pointer -fnext-runtime
FAIL: objc/execute/formal_protocol-5.m compilation,  -O3 -g -fnext-runtime
UNRESOLVED: objc/execute/formal_protocol-5.m execution,  -O3 -g -fnext-runtime
FAIL: objc/execute/formal_protocol-5.m compilation,  -Os -fnext-runtime
UNRESOLVED: objc/execute/formal_protocol-5.m execution,  -Os -fnext-runtime
FAIL: objc/execute/formal_protocol-6.m compilation,  -O0 -fnext-runtime
UNRESOLVED: objc/execute/formal_protocol-6.m execution,  -O0 -fnext-runtime
FAIL: objc/execute/formal_protocol-6.m compilation,  -O1 -fnext-runtime
UNRESOLVED: objc/execute/formal_protocol-6.m execution,  -O1 -fnext-runtime
FAIL: objc/execute/formal_protocol-6.m compilation,  -O2 -fnext-runtime
UNRESOLVED: objc/execute/formal_protocol-6.m execution,  -O2 -fnext-runtime
FAIL: objc/execute/formal_protocol-6.m compilation,  -O3 -fomit-frame-pointer -fnext-runtime
UNRESOLVED: objc/execute/formal_protocol-6.m execution,  -O3 -fomit-frame-pointer -fnext-runtime
FAIL: objc/execute/formal_protocol-6.m compilation,  -O3 -g -fnext-runtime
UNRESOLVED: objc/execute/formal_protocol-6.m execution,  -O3 -g -fnext-runtime
FAIL: objc/execute/formal_protocol-6.m compilation,  -Os -fnext-runtime
UNRESOLVED: objc/execute/formal_protocol-6.m execution,  -Os -fnext-runtime
FAIL: objc/execute/formal_protocol-7.m compilation,  -O0 -fnext-runtime
UNRESOLVED: objc/execute/formal_protocol-7.m execution,  -O0 -fnext-runtime
FAIL: objc/execute/formal_protocol-7.m compilation,  -O1 -fnext-runtime
UNRESOLVED: objc/execute/formal_protocol-7.m execution,  -O1 -fnext-runtime
FAIL: objc/execute/formal_protocol-7.m compilation,  -O2 -fnext-runtime
UNRESOLVED: objc/execute/formal_protocol-7.m execution,  -O2 -fnext-runtime
FAIL: objc/execute/formal_protocol-7.m compilation,  -O3 -fomit-frame-pointer -fnext-runtime
UNRESOLVED: objc/execute/formal_protocol-7.m execution,  -O3 -fomit-frame-pointer -fnext-runtime
FAIL: objc/execute/formal_protocol-7.m compilation,  -O3 -g -fnext-runtime
UNRESOLVED: objc/execute/formal_protocol-7.m execution,  -O3 -g -fnext-runtime
FAIL: objc/execute/formal_protocol-7.m compilation,  -Os -fnext-runtime
UNRESOLVED: objc/execute/formal_protocol-7.m execution,  -Os -fnext-runtime
FAIL: objc/execute/np-1.m compilation,  -O0 -fnext-runtime
UNRESOLVED: objc/execute/np-1.m execution,  -O0 -fnext-runtime
FAIL: objc/execute/np-1.m compilation,  -O1 -fnext-runtime
UNRESOLVED: objc/execute/np-1.m execution,  -O1 -fnext-runtime
FAIL: objc/execute/np-1.m compilation,  -O2 -fnext-runtime
UNRESOLVED: objc/execute/np-1.m execution,  -O2 -fnext-runtime
FAIL: objc/execute/np-1.m compilation,  -O3 -fomit-frame-pointer -fnext-runtime
UNRESOLVED: objc/execute/np-1.m execution,  -O3 -fomit-frame-pointer -fnext-runtime
FAIL: objc/execute/np-1.m compilation,  -O3 -g -fnext-runtime
UNRESOLVED: objc/execute/np-1.m execution,  -O3 -g -fnext-runtime
FAIL: objc/execute/np-1.m compilation,  -Os -fnext-runtime
UNRESOLVED: objc/execute/np-1.m execution,  -Os -fnext-runtime
FAIL: objc/execute/np-2.m compilation,  -O0 -fnext-runtime
UNRESOLVED: objc/execute/np-2.m execution,  -O0 -fnext-runtime
FAIL: objc/execute/np-2.m compilation,  -O1 -fnext-runtime
UNRESOLVED: objc/execute/np-2.m execution,  -O1 -fnext-runtime
FAIL: objc/execute/np-2.m compilation,  -O2 -fnext-runtime
UNRESOLVED: objc/execute/np-2.m execution,  -O2 -fnext-runtime
FAIL: objc/execute/np-2.m compilation,  -O3 -fomit-frame-pointer -fnext-runtime
UNRESOLVED: objc/execute/np-2.m execution,  -O3 -fomit-frame-pointer -fnext-runtime
FAIL: objc/execute/np-2.m compilation,  -O3 -g -fnext-runtime
UNRESOLVED: objc/execute/np-2.m execution,  -O3 -g -fnext-runtime
FAIL: objc/execute/np-2.m compilation,  -Os -fnext-runtime
UNRESOLVED: objc/execute/np-2.m execution,  -Os -fnext-runtime
FAIL: objc/execute/protocol-isEqual-1.m compilation,  -O0 -fnext-runtime
UNRESOLVED: objc/execute/protocol-isEqual-1.m execution,  -O0 -fnext-runtime
FAIL: objc/execute/protocol-isEqual-1.m compilation,  -O1 -fnext-runtime
UNRESOLVED: objc/execute/protocol-isEqual-1.m execution,  -O1 -fnext-runtime
FAIL: objc/execute/protocol-isEqual-1.m compilation,  -O2 -fnext-runtime
UNRESOLVED: objc/execute/protocol-isEqual-1.m execution,  -O2 -fnext-runtime
FAIL: objc/execute/protocol-isEqual-1.m compilation,  -O3 -fomit-frame-pointer -fnext-runtime
UNRESOLVED: objc/execute/protocol-isEqual-1.m execution,  -O3 -fomit-frame-pointer -fnext-runtime
FAIL: objc/execute/protocol-isEqual-1.m compilation,  -O3 -g -fnext-runtime
UNRESOLVED: objc/execute/protocol-isEqual-1.m execution,  -O3 -g -fnext-runtime
FAIL: objc/execute/protocol-isEqual-1.m compilation,  -Os -fnext-runtime
UNRESOLVED: objc/execute/protocol-isEqual-1.m execution,  -Os -fnext-runtime
FAIL: objc/execute/protocol-isEqual-2.m compilation,  -O0 -fnext-runtime
UNRESOLVED: objc/execute/protocol-isEqual-2.m execution,  -O0 -fnext-runtime
FAIL: objc/execute/protocol-isEqual-2.m compilation,  -O1 -fnext-runtime
UNRESOLVED: objc/execute/protocol-isEqual-2.m execution,  -O1 -fnext-runtime
FAIL: objc/execute/protocol-isEqual-2.m compilation,  -O2 -fnext-runtime
UNRESOLVED: objc/execute/protocol-isEqual-2.m execution,  -O2 -fnext-runtime
FAIL: objc/execute/protocol-isEqual-2.m compilation,  -O3 -fomit-frame-pointer -fnext-runtime
UNRESOLVED: objc/execute/protocol-isEqual-2.m execution,  -O3 -fomit-frame-pointer -fnext-runtime
FAIL: objc/execute/protocol-isEqual-2.m compilation,  -O3 -g -fnext-runtime
UNRESOLVED: objc/execute/protocol-isEqual-2.m execution,  -O3 -g -fnext-runtime
FAIL: objc/execute/protocol-isEqual-2.m compilation,  -Os -fnext-runtime
UNRESOLVED: objc/execute/protocol-isEqual-2.m execution,  -Os -fnext-runtime
FAIL: objc/execute/protocol-isEqual-3.m compilation,  -O0 -fnext-runtime
UNRESOLVED: objc/execute/protocol-isEqual-3.m execution,  -O0 -fnext-runtime
FAIL: objc/execute/protocol-isEqual-3.m compilation,  -O1 -fnext-runtime
UNRESOLVED: objc/execute/protocol-isEqual-3.m execution,  -O1 -fnext-runtime
FAIL: objc/execute/protocol-isEqual-3.m compilation,  -O2 -fnext-runtime
UNRESOLVED: objc/execute/protocol-isEqual-3.m execution,  -O2 -fnext-runtime
FAIL: objc/execute/protocol-isEqual-3.m compilation,  -O3 -fomit-frame-pointer -fnext-runtime
UNRESOLVED: objc/execute/protocol-isEqual-3.m execution,  -O3 -fomit-frame-pointer -fnext-runtime
FAIL: objc/execute/protocol-isEqual-3.m compilation,  -O3 -g -fnext-runtime
UNRESOLVED: objc/execute/protocol-isEqual-3.m execution,  -O3 -g -fnext-runtime
FAIL: objc/execute/protocol-isEqual-3.m compilation,  -Os -fnext-runtime
UNRESOLVED: objc/execute/protocol-isEqual-3.m execution,  -Os -fnext-runtime
FAIL: objc/execute/protocol-isEqual-4.m compilation,  -O0 -fnext-runtime
UNRESOLVED: objc/execute/protocol-isEqual-4.m execution,  -O0 -fnext-runtime
FAIL: objc/execute/protocol-isEqual-4.m compilation,  -O1 -fnext-runtime
UNRESOLVED: objc/execute/protocol-isEqual-4.m execution,  -O1 -fnext-runtime
FAIL: objc/execute/protocol-isEqual-4.m compilation,  -O2 -fnext-runtime
UNRESOLVED: objc/execute/protocol-isEqual-4.m execution,  -O2 -fnext-runtime
FAIL: objc/execute/protocol-isEqual-4.m compilation,  -O3 -fomit-frame-pointer -fnext-runtime
UNRESOLVED: objc/execute/protocol-isEqual-4.m execution,  -O3 -fomit-frame-pointer -fnext-runtime
FAIL: objc/execute/protocol-isEqual-4.m compilation,  -O3 -g -fnext-runtime
UNRESOLVED: objc/execute/protocol-isEqual-4.m execution,  -O3 -g -fnext-runtime
FAIL: objc/execute/protocol-isEqual-4.m compilation,  -Os -fnext-runtime
UNRESOLVED: objc/execute/protocol-isEqual-4.m execution,  -Os -fnext-runtime
FAIL: objc.dg/category-1.m (test for excess errors)
FAIL: objc.dg/const-str-10.m (test for excess errors)
FAIL: objc.dg/const-str-11.m (test for excess errors)
FAIL: objc.dg/const-str-3.m (test for excess errors)
FAIL: objc.dg/const-str-7.m (test for excess errors)
FAIL: objc.dg/const-str-8.m (test for excess errors)
FAIL: objc.dg/const-str-9.m (test for excess errors)
FAIL: objc.dg/encode-2.m (test for excess errors)
FAIL: objc.dg/encode-3.m (test for excess errors)
WARNING: objc.dg/encode-3.m compilation failed to produce executable
FAIL: objc.dg/encode-4.m (test for excess errors)
FAIL: objc.dg/encode-5.m (test for excess errors)
FAIL: objc.dg/headers.m (test for excess errors)
FAIL: objc.dg/method-6.m (test for excess errors)
FAIL: objc.dg/no-extra-load.m (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
FAIL: objc.dg/proto-lossage-3.m (test for excess errors)
WARNING: objc.dg/proto-lossage-3.m compilation failed to produce executable
FAIL: objc.dg/proto-qual-1.m (test for excess errors)
WARNING: objc.dg/proto-qual-1.m compilation failed to produce executable
FAIL: objc.dg/stret-2.m scan-assembler objc_msgSend_stret
FAIL: objc.dg/stret-2.m scan-assembler-not objc_msgSend[^_S]
FAIL: objc.dg/stret-2.m scan-assembler-not objc_msgSendSuper[^_]
FAIL: objc.dg/stubify-1.m (test for excess errors)
ERROR: objc.dg/stubify-1.m: error executing dg-final: couldn't open "stubify-1.s": no such file or directory
UNRESOLVED: objc.dg/stubify-1.m: error executing dg-final: couldn't open "stubify-1.s": no such file or directory
FAIL: objc.dg/stubify-2.m (test for excess errors)
FAIL: objc.dg/stubify-2.m scan-rtl-dump-not jump "symbol_ref.*"objc_msgSend"": dump file does not exist
FAIL: objc.dg/symtab-1.m scan-assembler L_OBJC_SYMBOLS.*:\\n\\t.long\\t0\\n\\t.long\\t0\\n\\t.short\\t2\\n\\t.short\\t0\\n\\t.long\\tL_OBJC_CLASS_Derived.*\\n\\t.long\\tL_OBJC_CLASS_Base.*\\n
FAIL: objc.dg/type-size-2.m (test for excess errors)

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

# of expected passes		2969
# of unexpected failures	106
# of expected failures		7
# of unresolved testcases	80
# of unsupported tests		2

Running target unix/-m64
FAIL: objc/execute/exceptions/catchall-1.m execution,  -O0 -fgnu-runtime
FAIL: objc/execute/exceptions/catchall-1.m compilation,  -O0 -fnext-runtime
UNRESOLVED: objc/execute/exceptions/catchall-1.m execution,  -O0 -fnext-runtime
FAIL: objc/execute/exceptions/catchall-1.m execution,  -O1 -fgnu-runtime
FAIL: objc/execute/exceptions/catchall-1.m compilation,  -O1 -fnext-runtime
UNRESOLVED: objc/execute/exceptions/catchall-1.m execution,  -O1 -fnext-runtime
FAIL: objc/execute/exceptions/catchall-1.m execution,  -O2 -fgnu-runtime
FAIL: objc/execute/exceptions/catchall-1.m compilation,  -O2 -fnext-runtime
UNRESOLVED: objc/execute/exceptions/catchall-1.m execution,  -O2 -fnext-runtime
FAIL: objc/execute/exceptions/catchall-1.m execution,  -O3 -fomit-frame-pointer -fgnu-runtime
FAIL: objc/execute/exceptions/catchall-1.m compilation,  -O3 -fomit-frame-pointer -fnext-runtime
UNRESOLVED: objc/execute/exceptions/catchall-1.m execution,  -O3 -fomit-frame-pointer -fnext-runtime
FAIL: objc/execute/exceptions/catchall-1.m execution,  -O3 -g -fgnu-runtime
FAIL: objc/execute/exceptions/catchall-1.m compilation,  -O3 -g -fnext-runtime
UNRESOLVED: objc/execute/exceptions/catchall-1.m execution,  -O3 -g -fnext-runtime
FAIL: objc/execute/exceptions/catchall-1.m execution,  -Os -fgnu-runtime
FAIL: objc/execute/exceptions/catchall-1.m compilation,  -Os -fnext-runtime
UNRESOLVED: objc/execute/exceptions/catchall-1.m execution,  -Os -fnext-runtime
FAIL: objc/execute/exceptions/finally-1.m execution,  -O0 -fgnu-runtime
FAIL: objc/execute/exceptions/finally-1.m compilation,  -O0 -fnext-runtime
UNRESOLVED: objc/execute/exceptions/finally-1.m execution,  -O0 -fnext-runtime
FAIL: objc/execute/exceptions/finally-1.m execution,  -O1 -fgnu-runtime
FAIL: objc/execute/exceptions/finally-1.m compilation,  -O1 -fnext-runtime
UNRESOLVED: objc/execute/exceptions/finally-1.m execution,  -O1 -fnext-runtime
FAIL: objc/execute/exceptions/finally-1.m execution,  -O2 -fgnu-runtime
FAIL: objc/execute/exceptions/finally-1.m compilation,  -O2 -fnext-runtime
UNRESOLVED: objc/execute/exceptions/finally-1.m execution,  -O2 -fnext-runtime
FAIL: objc/execute/exceptions/finally-1.m execution,  -O3 -fomit-frame-pointer -fgnu-runtime
FAIL: objc/execute/exceptions/finally-1.m compilation,  -O3 -fomit-frame-pointer -fnext-runtime
UNRESOLVED: objc/execute/exceptions/finally-1.m execution,  -O3 -fomit-frame-pointer -fnext-runtime
FAIL: objc/execute/exceptions/finally-1.m execution,  -O3 -g -fgnu-runtime
FAIL: objc/execute/exceptions/finally-1.m compilation,  -O3 -g -fnext-runtime
UNRESOLVED: objc/execute/exceptions/finally-1.m execution,  -O3 -g -fnext-runtime
FAIL: objc/execute/exceptions/finally-1.m execution,  -Os -fgnu-runtime
FAIL: objc/execute/exceptions/finally-1.m compilation,  -Os -fnext-runtime
UNRESOLVED: objc/execute/exceptions/finally-1.m execution,  -Os -fnext-runtime
FAIL: objc/execute/exceptions/foward-1.m execution,  -O0 -fgnu-runtime
FAIL: objc/execute/exceptions/foward-1.m compilation,  -O0 -fnext-runtime
UNRESOLVED: objc/execute/exceptions/foward-1.m execution,  -O0 -fnext-runtime
FAIL: objc/execute/exceptions/foward-1.m execution,  -O1 -fgnu-runtime
FAIL: objc/execute/exceptions/foward-1.m compilation,  -O1 -fnext-runtime
UNRESOLVED: objc/execute/exceptions/foward-1.m execution,  -O1 -fnext-runtime
FAIL: objc/execute/exceptions/foward-1.m execution,  -O2 -fgnu-runtime
FAIL: objc/execute/exceptions/foward-1.m compilation,  -O2 -fnext-runtime
UNRESOLVED: objc/execute/exceptions/foward-1.m execution,  -O2 -fnext-runtime
FAIL: objc/execute/exceptions/foward-1.m execution,  -O3 -fomit-frame-pointer -fgnu-runtime
FAIL: objc/execute/exceptions/foward-1.m compilation,  -O3 -fomit-frame-pointer -fnext-runtime
UNRESOLVED: objc/execute/exceptions/foward-1.m execution,  -O3 -fomit-frame-pointer -fnext-runtime
FAIL: objc/execute/exceptions/foward-1.m execution,  -O3 -fomit-frame-pointer -funroll-loops -fgnu-runtime
FAIL: objc/execute/exceptions/foward-1.m compilation,  -O3 -fomit-frame-pointer -funroll-loops -fnext-runtime
UNRESOLVED: objc/execute/exceptions/foward-1.m execution,  -O3 -fomit-frame-pointer -funroll-loops -fnext-runtime
FAIL: objc/execute/exceptions/foward-1.m execution,  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions -fgnu-runtime
FAIL: objc/execute/exceptions/foward-1.m compilation,  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions -fnext-runtime
UNRESOLVED: objc/execute/exceptions/foward-1.m execution,  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions -fnext-runtime
FAIL: objc/execute/exceptions/foward-1.m execution,  -O3 -g -fgnu-runtime
FAIL: objc/execute/exceptions/foward-1.m compilation,  -O3 -g -fnext-runtime
UNRESOLVED: objc/execute/exceptions/foward-1.m execution,  -O3 -g -fnext-runtime
FAIL: objc/execute/exceptions/foward-1.m execution,  -Os -fgnu-runtime
FAIL: objc/execute/exceptions/foward-1.m compilation,  -Os -fnext-runtime
UNRESOLVED: objc/execute/exceptions/foward-1.m execution,  -Os -fnext-runtime
FAIL: objc/execute/exceptions/handler-1.m execution,  -O0 -fgnu-runtime
FAIL: objc/execute/exceptions/handler-1.m compilation,  -O0 -fnext-runtime
UNRESOLVED: objc/execute/exceptions/handler-1.m execution,  -O0 -fnext-runtime
FAIL: objc/execute/exceptions/handler-1.m execution,  -O1 -fgnu-runtime
FAIL: objc/execute/exceptions/handler-1.m compilation,  -O1 -fnext-runtime
UNRESOLVED: objc/execute/exceptions/handler-1.m execution,  -O1 -fnext-runtime
FAIL: objc/execute/exceptions/handler-1.m execution,  -O2 -fgnu-runtime
FAIL: objc/execute/exceptions/handler-1.m compilation,  -O2 -fnext-runtime
UNRESOLVED: objc/execute/exceptions/handler-1.m execution,  -O2 -fnext-runtime
FAIL: objc/execute/exceptions/handler-1.m execution,  -O3 -fomit-frame-pointer -fgnu-runtime
FAIL: objc/execute/exceptions/handler-1.m compilation,  -O3 -fomit-frame-pointer -fnext-runtime
UNRESOLVED: objc/execute/exceptions/handler-1.m execution,  -O3 -fomit-frame-pointer -fnext-runtime
FAIL: objc/execute/exceptions/handler-1.m execution,  -O3 -g -fgnu-runtime
FAIL: objc/execute/exceptions/handler-1.m compilation,  -O3 -g -fnext-runtime
UNRESOLVED: objc/execute/exceptions/handler-1.m execution,  -O3 -g -fnext-runtime
FAIL: objc/execute/exceptions/handler-1.m execution,  -Os -fgnu-runtime
FAIL: objc/execute/exceptions/handler-1.m compilation,  -Os -fnext-runtime
UNRESOLVED: objc/execute/exceptions/handler-1.m execution,  -Os -fnext-runtime
FAIL: objc/execute/exceptions/local-variables-1.m execution,  -O0 -fgnu-runtime
FAIL: objc/execute/exceptions/local-variables-1.m compilation,  -O0 -fnext-runtime
UNRESOLVED: objc/execute/exceptions/local-variables-1.m execution,  -O0 -fnext-runtime
FAIL: objc/execute/exceptions/local-variables-1.m execution,  -O1 -fgnu-runtime
FAIL: objc/execute/exceptions/local-variables-1.m compilation,  -O1 -fnext-runtime
UNRESOLVED: objc/execute/exceptions/local-variables-1.m execution,  -O1 -fnext-runtime
FAIL: objc/execute/exceptions/local-variables-1.m execution,  -O2 -fgnu-runtime
FAIL: objc/execute/exceptions/local-variables-1.m compilation,  -O2 -fnext-runtime
UNRESOLVED: objc/execute/exceptions/local-variables-1.m execution,  -O2 -fnext-runtime
FAIL: objc/execute/exceptions/local-variables-1.m execution,  -O3 -fomit-frame-pointer -fgnu-runtime
FAIL: objc/execute/exceptions/local-variables-1.m compilation,  -O3 -fomit-frame-pointer -fnext-runtime
UNRESOLVED: objc/execute/exceptions/local-variables-1.m execution,  -O3 -fomit-frame-pointer -fnext-runtime
FAIL: objc/execute/exceptions/local-variables-1.m execution,  -O3 -g -fgnu-runtime
FAIL: objc/execute/exceptions/local-variables-1.m compilation,  -O3 -g -fnext-runtime
UNRESOLVED: objc/execute/exceptions/local-variables-1.m execution,  -O3 -g -fnext-runtime
FAIL: objc/execute/exceptions/local-variables-1.m execution,  -Os -fgnu-runtime
FAIL: objc/execute/exceptions/local-variables-1.m compilation,  -Os -fnext-runtime
UNRESOLVED: objc/execute/exceptions/local-variables-1.m execution,  -Os -fnext-runtime
FAIL: objc/execute/exceptions/pr31281.m compilation,  -O0 -fnext-runtime
UNRESOLVED: objc/execute/exceptions/pr31281.m execution,  -O0 -fnext-runtime
FAIL: objc/execute/exceptions/pr31281.m compilation,  -O1 -fnext-runtime
UNRESOLVED: objc/execute/exceptions/pr31281.m execution,  -O1 -fnext-runtime
FAIL: objc/execute/exceptions/pr31281.m compilation,  -O2 -fnext-runtime
UNRESOLVED: objc/execute/exceptions/pr31281.m execution,  -O2 -fnext-runtime
FAIL: objc/execute/exceptions/pr31281.m compilation,  -O3 -fomit-frame-pointer -fnext-runtime
UNRESOLVED: objc/execute/exceptions/pr31281.m execution,  -O3 -fomit-frame-pointer -fnext-runtime
FAIL: objc/execute/exceptions/pr31281.m compilation,  -O3 -fomit-frame-pointer -funroll-loops -fnext-runtime
UNRESOLVED: objc/execute/exceptions/pr31281.m execution,  -O3 -fomit-frame-pointer -funroll-loops -fnext-runtime
FAIL: objc/execute/exceptions/pr31281.m compilation,  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions -fnext-runtime
UNRESOLVED: objc/execute/exceptions/pr31281.m execution,  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions -fnext-runtime
FAIL: objc/execute/exceptions/pr31281.m compilation,  -O3 -g -fnext-runtime
UNRESOLVED: objc/execute/exceptions/pr31281.m execution,  -O3 -g -fnext-runtime
FAIL: objc/execute/exceptions/pr31281.m compilation,  -Os -fnext-runtime
UNRESOLVED: objc/execute/exceptions/pr31281.m execution,  -Os -fnext-runtime
FAIL: objc/execute/exceptions/trivial.m compilation,  -O0 -fnext-runtime
UNRESOLVED: objc/execute/exceptions/trivial.m execution,  -O0 -fnext-runtime
FAIL: objc/execute/exceptions/trivial.m compilation,  -O1 -fnext-runtime
UNRESOLVED: objc/execute/exceptions/trivial.m execution,  -O1 -fnext-runtime
FAIL: objc/execute/exceptions/trivial.m compilation,  -O2 -fnext-runtime
UNRESOLVED: objc/execute/exceptions/trivial.m execution,  -O2 -fnext-runtime
FAIL: objc/execute/exceptions/trivial.m compilation,  -O3 -fomit-frame-pointer -fnext-runtime
UNRESOLVED: objc/execute/exceptions/trivial.m execution,  -O3 -fomit-frame-pointer -fnext-runtime
FAIL: objc/execute/exceptions/trivial.m compilation,  -O3 -g -fnext-runtime
UNRESOLVED: objc/execute/exceptions/trivial.m execution,  -O3 -g -fnext-runtime
FAIL: objc/execute/exceptions/trivial.m compilation,  -Os -fnext-runtime
UNRESOLVED: objc/execute/exceptions/trivial.m execution,  -Os -fnext-runtime
FAIL: objc/execute/IMP.m compilation,  -O0 -fnext-runtime
UNRESOLVED: objc/execute/IMP.m execution,  -O0 -fnext-runtime
FAIL: objc/execute/IMP.m compilation,  -O1 -fnext-runtime
UNRESOLVED: objc/execute/IMP.m execution,  -O1 -fnext-runtime
FAIL: objc/execute/IMP.m compilation,  -O2 -fnext-runtime
UNRESOLVED: objc/execute/IMP.m execution,  -O2 -fnext-runtime
FAIL: objc/execute/IMP.m compilation,  -O3 -fomit-frame-pointer -fnext-runtime
UNRESOLVED: objc/execute/IMP.m execution,  -O3 -fomit-frame-pointer -fnext-runtime
FAIL: objc/execute/IMP.m compilation,  -O3 -g -fnext-runtime
UNRESOLVED: objc/execute/IMP.m execution,  -O3 -g -fnext-runtime
FAIL: objc/execute/IMP.m compilation,  -Os -fnext-runtime
UNRESOLVED: objc/execute/IMP.m execution,  -Os -fnext-runtime
FAIL: objc/execute/_cmd.m compilation,  -O0 -fnext-runtime
UNRESOLVED: objc/execute/_cmd.m execution,  -O0 -fnext-runtime
FAIL: objc/execute/_cmd.m compilation,  -O1 -fnext-runtime
UNRESOLVED: objc/execute/_cmd.m execution,  -O1 -fnext-runtime
FAIL: objc/execute/_cmd.m compilation,  -O2 -fnext-runtime
UNRESOLVED: objc/execute/_cmd.m execution,  -O2 -fnext-runtime
FAIL: objc/execute/_cmd.m compilation,  -O3 -fomit-frame-pointer -fnext-runtime
UNRESOLVED: objc/execute/_cmd.m execution,  -O3 -fomit-frame-pointer -fnext-runtime
FAIL: objc/execute/_cmd.m compilation,  -O3 -g -fnext-runtime
UNRESOLVED: objc/execute/_cmd.m execution,  -O3 -g -fnext-runtime
FAIL: objc/execute/_cmd.m compilation,  -Os -fnext-runtime
UNRESOLVED: objc/execute/_cmd.m execution,  -Os -fnext-runtime
FAIL: objc/execute/accessing_ivars.m compilation,  -O0 -fnext-runtime
UNRESOLVED: objc/execute/accessing_ivars.m execution,  -O0 -fnext-runtime
FAIL: objc/execute/accessing_ivars.m compilation,  -O1 -fnext-runtime
UNRESOLVED: objc/execute/accessing_ivars.m execution,  -O1 -fnext-runtime
FAIL: objc/execute/accessing_ivars.m compilation,  -O2 -fnext-runtime
UNRESOLVED: objc/execute/accessing_ivars.m execution,  -O2 -fnext-runtime
FAIL: objc/execute/accessing_ivars.m compilation,  -O3 -fomit-frame-pointer -fnext-runtime
UNRESOLVED: objc/execute/accessing_ivars.m execution,  -O3 -fomit-frame-pointer -fnext-runtime
FAIL: objc/execute/accessing_ivars.m compilation,  -O3 -g -fnext-runtime
UNRESOLVED: objc/execute/accessing_ivars.m execution,  -O3 -g -fnext-runtime
FAIL: objc/execute/accessing_ivars.m compilation,  -Os -fnext-runtime
UNRESOLVED: objc/execute/accessing_ivars.m execution,  -Os -fnext-runtime
FAIL: objc/execute/bf-1.m compilation,  -O0 -fnext-runtime
UNRESOLVED: objc/execute/bf-1.m execution,  -O0 -fnext-runtime
FAIL: objc/execute/bf-1.m compilation,  -O1 -fnext-runtime
UNRESOLVED: objc/execute/bf-1.m execution,  -O1 -fnext-runtime
FAIL: objc/execute/bf-1.m compilation,  -O2 -fnext-runtime
UNRESOLVED: objc/execute/bf-1.m execution,  -O2 -fnext-runtime
FAIL: objc/execute/bf-1.m compilation,  -O3 -fomit-frame-pointer -fnext-runtime
UNRESOLVED: objc/execute/bf-1.m execution,  -O3 -fomit-frame-pointer -fnext-runtime
FAIL: objc/execute/bf-1.m compilation,  -O3 -g -fnext-runtime
UNRESOLVED: objc/execute/bf-1.m execution,  -O3 -g -fnext-runtime
FAIL: objc/execute/bf-1.m compilation,  -Os -fnext-runtime
UNRESOLVED: objc/execute/bf-1.m execution,  -Os -fnext-runtime
FAIL: objc/execute/bf-10.m compilation,  -O0 -fnext-runtime
UNRESOLVED: objc/execute/bf-10.m execution,  -O0 -fnext-runtime
FAIL: objc/execute/bf-10.m compilation,  -O1 -fnext-runtime
UNRESOLVED: objc/execute/bf-10.m execution,  -O1 -fnext-runtime
FAIL: objc/execute/bf-10.m compilation,  -O2 -fnext-runtime
UNRESOLVED: objc/execute/bf-10.m execution,  -O2 -fnext-runtime
FAIL: objc/execute/bf-10.m compilation,  -O3 -fomit-frame-pointer -fnext-runtime
UNRESOLVED: objc/execute/bf-10.m execution,  -O3 -fomit-frame-pointer -fnext-runtime
FAIL: objc/execute/bf-10.m compilation,  -O3 -g -fnext-runtime
UNRESOLVED: objc/execute/bf-10.m execution,  -O3 -g -fnext-runtime
FAIL: objc/execute/bf-10.m compilation,  -Os -fnext-runtime
UNRESOLVED: objc/execute/bf-10.m execution,  -Os -fnext-runtime
FAIL: objc/execute/bf-11.m compilation,  -O0 -fnext-runtime
UNRESOLVED: objc/execute/bf-11.m execution,  -O0 -fnext-runtime
FAIL: objc/execute/bf-11.m compilation,  -O1 -fnext-runtime
UNRESOLVED: objc/execute/bf-11.m execution,  -O1 -fnext-runtime
FAIL: objc/execute/bf-11.m compilation,  -O2 -fnext-runtime
UNRESOLVED: objc/execute/bf-11.m execution,  -O2 -fnext-runtime
FAIL: objc/execute/bf-11.m compilation,  -O3 -fomit-frame-pointer -fnext-runtime
UNRESOLVED: objc/execute/bf-11.m execution,  -O3 -fomit-frame-pointer -fnext-runtime
FAIL: objc/execute/bf-11.m compilation,  -O3 -g -fnext-runtime
UNRESOLVED: objc/execute/bf-11.m execution,  -O3 -g -fnext-runtime
FAIL: objc/execute/bf-11.m compilation,  -Os -fnext-runtime
UNRESOLVED: objc/execute/bf-11.m execution,  -Os -fnext-runtime
FAIL: objc/execute/bf-12.m compilation,  -O0 -fnext-runtime
UNRESOLVED: objc/execute/bf-12.m execution,  -O0 -fnext-runtime
FAIL: objc/execute/bf-12.m compilation,  -O1 -fnext-runtime
UNRESOLVED: objc/execute/bf-12.m execution,  -O1 -fnext-runtime
FAIL: objc/execute/bf-12.m compilation,  -O2 -fnext-runtime
UNRESOLVED: objc/execute/bf-12.m execution,  -O2 -fnext-runtime
FAIL: objc/execute/bf-12.m compilation,  -O3 -fomit-frame-pointer -fnext-runtime
UNRESOLVED: objc/execute/bf-12.m execution,  -O3 -fomit-frame-pointer -fnext-runtime
FAIL: objc/execute/bf-12.m compilation,  -O3 -g -fnext-runtime
UNRESOLVED: objc/execute/bf-12.m execution,  -O3 -g -fnext-runtime
FAIL: objc/execute/bf-12.m compilation,  -Os -fnext-runtime
UNRESOLVED: objc/execute/bf-12.m execution,  -Os -fnext-runtime
FAIL: objc/execute/bf-13.m compilation,  -O0 -fnext-runtime
UNRESOLVED: objc/execute/bf-13.m execution,  -O0 -fnext-runtime
FAIL: objc/execute/bf-13.m compilation,  -O1 -fnext-runtime
UNRESOLVED: objc/execute/bf-13.m execution,  -O1 -fnext-runtime
FAIL: objc/execute/bf-13.m compilation,  -O2 -fnext-runtime
UNRESOLVED: objc/execute/bf-13.m execution,  -O2 -fnext-runtime
FAIL: objc/execute/bf-13.m compilation,  -O3 -fomit-frame-pointer -fnext-runtime
UNRESOLVED: objc/execute/bf-13.m execution,  -O3 -fomit-frame-pointer -fnext-runtime
FAIL: objc/execute/bf-13.m compilation,  -O3 -g -fnext-runtime
UNRESOLVED: objc/execute/bf-13.m execution,  -O3 -g -fnext-runtime
FAIL: objc/execute/bf-13.m compilation,  -Os -fnext-runtime
UNRESOLVED: objc/execute/bf-13.m execution,  -Os -fnext-runtime
FAIL: objc/execute/bf-14.m compilation,  -O0 -fnext-runtime
UNRESOLVED: objc/execute/bf-14.m execution,  -O0 -fnext-runtime
FAIL: objc/execute/bf-14.m compilation,  -O1 -fnext-runtime
UNRESOLVED: objc/execute/bf-14.m execution,  -O1 -fnext-runtime
FAIL: objc/execute/bf-14.m compilation,  -O2 -fnext-runtime
UNRESOLVED: objc/execute/bf-14.m execution,  -O2 -fnext-runtime
FAIL: objc/execute/bf-14.m compilation,  -O3 -fomit-frame-pointer -fnext-runtime
UNRESOLVED: objc/execute/bf-14.m execution,  -O3 -fomit-frame-pointer -fnext-runtime
FAIL: objc/execute/bf-14.m compilation,  -O3 -g -fnext-runtime
UNRESOLVED: objc/execute/bf-14.m execution,  -O3 -g -fnext-runtime
FAIL: objc/execute/bf-14.m compilation,  -Os -fnext-runtime
UNRESOLVED: objc/execute/bf-14.m execution,  -Os -fnext-runtime
FAIL: objc/execute/bf-15.m compilation,  -O0 -fnext-runtime
UNRESOLVED: objc/execute/bf-15.m execution,  -O0 -fnext-runtime
FAIL: objc/execute/bf-15.m compilation,  -O1 -fnext-runtime
UNRESOLVED: objc/execute/bf-15.m execution,  -O1 -fnext-runtime
FAIL: objc/execute/bf-15.m compilation,  -O2 -fnext-runtime
UNRESOLVED: objc/execute/bf-15.m execution,  -O2 -fnext-runtime
FAIL: objc/execute/bf-15.m compilation,  -O3 -fomit-frame-pointer -fnext-runtime
UNRESOLVED: objc/execute/bf-15.m execution,  -O3 -fomit-frame-pointer -fnext-runtime
FAIL: objc/execute/bf-15.m compilation,  -O3 -g -fnext-runtime
UNRESOLVED: objc/execute/bf-15.m execution,  -O3 -g -fnext-runtime
FAIL: objc/execute/bf-15.m compilation,  -Os -fnext-runtime
UNRESOLVED: objc/execute/bf-15.m execution,  -Os -fnext-runtime
FAIL: objc/execute/bf-16.m compilation,  -O0 -fnext-runtime
UNRESOLVED: objc/execute/bf-16.m execution,  -O0 -fnext-runtime
FAIL: objc/execute/bf-16.m compilation,  -O1 -fnext-runtime
UNRESOLVED: objc/execute/bf-16.m execution,  -O1 -fnext-runtime
FAIL: objc/execute/bf-16.m compilation,  -O2 -fnext-runtime
UNRESOLVED: objc/execute/bf-16.m execution,  -O2 -fnext-runtime
FAIL: objc/execute/bf-16.m compilation,  -O3 -fomit-frame-pointer -fnext-runtime
UNRESOLVED: objc/execute/bf-16.m execution,  -O3 -fomit-frame-pointer -fnext-runtime
FAIL: objc/execute/bf-16.m compilation,  -O3 -g -fnext-runtime
UNRESOLVED: objc/execute/bf-16.m execution,  -O3 -g -fnext-runtime
FAIL: objc/execute/bf-16.m compilation,  -Os -fnext-runtime
UNRESOLVED: objc/execute/bf-16.m execution,  -Os -fnext-runtime
FAIL: objc/execute/bf-17.m compilation,  -O0 -fnext-runtime
UNRESOLVED: objc/execute/bf-17.m execution,  -O0 -fnext-runtime
FAIL: objc/execute/bf-17.m compilation,  -O1 -fnext-runtime
UNRESOLVED: objc/execute/bf-17.m execution,  -O1 -fnext-runtime
FAIL: objc/execute/bf-17.m compilation,  -O2 -fnext-runtime
UNRESOLVED: objc/execute/bf-17.m execution,  -O2 -fnext-runtime
FAIL: objc/execute/bf-17.m compilation,  -O3 -fomit-frame-pointer -fnext-runtime
UNRESOLVED: objc/execute/bf-17.m execution,  -O3 -fomit-frame-pointer -fnext-runtime
FAIL: objc/execute/bf-17.m compilation,  -O3 -g -fnext-runtime
UNRESOLVED: objc/execute/bf-17.m execution,  -O3 -g -fnext-runtime
FAIL: objc/execute/bf-17.m compilation,  -Os -fnext-runtime
UNRESOLVED: objc/execute/bf-17.m execution,  -Os -fnext-runtime
FAIL: objc/execute/bf-18.m compilation,  -O0 -fnext-runtime
UNRESOLVED: objc/execute/bf-18.m execution,  -O0 -fnext-runtime
FAIL: objc/execute/bf-18.m compilation,  -O1 -fnext-runtime
UNRESOLVED: objc/execute/bf-18.m execution,  -O1 -fnext-runtime
FAIL: objc/execute/bf-18.m compilation,  -O2 -fnext-runtime
UNRESOLVED: objc/execute/bf-18.m execution,  -O2 -fnext-runtime
FAIL: objc/execute/bf-18.m compilation,  -O3 -fomit-frame-pointer -fnext-runtime
UNRESOLVED: objc/execute/bf-18.m execution,  -O3 -fomit-frame-pointer -fnext-runtime
FAIL: objc/execute/bf-18.m compilation,  -O3 -g -fnext-runtime
UNRESOLVED: objc/execute/bf-18.m execution,  -O3 -g -fnext-runtime
FAIL: objc/execute/bf-18.m compilation,  -Os -fnext-runtime
UNRESOLVED: objc/execute/bf-18.m execution,  -Os -fnext-runtime
FAIL: objc/execute/bf-19.m compilation,  -O0 -fnext-runtime
UNRESOLVED: objc/execute/bf-19.m execution,  -O0 -fnext-runtime
FAIL: objc/execute/bf-19.m compilation,  -O1 -fnext-runtime
UNRESOLVED: objc/execute/bf-19.m execution,  -O1 -fnext-runtime
FAIL: objc/execute/bf-19.m compilation,  -O2 -fnext-runtime
UNRESOLVED: objc/execute/bf-19.m execution,  -O2 -fnext-runtime
FAIL: objc/execute/bf-19.m compilation,  -O3 -fomit-frame-pointer -fnext-runtime
UNRESOLVED: objc/execute/bf-19.m execution,  -O3 -fomit-frame-pointer -fnext-runtime
FAIL: objc/execute/bf-19.m compilation,  -O3 -g -fnext-runtime
UNRESOLVED: objc/execute/bf-19.m execution,  -O3 -g -fnext-runtime
FAIL: objc/execute/bf-19.m compilation,  -Os -fnext-runtime
UNRESOLVED: objc/execute/bf-19.m execution,  -Os -fnext-runtime
FAIL: objc/execute/bf-2.m compilation,  -O0 -fnext-runtime
UNRESOLVED: objc/execute/bf-2.m execution,  -O0 -fnext-runtime
FAIL: objc/execute/bf-2.m compilation,  -O1 -fnext-runtime
UNRESOLVED: objc/execute/bf-2.m execution,  -O1 -fnext-runtime
FAIL: objc/execute/bf-2.m compilation,  -O2 -fnext-runtime
UNRESOLVED: objc/execute/bf-2.m execution,  -O2 -fnext-runtime
FAIL: objc/execute/bf-2.m compilation,  -O3 -fomit-frame-pointer -fnext-runtime
UNRESOLVED: objc/execute/bf-2.m execution,  -O3 -fomit-frame-pointer -fnext-runtime
FAIL: objc/execute/bf-2.m compilation,  -O3 -g -fnext-runtime
UNRESOLVED: objc/execute/bf-2.m execution,  -O3 -g -fnext-runtime
FAIL: objc/execute/bf-2.m compilation,  -Os -fnext-runtime
UNRESOLVED: objc/execute/bf-2.m execution,  -Os -fnext-runtime
FAIL: objc/execute/bf-20.m compilation,  -O0 -fnext-runtime
UNRESOLVED: objc/execute/bf-20.m execution,  -O0 -fnext-runtime
FAIL: objc/execute/bf-20.m compilation,  -O1 -fnext-runtime
UNRESOLVED: objc/execute/bf-20.m execution,  -O1 -fnext-runtime
FAIL: objc/execute/bf-20.m compilation,  -O2 -fnext-runtime
UNRESOLVED: objc/execute/bf-20.m execution,  -O2 -fnext-runtime
FAIL: objc/execute/bf-20.m compilation,  -O3 -fomit-frame-pointer -fnext-runtime
UNRESOLVED: objc/execute/bf-20.m execution,  -O3 -fomit-frame-pointer -fnext-runtime
FAIL: objc/execute/bf-20.m compilation,  -O3 -g -fnext-runtime
UNRESOLVED: objc/execute/bf-20.m execution,  -O3 -g -fnext-runtime
FAIL: objc/execute/bf-20.m compilation,  -Os -fnext-runtime
UNRESOLVED: objc/execute/bf-20.m execution,  -Os -fnext-runtime
FAIL: objc/execute/bf-21.m compilation,  -O0 -fnext-runtime
UNRESOLVED: objc/execute/bf-21.m execution,  -O0 -fnext-runtime
FAIL: objc/execute/bf-21.m compilation,  -O1 -fnext-runtime
UNRESOLVED: objc/execute/bf-21.m execution,  -O1 -fnext-runtime
FAIL: objc/execute/bf-21.m compilation,  -O2 -fnext-runtime
UNRESOLVED: objc/execute/bf-21.m execution,  -O2 -fnext-runtime
FAIL: objc/execute/bf-21.m compilation,  -O3 -fomit-frame-pointer -fnext-runtime
UNRESOLVED: objc/execute/bf-21.m execution,  -O3 -fomit-frame-pointer -fnext-runtime
FAIL: objc/execute/bf-21.m compilation,  -O3 -g -fnext-runtime
UNRESOLVED: objc/execute/bf-21.m execution,  -O3 -g -fnext-runtime
FAIL: objc/execute/bf-21.m compilation,  -Os -fnext-runtime
UNRESOLVED: objc/execute/bf-21.m execution,  -Os -fnext-runtime
FAIL: objc/execute/bf-3.m compilation,  -O0 -fnext-runtime
UNRESOLVED: objc/execute/bf-3.m execution,  -O0 -fnext-runtime
FAIL: objc/execute/bf-3.m compilation,  -O1 -fnext-runtime
UNRESOLVED: objc/execute/bf-3.m execution,  -O1 -fnext-runtime
FAIL: objc/execute/bf-3.m compilation,  -O2 -fnext-runtime
UNRESOLVED: objc/execute/bf-3.m execution,  -O2 -fnext-runtime
FAIL: objc/execute/bf-3.m compilation,  -O3 -fomit-frame-pointer -fnext-runtime
UNRESOLVED: objc/execute/bf-3.m execution,  -O3 -fomit-frame-pointer -fnext-runtime
FAIL: objc/execute/bf-3.m compilation,  -O3 -g -fnext-runtime
UNRESOLVED: objc/execute/bf-3.m execution,  -O3 -g -fnext-runtime
FAIL: objc/execute/bf-3.m compilation,  -Os -fnext-runtime
UNRESOLVED: objc/execute/bf-3.m execution,  -Os -fnext-runtime
FAIL: objc/execute/bf-4.m compilation,  -O0 -fnext-runtime
UNRESOLVED: objc/execute/bf-4.m execution,  -O0 -fnext-runtime
FAIL: objc/execute/bf-4.m compilation,  -O1 -fnext-runtime
UNRESOLVED: objc/execute/bf-4.m execution,  -O1 -fnext-runtime
FAIL: objc/execute/bf-4.m compilation,  -O2 -fnext-runtime
UNRESOLVED: objc/execute/bf-4.m execution,  -O2 -fnext-runtime
FAIL: objc/execute/bf-4.m compilation,  -O3 -fomit-frame-pointer -fnext-runtime
UNRESOLVED: objc/execute/bf-4.m execution,  -O3 -fomit-frame-pointer -fnext-runtime
FAIL: objc/execute/bf-4.m compilation,  -O3 -g -fnext-runtime
UNRESOLVED: objc/execute/bf-4.m execution,  -O3 -g -fnext-runtime
FAIL: objc/execute/bf-4.m compilation,  -Os -fnext-runtime
UNRESOLVED: objc/execute/bf-4.m execution,  -Os -fnext-runtime
FAIL: objc/execute/bf-5.m compilation,  -O0 -fnext-runtime
UNRESOLVED: objc/execute/bf-5.m execution,  -O0 -fnext-runtime
FAIL: objc/execute/bf-5.m compilation,  -O1 -fnext-runtime
UNRESOLVED: objc/execute/bf-5.m execution,  -O1 -fnext-runtime
FAIL: objc/execute/bf-5.m compilation,  -O2 -fnext-runtime
UNRESOLVED: objc/execute/bf-5.m execution,  -O2 -fnext-runtime
FAIL: objc/execute/bf-5.m compilation,  -O3 -fomit-frame-pointer -fnext-runtime
UNRESOLVED: objc/execute/bf-5.m execution,  -O3 -fomit-frame-pointer -fnext-runtime
FAIL: objc/execute/bf-5.m compilation,  -O3 -g -fnext-runtime
UNRESOLVED: objc/execute/bf-5.m execution,  -O3 -g -fnext-runtime
FAIL: objc/execute/bf-5.m compilation,  -Os -fnext-runtime
UNRESOLVED: objc/execute/bf-5.m execution,  -Os -fnext-runtime
FAIL: objc/execute/bf-6.m compilation,  -O0 -fnext-runtime
UNRESOLVED: objc/execute/bf-6.m execution,  -O0 -fnext-runtime
FAIL: objc/execute/bf-6.m compilation,  -O1 -fnext-runtime
UNRESOLVED: objc/execute/bf-6.m execution,  -O1 -fnext-runtime
FAIL: objc/execute/bf-6.m compilation,  -O2 -fnext-runtime
UNRESOLVED: objc/execute/bf-6.m execution,  -O2 -fnext-runtime
FAIL: objc/execute/bf-6.m compilation,  -O3 -fomit-frame-pointer -fnext-runtime
UNRESOLVED: objc/execute/bf-6.m execution,  -O3 -fomit-frame-pointer -fnext-runtime
FAIL: objc/execute/bf-6.m compilation,  -O3 -g -fnext-runtime
UNRESOLVED: objc/execute/bf-6.m execution,  -O3 -g -fnext-runtime
FAIL: objc/execute/bf-6.m compilation,  -Os -fnext-runtime
UNRESOLVED: objc/execute/bf-6.m execution,  -Os -fnext-runtime
FAIL: objc/execute/bf-7.m compilation,  -O0 -fnext-runtime
UNRESOLVED: objc/execute/bf-7.m execution,  -O0 -fnext-runtime
FAIL: objc/execute/bf-7.m compilation,  -O1 -fnext-runtime
UNRESOLVED: objc/execute/bf-7.m execution,  -O1 -fnext-runtime
FAIL: objc/execute/bf-7.m compilation,  -O2 -fnext-runtime
UNRESOLVED: objc/execute/bf-7.m execution,  -O2 -fnext-runtime
FAIL: objc/execute/bf-7.m compilation,  -O3 -fomit-frame-pointer -fnext-runtime
UNRESOLVED: objc/execute/bf-7.m execution,  -O3 -fomit-frame-pointer -fnext-runtime
FAIL: objc/execute/bf-7.m compilation,  -O3 -g -fnext-runtime
UNRESOLVED: objc/execute/bf-7.m execution,  -O3 -g -fnext-runtime
FAIL: objc/execute/bf-7.m compilation,  -Os -fnext-runtime
UNRESOLVED: objc/execute/bf-7.m execution,  -Os -fnext-runtime
FAIL: objc/execute/bf-8.m compilation,  -O0 -fnext-runtime
UNRESOLVED: objc/execute/bf-8.m execution,  -O0 -fnext-runtime
FAIL: objc/execute/bf-8.m compilation,  -O1 -fnext-runtime
UNRESOLVED: objc/execute/bf-8.m execution,  -O1 -fnext-runtime
FAIL: objc/execute/bf-8.m compilation,  -O2 -fnext-runtime
UNRESOLVED: objc/execute/bf-8.m execution,  -O2 -fnext-runtime
FAIL: objc/execute/bf-8.m compilation,  -O3 -fomit-frame-pointer -fnext-runtime
UNRESOLVED: objc/execute/bf-8.m execution,  -O3 -fomit-frame-pointer -fnext-runtime
FAIL: objc/execute/bf-8.m compilation,  -O3 -g -fnext-runtime
UNRESOLVED: objc/execute/bf-8.m execution,  -O3 -g -fnext-runtime
FAIL: objc/execute/bf-8.m compilation,  -Os -fnext-runtime
UNRESOLVED: objc/execute/bf-8.m execution,  -Os -fnext-runtime
FAIL: objc/execute/bf-9.m compilation,  -O0 -fnext-runtime
UNRESOLVED: objc/execute/bf-9.m execution,  -O0 -fnext-runtime
FAIL: objc/execute/bf-9.m compilation,  -O1 -fnext-runtime
UNRESOLVED: objc/execute/bf-9.m execution,  -O1 -fnext-runtime
FAIL: objc/execute/bf-9.m compilation,  -O2 -fnext-runtime
UNRESOLVED: objc/execute/bf-9.m execution,  -O2 -fnext-runtime
FAIL: objc/execute/bf-9.m compilation,  -O3 -fomit-frame-pointer -fnext-runtime
UNRESOLVED: objc/execute/bf-9.m execution,  -O3 -fomit-frame-pointer -fnext-runtime
FAIL: objc/execute/bf-9.m compilation,  -O3 -g -fnext-runtime
UNRESOLVED: objc/execute/bf-9.m execution,  -O3 -g -fnext-runtime
FAIL: objc/execute/bf-9.m compilation,  -Os -fnext-runtime
UNRESOLVED: objc/execute/bf-9.m execution,  -Os -fnext-runtime
FAIL: objc/execute/bycopy-1.m compilation,  -O0 -fnext-runtime
UNRESOLVED: objc/execute/bycopy-1.m execution,  -O0 -fnext-runtime
FAIL: objc/execute/bycopy-1.m compilation,  -O1 -fnext-runtime
UNRESOLVED: objc/execute/bycopy-1.m execution,  -O1 -fnext-runtime
FAIL: objc/execute/bycopy-1.m compilation,  -O2 -fnext-runtime
UNRESOLVED: objc/execute/bycopy-1.m execution,  -O2 -fnext-runtime
FAIL: objc/execute/bycopy-1.m compilation,  -O3 -fomit-frame-pointer -fnext-runtime
UNRESOLVED: objc/execute/bycopy-1.m execution,  -O3 -fomit-frame-pointer -fnext-runtime
FAIL: objc/execute/bycopy-1.m compilation,  -O3 -g -fnext-runtime
UNRESOLVED: objc/execute/bycopy-1.m execution,  -O3 -g -fnext-runtime
FAIL: objc/execute/bycopy-1.m compilation,  -Os -fnext-runtime
UNRESOLVED: objc/execute/bycopy-1.m execution,  -Os -fnext-runtime
FAIL: objc/execute/bycopy-2.m compilation,  -O0 -fnext-runtime
UNRESOLVED: objc/execute/bycopy-2.m execution,  -O0 -fnext-runtime
FAIL: objc/execute/bycopy-2.m compilation,  -O1 -fnext-runtime
UNRESOLVED: objc/execute/bycopy-2.m execution,  -O1 -fnext-runtime
FAIL: objc/execute/bycopy-2.m compilation,  -O2 -fnext-runtime
UNRESOLVED: objc/execute/bycopy-2.m execution,  -O2 -fnext-runtime
FAIL: objc/execute/bycopy-2.m compilation,  -O3 -fomit-frame-pointer -fnext-runtime
UNRESOLVED: objc/execute/bycopy-2.m execution,  -O3 -fomit-frame-pointer -fnext-runtime
FAIL: objc/execute/bycopy-2.m compilation,  -O3 -g -fnext-runtime
UNRESOLVED: objc/execute/bycopy-2.m execution,  -O3 -g -fnext-runtime
FAIL: objc/execute/bycopy-2.m compilation,  -Os -fnext-runtime
UNRESOLVED: objc/execute/bycopy-2.m execution,  -Os -fnext-runtime
FAIL: objc/execute/bycopy-3.m compilation,  -O0 -fnext-runtime
UNRESOLVED: objc/execute/bycopy-3.m execution,  -O0 -fnext-runtime
FAIL: objc/execute/bycopy-3.m compilation,  -O1 -fnext-runtime
UNRESOLVED: objc/execute/bycopy-3.m execution,  -O1 -fnext-runtime
FAIL: objc/execute/bycopy-3.m compilation,  -O2 -fnext-runtime
UNRESOLVED: objc/execute/bycopy-3.m execution,  -O2 -fnext-runtime
FAIL: objc/execute/bycopy-3.m compilation,  -O3 -fomit-frame-pointer -fnext-runtime
UNRESOLVED: objc/execute/bycopy-3.m execution,  -O3 -fomit-frame-pointer -fnext-runtime
FAIL: objc/execute/bycopy-3.m compilation,  -O3 -g -fnext-runtime
UNRESOLVED: objc/execute/bycopy-3.m execution,  -O3 -g -fnext-runtime
FAIL: objc/execute/bycopy-3.m compilation,  -Os -fnext-runtime
UNRESOLVED: objc/execute/bycopy-3.m execution,  -Os -fnext-runtime
FAIL: objc/execute/cascading-1.m compilation,  -O0 -fnext-runtime
UNRESOLVED: objc/execute/cascading-1.m execution,  -O0 -fnext-runtime
FAIL: objc/execute/cascading-1.m compilation,  -O1 -fnext-runtime
UNRESOLVED: objc/execute/cascading-1.m execution,  -O1 -fnext-runtime
FAIL: objc/execute/cascading-1.m compilation,  -O2 -fnext-runtime
UNRESOLVED: objc/execute/cascading-1.m execution,  -O2 -fnext-runtime
FAIL: objc/execute/cascading-1.m compilation,  -O3 -fomit-frame-pointer -fnext-runtime
UNRESOLVED: objc/execute/cascading-1.m execution,  -O3 -fomit-frame-pointer -fnext-runtime
FAIL: objc/execute/cascading-1.m compilation,  -O3 -g -fnext-runtime
UNRESOLVED: objc/execute/cascading-1.m execution,  -O3 -g -fnext-runtime
FAIL: objc/execute/cascading-1.m compilation,  -Os -fnext-runtime
UNRESOLVED: objc/execute/cascading-1.m execution,  -Os -fnext-runtime
FAIL: objc/execute/class-1.m compilation,  -O0 -fnext-runtime
UNRESOLVED: objc/execute/class-1.m execution,  -O0 -fnext-runtime
FAIL: objc/execute/class-1.m compilation,  -O1 -fnext-runtime
UNRESOLVED: objc/execute/class-1.m execution,  -O1 -fnext-runtime
FAIL: objc/execute/class-1.m compilation,  -O2 -fnext-runtime
UNRESOLVED: objc/execute/class-1.m execution,  -O2 -fnext-runtime
FAIL: objc/execute/class-1.m compilation,  -O3 -fomit-frame-pointer -fnext-runtime
UNRESOLVED: objc/execute/class-1.m execution,  -O3 -fomit-frame-pointer -fnext-runtime
FAIL: objc/execute/class-1.m compilation,  -O3 -g -fnext-runtime
UNRESOLVED: objc/execute/class-1.m execution,  -O3 -g -fnext-runtime
FAIL: objc/execute/class-1.m compilation,  -Os -fnext-runtime
UNRESOLVED: objc/execute/class-1.m execution,  -Os -fnext-runtime
FAIL: objc/execute/class-10.m compilation,  -O0 -fnext-runtime
UNRESOLVED: objc/execute/class-10.m execution,  -O0 -fnext-runtime
FAIL: objc/execute/class-10.m compilation,  -O1 -fnext-runtime
UNRESOLVED: objc/execute/class-10.m execution,  -O1 -fnext-runtime
FAIL: objc/execute/class-10.m compilation,  -O2 -fnext-runtime
UNRESOLVED: objc/execute/class-10.m execution,  -O2 -fnext-runtime
FAIL: objc/execute/class-10.m compilation,  -O3 -fomit-frame-pointer -fnext-runtime
UNRESOLVED: objc/execute/class-10.m execution,  -O3 -fomit-frame-pointer -fnext-runtime
FAIL: objc/execute/class-10.m compilation,  -O3 -g -fnext-runtime
UNRESOLVED: objc/execute/class-10.m execution,  -O3 -g -fnext-runtime
FAIL: objc/execute/class-10.m compilation,  -Os -fnext-runtime
UNRESOLVED: objc/execute/class-10.m execution,  -Os -fnext-runtime
FAIL: objc/execute/class-11.m compilation,  -O0 -fnext-runtime
UNRESOLVED: objc/execute/class-11.m execution,  -O0 -fnext-runtime
FAIL: objc/execute/class-11.m compilation,  -O1 -fnext-runtime
UNRESOLVED: objc/execute/class-11.m execution,  -O1 -fnext-runtime
FAIL: objc/execute/class-11.m compilation,  -O2 -fnext-runtime
UNRESOLVED: objc/execute/class-11.m execution,  -O2 -fnext-runtime
FAIL: objc/execute/class-11.m compilation,  -O3 -fomit-frame-pointer -fnext-runtime
UNRESOLVED: objc/execute/class-11.m execution,  -O3 -fomit-frame-pointer -fnext-runtime
FAIL: objc/execute/class-11.m compilation,  -O3 -g -fnext-runtime
UNRESOLVED: objc/execute/class-11.m execution,  -O3 -g -fnext-runtime
FAIL: objc/execute/class-11.m compilation,  -Os -fnext-runtime
UNRESOLVED: objc/execute/class-11.m execution,  -Os -fnext-runtime
FAIL: objc/execute/class-12.m compilation,  -O0 -fnext-runtime
UNRESOLVED: objc/execute/class-12.m execution,  -O0 -fnext-runtime
FAIL: objc/execute/class-12.m compilation,  -O1 -fnext-runtime
UNRESOLVED: objc/execute/class-12.m execution,  -O1 -fnext-runtime
FAIL: objc/execute/class-12.m compilation,  -O2 -fnext-runtime
UNRESOLVED: objc/execute/class-12.m execution,  -O2 -fnext-runtime
FAIL: objc/execute/class-12.m compilation,  -O3 -fomit-frame-pointer -fnext-runtime
UNRESOLVED: objc/execute/class-12.m execution,  -O3 -fomit-frame-pointer -fnext-runtime
FAIL: objc/execute/class-12.m compilation,  -O3 -g -fnext-runtime
UNRESOLVED: objc/execute/class-12.m execution,  -O3 -g -fnext-runtime
FAIL: objc/execute/class-12.m compilation,  -Os -fnext-runtime
UNRESOLVED: objc/execute/class-12.m execution,  -Os -fnext-runtime
FAIL: objc/execute/class-13.m compilation,  -O0 -fnext-runtime
UNRESOLVED: objc/execute/class-13.m execution,  -O0 -fnext-runtime
FAIL: objc/execute/class-13.m compilation,  -O1 -fnext-runtime
UNRESOLVED: objc/execute/class-13.m execution,  -O1 -fnext-runtime
FAIL: objc/execute/class-13.m compilation,  -O2 -fnext-runtime
UNRESOLVED: objc/execute/class-13.m execution,  -O2 -fnext-runtime
FAIL: objc/execute/class-13.m compilation,  -O3 -fomit-frame-pointer -fnext-runtime
UNRESOLVED: objc/execute/class-13.m execution,  -O3 -fomit-frame-pointer -fnext-runtime
FAIL: objc/execute/class-13.m compilation,  -O3 -g -fnext-runtime
UNRESOLVED: objc/execute/class-13.m execution,  -O3 -g -fnext-runtime
FAIL: objc/execute/class-13.m compilation,  -Os -fnext-runtime
UNRESOLVED: objc/execute/class-13.m execution,  -Os -fnext-runtime
FAIL: objc/execute/class-14.m compilation,  -O0 -fnext-runtime
UNRESOLVED: objc/execute/class-14.m execution,  -O0 -fnext-runtime
FAIL: objc/execute/class-14.m compilation,  -O1 -fnext-runtime
UNRESOLVED: objc/execute/class-14.m execution,  -O1 -fnext-runtime
FAIL: objc/execute/class-14.m compilation,  -O2 -fnext-runtime
UNRESOLVED: objc/execute/class-14.m execution,  -O2 -fnext-runtime
FAIL: objc/execute/class-14.m compilation,  -O3 -fomit-frame-pointer -fnext-runtime
UNRESOLVED: objc/execute/class-14.m execution,  -O3 -fomit-frame-pointer -fnext-runtime
FAIL: objc/execute/class-14.m compilation,  -O3 -g -fnext-runtime
UNRESOLVED: objc/execute/class-14.m execution,  -O3 -g -fnext-runtime
FAIL: objc/execute/class-14.m compilation,  -Os -fnext-runtime
UNRESOLVED: objc/execute/class-14.m execution,  -Os -fnext-runtime
FAIL: objc/execute/class-2.m compilation,  -O0 -fnext-runtime
UNRESOLVED: objc/execute/class-2.m execution,  -O0 -fnext-runtime
FAIL: objc/execute/class-2.m compilation,  -O1 -fnext-runtime
UNRESOLVED: objc/execute/class-2.m execution,  -O1 -fnext-runtime
FAIL: objc/execute/class-2.m compilation,  -O2 -fnext-runtime
UNRESOLVED: objc/execute/class-2.m execution,  -O2 -fnext-runtime
FAIL: objc/execute/class-2.m compilation,  -O3 -fomit-frame-pointer -fnext-runtime
UNRESOLVED: objc/execute/class-2.m execution,  -O3 -fomit-frame-pointer -fnext-runtime
FAIL: objc/execute/class-2.m compilation,  -O3 -g -fnext-runtime
UNRESOLVED: objc/execute/class-2.m execution,  -O3 -g -fnext-runtime
FAIL: objc/execute/class-2.m compilation,  -Os -fnext-runtime
UNRESOLVED: objc/execute/class-2.m execution,  -Os -fnext-runtime
FAIL: objc/execute/class-3.m compilation,  -O0 -fnext-runtime
UNRESOLVED: objc/execute/class-3.m execution,  -O0 -fnext-runtime
FAIL: objc/execute/class-3.m compilation,  -O1 -fnext-runtime
UNRESOLVED: objc/execute/class-3.m execution,  -O1 -fnext-runtime
FAIL: objc/execute/class-3.m compilation,  -O2 -fnext-runtime
UNRESOLVED: objc/execute/class-3.m execution,  -O2 -fnext-runtime
FAIL: objc/execute/class-3.m compilation,  -O3 -fomit-frame-pointer -fnext-runtime
UNRESOLVED: objc/execute/class-3.m execution,  -O3 -fomit-frame-pointer -fnext-runtime
FAIL: objc/execute/class-3.m compilation,  -O3 -g -fnext-runtime
UNRESOLVED: objc/execute/class-3.m execution,  -O3 -g -fnext-runtime
FAIL: objc/execute/class-3.m compilation,  -Os -fnext-runtime
UNRESOLVED: objc/execute/class-3.m execution,  -Os -fnext-runtime
FAIL: objc/execute/class-4.m compilation,  -O0 -fnext-runtime
UNRESOLVED: objc/execute/class-4.m execution,  -O0 -fnext-runtime
FAIL: objc/execute/class-4.m compilation,  -O1 -fnext-runtime
UNRESOLVED: objc/execute/class-4.m execution,  -O1 -fnext-runtime
FAIL: objc/execute/class-4.m compilation,  -O2 -fnext-runtime
UNRESOLVED: objc/execute/class-4.m execution,  -O2 -fnext-runtime
FAIL: objc/execute/class-4.m compilation,  -O3 -fomit-frame-pointer -fnext-runtime
UNRESOLVED: objc/execute/class-4.m execution,  -O3 -fomit-frame-pointer -fnext-runtime
FAIL: objc/execute/class-4.m compilation,  -O3 -g -fnext-runtime
UNRESOLVED: objc/execute/class-4.m execution,  -O3 -g -fnext-runtime
FAIL: objc/execute/class-4.m compilation,  -Os -fnext-runtime
UNRESOLVED: objc/execute/class-4.m execution,  -Os -fnext-runtime
FAIL: objc/execute/class-5.m compilation,  -O0 -fnext-runtime
UNRESOLVED: objc/execute/class-5.m execution,  -O0 -fnext-runtime
FAIL: objc/execute/class-5.m compilation,  -O1 -fnext-runtime
UNRESOLVED: objc/execute/class-5.m execution,  -O1 -fnext-runtime
FAIL: objc/execute/class-5.m compilation,  -O2 -fnext-runtime
UNRESOLVED: objc/execute/class-5.m execution,  -O2 -fnext-runtime
FAIL: objc/execute/class-5.m compilation,  -O3 -fomit-frame-pointer -fnext-runtime
UNRESOLVED: objc/execute/class-5.m execution,  -O3 -fomit-frame-pointer -fnext-runtime
FAIL: objc/execute/class-5.m compilation,  -O3 -g -fnext-runtime
UNRESOLVED: objc/execute/class-5.m execution,  -O3 -g -fnext-runtime
FAIL: objc/execute/class-5.m compilation,  -Os -fnext-runtime
UNRESOLVED: objc/execute/class-5.m execution,  -Os -fnext-runtime
FAIL: objc/execute/class-6.m compilation,  -O0 -fnext-runtime
UNRESOLVED: objc/execute/class-6.m execution,  -O0 -fnext-runtime
FAIL: objc/execute/class-6.m compilation,  -O1 -fnext-runtime
UNRESOLVED: objc/execute/class-6.m execution,  -O1 -fnext-runtime
FAIL: objc/execute/class-6.m compilation,  -O2 -fnext-runtime
UNRESOLVED: objc/execute/class-6.m execution,  -O2 -fnext-runtime
FAIL: objc/execute/class-6.m compilation,  -O3 -fomit-frame-pointer -fnext-runtime
UNRESOLVED: objc/execute/class-6.m execution,  -O3 -fomit-frame-pointer -fnext-runtime
FAIL: objc/execute/class-6.m compilation,  -O3 -g -fnext-runtime
UNRESOLVED: objc/execute/class-6.m execution,  -O3 -g -fnext-runtime
FAIL: objc/execute/class-6.m compilation,  -Os -fnext-runtime
UNRESOLVED: objc/execute/class-6.m execution,  -Os -fnext-runtime
FAIL: objc/execute/class-7.m compilation,  -O0 -fnext-runtime
UNRESOLVED: objc/execute/class-7.m execution,  -O0 -fnext-runtime
FAIL: objc/execute/class-7.m compilation,  -O1 -fnext-runtime
UNRESOLVED: objc/execute/class-7.m execution,  -O1 -fnext-runtime
FAIL: objc/execute/class-7.m compilation,  -O2 -fnext-runtime
UNRESOLVED: objc/execute/class-7.m execution,  -O2 -fnext-runtime
FAIL: objc/execute/class-7.m compilation,  -O3 -fomit-frame-pointer -fnext-runtime
UNRESOLVED: objc/execute/class-7.m execution,  -O3 -fomit-frame-pointer -fnext-runtime
FAIL: objc/execute/class-7.m compilation,  -O3 -g -fnext-runtime
UNRESOLVED: objc/execute/class-7.m execution,  -O3 -g -fnext-runtime
FAIL: objc/execute/class-7.m compilation,  -Os -fnext-runtime
UNRESOLVED: objc/execute/class-7.m execution,  -Os -fnext-runtime
FAIL: objc/execute/class-8.m compilation,  -O0 -fnext-runtime
UNRESOLVED: objc/execute/class-8.m execution,  -O0 -fnext-runtime
FAIL: objc/execute/class-8.m compilation,  -O1 -fnext-runtime
UNRESOLVED: objc/execute/class-8.m execution,  -O1 -fnext-runtime
FAIL: objc/execute/class-8.m compilation,  -O2 -fnext-runtime
UNRESOLVED: objc/execute/class-8.m execution,  -O2 -fnext-runtime
FAIL: objc/execute/class-8.m compilation,  -O3 -fomit-frame-pointer -fnext-runtime
UNRESOLVED: objc/execute/class-8.m execution,  -O3 -fomit-frame-pointer -fnext-runtime
FAIL: objc/execute/class-8.m compilation,  -O3 -g -fnext-runtime
UNRESOLVED: objc/execute/class-8.m execution,  -O3 -g -fnext-runtime
FAIL: objc/execute/class-8.m compilation,  -Os -fnext-runtime
UNRESOLVED: objc/execute/class-8.m execution,  -Os -fnext-runtime
FAIL: objc/execute/class-9.m compilation,  -O0 -fnext-runtime
UNRESOLVED: objc/execute/class-9.m execution,  -O0 -fnext-runtime
FAIL: objc/execute/class-9.m compilation,  -O1 -fnext-runtime
UNRESOLVED: objc/execute/class-9.m execution,  -O1 -fnext-runtime
FAIL: objc/execute/class-9.m compilation,  -O2 -fnext-runtime
UNRESOLVED: objc/execute/class-9.m execution,  -O2 -fnext-runtime
FAIL: objc/execute/class-9.m compilation,  -O3 -fomit-frame-pointer -fnext-runtime
UNRESOLVED: objc/execute/class-9.m execution,  -O3 -fomit-frame-pointer -fnext-runtime
FAIL: objc/execute/class-9.m compilation,  -O3 -g -fnext-runtime
UNRESOLVED: objc/execute/class-9.m execution,  -O3 -g -fnext-runtime
FAIL: objc/execute/class-9.m compilation,  -Os -fnext-runtime
UNRESOLVED: objc/execute/class-9.m execution,  -Os -fnext-runtime
FAIL: objc/execute/class_self-1.m execution,  -O0 -fnext-runtime
FAIL: objc/execute/class_self-1.m execution,  -O1 -fnext-runtime
FAIL: objc/execute/class_self-1.m execution,  -O2 -fnext-runtime
FAIL: objc/execute/class_self-1.m execution,  -O3 -fomit-frame-pointer -fnext-runtime
FAIL: objc/execute/class_self-1.m execution,  -O3 -g -fnext-runtime
FAIL: objc/execute/class_self-1.m execution,  -Os -fnext-runtime
FAIL: objc/execute/class_self-2.m execution,  -O0 -fnext-runtime
FAIL: objc/execute/class_self-2.m execution,  -O1 -fnext-runtime
FAIL: objc/execute/class_self-2.m execution,  -O2 -fnext-runtime
FAIL: objc/execute/class_self-2.m execution,  -O3 -fomit-frame-pointer -fnext-runtime
FAIL: objc/execute/class_self-2.m execution,  -O3 -g -fnext-runtime
FAIL: objc/execute/class_self-2.m execution,  -Os -fnext-runtime
FAIL: objc/execute/compatibility_alias.m compilation,  -O0 -fnext-runtime
UNRESOLVED: objc/execute/compatibility_alias.m execution,  -O0 -fnext-runtime
FAIL: objc/execute/compatibility_alias.m compilation,  -O1 -fnext-runtime
UNRESOLVED: objc/execute/compatibility_alias.m execution,  -O1 -fnext-runtime
FAIL: objc/execute/compatibility_alias.m compilation,  -O2 -fnext-runtime
UNRESOLVED: objc/execute/compatibility_alias.m execution,  -O2 -fnext-runtime
FAIL: objc/execute/compatibility_alias.m compilation,  -O3 -fomit-frame-pointer -fnext-runtime
UNRESOLVED: objc/execute/compatibility_alias.m execution,  -O3 -fomit-frame-pointer -fnext-runtime
FAIL: objc/execute/compatibility_alias.m compilation,  -O3 -g -fnext-runtime
UNRESOLVED: objc/execute/compatibility_alias.m execution,  -O3 -g -fnext-runtime
FAIL: objc/execute/compatibility_alias.m compilation,  -Os -fnext-runtime
UNRESOLVED: objc/execute/compatibility_alias.m execution,  -Os -fnext-runtime
FAIL: objc/execute/enumeration-1.m compilation,  -O0 -fnext-runtime
UNRESOLVED: objc/execute/enumeration-1.m execution,  -O0 -fnext-runtime
FAIL: objc/execute/enumeration-1.m compilation,  -O1 -fnext-runtime
UNRESOLVED: objc/execute/enumeration-1.m execution,  -O1 -fnext-runtime
FAIL: objc/execute/enumeration-1.m compilation,  -O2 -fnext-runtime
UNRESOLVED: objc/execute/enumeration-1.m execution,  -O2 -fnext-runtime
FAIL: objc/execute/enumeration-1.m compilation,  -O3 -fomit-frame-pointer -fnext-runtime
UNRESOLVED: objc/execute/enumeration-1.m execution,  -O3 -fomit-frame-pointer -fnext-runtime
FAIL: objc/execute/enumeration-1.m compilation,  -O3 -g -fnext-runtime
UNRESOLVED: objc/execute/enumeration-1.m execution,  -O3 -g -fnext-runtime
FAIL: objc/execute/enumeration-1.m compilation,  -Os -fnext-runtime
UNRESOLVED: objc/execute/enumeration-1.m execution,  -Os -fnext-runtime
FAIL: objc/execute/enumeration-2.m compilation,  -O0 -fnext-runtime
UNRESOLVED: objc/execute/enumeration-2.m execution,  -O0 -fnext-runtime
FAIL: objc/execute/enumeration-2.m compilation,  -O1 -fnext-runtime
UNRESOLVED: objc/execute/enumeration-2.m execution,  -O1 -fnext-runtime
FAIL: objc/execute/enumeration-2.m compilation,  -O2 -fnext-runtime
UNRESOLVED: objc/execute/enumeration-2.m execution,  -O2 -fnext-runtime
FAIL: objc/execute/enumeration-2.m compilation,  -O3 -fomit-frame-pointer -fnext-runtime
UNRESOLVED: objc/execute/enumeration-2.m execution,  -O3 -fomit-frame-pointer -fnext-runtime
FAIL: objc/execute/enumeration-2.m compilation,  -O3 -g -fnext-runtime
UNRESOLVED: objc/execute/enumeration-2.m execution,  -O3 -g -fnext-runtime
FAIL: objc/execute/enumeration-2.m compilation,  -Os -fnext-runtime
UNRESOLVED: objc/execute/enumeration-2.m execution,  -Os -fnext-runtime
FAIL: objc/execute/formal_protocol-1.m compilation,  -O0 -fnext-runtime
UNRESOLVED: objc/execute/formal_protocol-1.m execution,  -O0 -fnext-runtime
FAIL: objc/execute/formal_protocol-1.m compilation,  -O1 -fnext-runtime
UNRESOLVED: objc/execute/formal_protocol-1.m execution,  -O1 -fnext-runtime
FAIL: objc/execute/formal_protocol-1.m compilation,  -O2 -fnext-runtime
UNRESOLVED: objc/execute/formal_protocol-1.m execution,  -O2 -fnext-runtime
FAIL: objc/execute/formal_protocol-1.m compilation,  -O3 -fomit-frame-pointer -fnext-runtime
UNRESOLVED: objc/execute/formal_protocol-1.m execution,  -O3 -fomit-frame-pointer -fnext-runtime
FAIL: objc/execute/formal_protocol-1.m compilation,  -O3 -g -fnext-runtime
UNRESOLVED: objc/execute/formal_protocol-1.m execution,  -O3 -g -fnext-runtime
FAIL: objc/execute/formal_protocol-1.m compilation,  -Os -fnext-runtime
UNRESOLVED: objc/execute/formal_protocol-1.m execution,  -Os -fnext-runtime
FAIL: objc/execute/formal_protocol-2.m compilation,  -O0 -fnext-runtime
UNRESOLVED: objc/execute/formal_protocol-2.m execution,  -O0 -fnext-runtime
FAIL: objc/execute/formal_protocol-2.m compilation,  -O1 -fnext-runtime
UNRESOLVED: objc/execute/formal_protocol-2.m execution,  -O1 -fnext-runtime
FAIL: objc/execute/formal_protocol-2.m compilation,  -O2 -fnext-runtime
UNRESOLVED: objc/execute/formal_protocol-2.m execution,  -O2 -fnext-runtime
FAIL: objc/execute/formal_protocol-2.m compilation,  -O3 -fomit-frame-pointer -fnext-runtime
UNRESOLVED: objc/execute/formal_protocol-2.m execution,  -O3 -fomit-frame-pointer -fnext-runtime
FAIL: objc/execute/formal_protocol-2.m compilation,  -O3 -g -fnext-runtime
UNRESOLVED: objc/execute/formal_protocol-2.m execution,  -O3 -g -fnext-runtime
FAIL: objc/execute/formal_protocol-2.m compilation,  -Os -fnext-runtime
UNRESOLVED: objc/execute/formal_protocol-2.m execution,  -Os -fnext-runtime
FAIL: objc/execute/formal_protocol-3.m compilation,  -O0 -fnext-runtime
UNRESOLVED: objc/execute/formal_protocol-3.m execution,  -O0 -fnext-runtime
FAIL: objc/execute/formal_protocol-3.m compilation,  -O1 -fnext-runtime
UNRESOLVED: objc/execute/formal_protocol-3.m execution,  -O1 -fnext-runtime
FAIL: objc/execute/formal_protocol-3.m compilation,  -O2 -fnext-runtime
UNRESOLVED: objc/execute/formal_protocol-3.m execution,  -O2 -fnext-runtime
FAIL: objc/execute/formal_protocol-3.m compilation,  -O3 -fomit-frame-pointer -fnext-runtime
UNRESOLVED: objc/execute/formal_protocol-3.m execution,  -O3 -fomit-frame-pointer -fnext-runtime
FAIL: objc/execute/formal_protocol-3.m compilation,  -O3 -g -fnext-runtime
UNRESOLVED: objc/execute/formal_protocol-3.m execution,  -O3 -g -fnext-runtime
FAIL: objc/execute/formal_protocol-3.m compilation,  -Os -fnext-runtime
UNRESOLVED: objc/execute/formal_protocol-3.m execution,  -Os -fnext-runtime
FAIL: objc/execute/formal_protocol-4.m compilation,  -O0 -fnext-runtime
UNRESOLVED: objc/execute/formal_protocol-4.m execution,  -O0 -fnext-runtime
FAIL: objc/execute/formal_protocol-4.m compilation,  -O1 -fnext-runtime
UNRESOLVED: objc/execute/formal_protocol-4.m execution,  -O1 -fnext-runtime
FAIL: objc/execute/formal_protocol-4.m compilation,  -O2 -fnext-runtime
UNRESOLVED: objc/execute/formal_protocol-4.m execution,  -O2 -fnext-runtime
FAIL: objc/execute/formal_protocol-4.m compilation,  -O3 -fomit-frame-pointer -fnext-runtime
UNRESOLVED: objc/execute/formal_protocol-4.m execution,  -O3 -fomit-frame-pointer -fnext-runtime
FAIL: objc/execute/formal_protocol-4.m compilation,  -O3 -g -fnext-runtime
UNRESOLVED: objc/execute/formal_protocol-4.m execution,  -O3 -g -fnext-runtime
FAIL: objc/execute/formal_protocol-4.m compilation,  -Os -fnext-runtime
UNRESOLVED: objc/execute/formal_protocol-4.m execution,  -Os -fnext-runtime
FAIL: objc/execute/formal_protocol-5.m compilation,  -O0 -fnext-runtime
UNRESOLVED: objc/execute/formal_protocol-5.m execution,  -O0 -fnext-runtime
FAIL: objc/execute/formal_protocol-5.m compilation,  -O1 -fnext-runtime
UNRESOLVED: objc/execute/formal_protocol-5.m execution,  -O1 -fnext-runtime
FAIL: objc/execute/formal_protocol-5.m compilation,  -O2 -fnext-runtime
UNRESOLVED: objc/execute/formal_protocol-5.m execution,  -O2 -fnext-runtime
FAIL: objc/execute/formal_protocol-5.m compilation,  -O3 -fomit-frame-pointer -fnext-runtime
UNRESOLVED: objc/execute/formal_protocol-5.m execution,  -O3 -fomit-frame-pointer -fnext-runtime
FAIL: objc/execute/formal_protocol-5.m compilation,  -O3 -g -fnext-runtime
UNRESOLVED: objc/execute/formal_protocol-5.m execution,  -O3 -g -fnext-runtime
FAIL: objc/execute/formal_protocol-5.m compilation,  -Os -fnext-runtime
UNRESOLVED: objc/execute/formal_protocol-5.m execution,  -Os -fnext-runtime
FAIL: objc/execute/formal_protocol-6.m compilation,  -O0 -fnext-runtime
UNRESOLVED: objc/execute/formal_protocol-6.m execution,  -O0 -fnext-runtime
FAIL: objc/execute/formal_protocol-6.m compilation,  -O1 -fnext-runtime
UNRESOLVED: objc/execute/formal_protocol-6.m execution,  -O1 -fnext-runtime
FAIL: objc/execute/formal_protocol-6.m compilation,  -O2 -fnext-runtime
UNRESOLVED: objc/execute/formal_protocol-6.m execution,  -O2 -fnext-runtime
FAIL: objc/execute/formal_protocol-6.m compilation,  -O3 -fomit-frame-pointer -fnext-runtime
UNRESOLVED: objc/execute/formal_protocol-6.m execution,  -O3 -fomit-frame-pointer -fnext-runtime
FAIL: objc/execute/formal_protocol-6.m compilation,  -O3 -g -fnext-runtime
UNRESOLVED: objc/execute/formal_protocol-6.m execution,  -O3 -g -fnext-runtime
FAIL: objc/execute/formal_protocol-6.m compilation,  -Os -fnext-runtime
UNRESOLVED: objc/execute/formal_protocol-6.m execution,  -Os -fnext-runtime
FAIL: objc/execute/formal_protocol-7.m compilation,  -O0 -fnext-runtime
UNRESOLVED: objc/execute/formal_protocol-7.m execution,  -O0 -fnext-runtime
FAIL: objc/execute/formal_protocol-7.m compilation,  -O1 -fnext-runtime
UNRESOLVED: objc/execute/formal_protocol-7.m execution,  -O1 -fnext-runtime
FAIL: objc/execute/formal_protocol-7.m compilation,  -O2 -fnext-runtime
UNRESOLVED: objc/execute/formal_protocol-7.m execution,  -O2 -fnext-runtime
FAIL: objc/execute/formal_protocol-7.m compilation,  -O3 -fomit-frame-pointer -fnext-runtime
UNRESOLVED: objc/execute/formal_protocol-7.m execution,  -O3 -fomit-frame-pointer -fnext-runtime
FAIL: objc/execute/formal_protocol-7.m compilation,  -O3 -g -fnext-runtime
UNRESOLVED: objc/execute/formal_protocol-7.m execution,  -O3 -g -fnext-runtime
FAIL: objc/execute/formal_protocol-7.m compilation,  -Os -fnext-runtime
UNRESOLVED: objc/execute/formal_protocol-7.m execution,  -Os -fnext-runtime
FAIL: objc/execute/function-message-1.m compilation,  -O0 -fnext-runtime
UNRESOLVED: objc/execute/function-message-1.m execution,  -O0 -fnext-runtime
FAIL: objc/execute/function-message-1.m compilation,  -O1 -fnext-runtime
UNRESOLVED: objc/execute/function-message-1.m execution,  -O1 -fnext-runtime
FAIL: objc/execute/function-message-1.m compilation,  -O2 -fnext-runtime
UNRESOLVED: objc/execute/function-message-1.m execution,  -O2 -fnext-runtime
FAIL: objc/execute/function-message-1.m compilation,  -O3 -fomit-frame-pointer -fnext-runtime
UNRESOLVED: objc/execute/function-message-1.m execution,  -O3 -fomit-frame-pointer -fnext-runtime
FAIL: objc/execute/function-message-1.m compilation,  -O3 -g -fnext-runtime
UNRESOLVED: objc/execute/function-message-1.m execution,  -O3 -g -fnext-runtime
FAIL: objc/execute/function-message-1.m compilation,  -Os -fnext-runtime
UNRESOLVED: objc/execute/function-message-1.m execution,  -Os -fnext-runtime
FAIL: objc/execute/initialize.m execution,  -O0 -fnext-runtime
FAIL: objc/execute/initialize.m execution,  -O1 -fnext-runtime
FAIL: objc/execute/initialize.m execution,  -O2 -fnext-runtime
FAIL: objc/execute/initialize.m execution,  -O3 -fomit-frame-pointer -fnext-runtime
FAIL: objc/execute/initialize.m execution,  -O3 -g -fnext-runtime
FAIL: objc/execute/initialize.m execution,  -Os -fnext-runtime
FAIL: objc/execute/load-2.m execution,  -O0 -fnext-runtime
FAIL: objc/execute/load-2.m execution,  -O1 -fnext-runtime
FAIL: objc/execute/load-2.m execution,  -O2 -fnext-runtime
FAIL: objc/execute/load-2.m execution,  -O3 -fomit-frame-pointer -fnext-runtime
FAIL: objc/execute/load-2.m execution,  -O3 -g -fnext-runtime
FAIL: objc/execute/load-2.m execution,  -Os -fnext-runtime
FAIL: objc/execute/load-3.m compilation,  -O0 -fnext-runtime
UNRESOLVED: objc/execute/load-3.m execution,  -O0 -fnext-runtime
FAIL: objc/execute/load-3.m compilation,  -O1 -fnext-runtime
UNRESOLVED: objc/execute/load-3.m execution,  -O1 -fnext-runtime
FAIL: objc/execute/load-3.m compilation,  -O2 -fnext-runtime
UNRESOLVED: objc/execute/load-3.m execution,  -O2 -fnext-runtime
FAIL: objc/execute/load-3.m compilation,  -O3 -fomit-frame-pointer -fnext-runtime
UNRESOLVED: objc/execute/load-3.m execution,  -O3 -fomit-frame-pointer -fnext-runtime
FAIL: objc/execute/load-3.m compilation,  -O3 -fomit-frame-pointer -funroll-loops -fnext-runtime
UNRESOLVED: objc/execute/load-3.m execution,  -O3 -fomit-frame-pointer -funroll-loops -fnext-runtime
FAIL: objc/execute/load-3.m compilation,  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions -fnext-runtime
UNRESOLVED: objc/execute/load-3.m execution,  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions -fnext-runtime
FAIL: objc/execute/load-3.m compilation,  -O3 -g -fnext-runtime
UNRESOLVED: objc/execute/load-3.m execution,  -O3 -g -fnext-runtime
FAIL: objc/execute/load-3.m compilation,  -Os -fnext-runtime
UNRESOLVED: objc/execute/load-3.m execution,  -Os -fnext-runtime
FAIL: objc/execute/load.m execution,  -O0 -fnext-runtime
FAIL: objc/execute/load.m execution,  -O1 -fnext-runtime
FAIL: objc/execute/load.m execution,  -O2 -fnext-runtime
FAIL: objc/execute/load.m execution,  -O3 -fomit-frame-pointer -fnext-runtime
FAIL: objc/execute/load.m execution,  -O3 -g -fnext-runtime
FAIL: objc/execute/load.m execution,  -Os -fnext-runtime
FAIL: objc/execute/many_args_method.m execution,  -O0 -fnext-runtime
FAIL: objc/execute/many_args_method.m execution,  -O1 -fnext-runtime
FAIL: objc/execute/many_args_method.m execution,  -O2 -fnext-runtime
FAIL: objc/execute/many_args_method.m execution,  -O3 -fomit-frame-pointer -fnext-runtime
FAIL: objc/execute/many_args_method.m execution,  -O3 -g -fnext-runtime
FAIL: objc/execute/many_args_method.m execution,  -Os -fnext-runtime
FAIL: objc/execute/nested-3.m execution,  -O0 -fnext-runtime
FAIL: objc/execute/nested-3.m execution,  -O1 -fnext-runtime
FAIL: objc/execute/nested-3.m execution,  -O2 -fnext-runtime
FAIL: objc/execute/nested-3.m execution,  -O3 -fomit-frame-pointer -fnext-runtime
FAIL: objc/execute/nested-3.m execution,  -O3 -g -fnext-runtime
FAIL: objc/execute/nested-3.m execution,  -Os -fnext-runtime
FAIL: objc/execute/nested-func-1.m compilation,  -O0 -fnext-runtime
UNRESOLVED: objc/execute/nested-func-1.m execution,  -O0 -fnext-runtime
FAIL: objc/execute/nested-func-1.m compilation,  -O1 -fnext-runtime
UNRESOLVED: objc/execute/nested-func-1.m execution,  -O1 -fnext-runtime
FAIL: objc/execute/nested-func-1.m compilation,  -O2 -fnext-runtime
UNRESOLVED: objc/execute/nested-func-1.m execution,  -O2 -fnext-runtime
FAIL: objc/execute/nested-func-1.m compilation,  -O3 -fomit-frame-pointer -fnext-runtime
UNRESOLVED: objc/execute/nested-func-1.m execution,  -O3 -fomit-frame-pointer -fnext-runtime
FAIL: objc/execute/nested-func-1.m compilation,  -O3 -g -fnext-runtime
UNRESOLVED: objc/execute/nested-func-1.m execution,  -O3 -g -fnext-runtime
FAIL: objc/execute/nested-func-1.m compilation,  -Os -fnext-runtime
UNRESOLVED: objc/execute/nested-func-1.m execution,  -Os -fnext-runtime
FAIL: objc/execute/no_clash.m compilation,  -O0 -fnext-runtime
UNRESOLVED: objc/execute/no_clash.m execution,  -O0 -fnext-runtime
FAIL: objc/execute/no_clash.m compilation,  -O1 -fnext-runtime
UNRESOLVED: objc/execute/no_clash.m execution,  -O1 -fnext-runtime
FAIL: objc/execute/no_clash.m compilation,  -O2 -fnext-runtime
UNRESOLVED: objc/execute/no_clash.m execution,  -O2 -fnext-runtime
FAIL: objc/execute/no_clash.m compilation,  -O3 -fomit-frame-pointer -fnext-runtime
UNRESOLVED: objc/execute/no_clash.m execution,  -O3 -fomit-frame-pointer -fnext-runtime
FAIL: objc/execute/no_clash.m compilation,  -O3 -g -fnext-runtime
UNRESOLVED: objc/execute/no_clash.m execution,  -O3 -g -fnext-runtime
FAIL: objc/execute/no_clash.m compilation,  -Os -fnext-runtime
UNRESOLVED: objc/execute/no_clash.m execution,  -Os -fnext-runtime
FAIL: objc/execute/np-1.m compilation,  -O0 -fnext-runtime
UNRESOLVED: objc/execute/np-1.m execution,  -O0 -fnext-runtime
FAIL: objc/execute/np-1.m compilation,  -O1 -fnext-runtime
UNRESOLVED: objc/execute/np-1.m execution,  -O1 -fnext-runtime
FAIL: objc/execute/np-1.m compilation,  -O2 -fnext-runtime
UNRESOLVED: objc/execute/np-1.m execution,  -O2 -fnext-runtime
FAIL: objc/execute/np-1.m compilation,  -O3 -fomit-frame-pointer -fnext-runtime
UNRESOLVED: objc/execute/np-1.m execution,  -O3 -fomit-frame-pointer -fnext-runtime
FAIL: objc/execute/np-1.m compilation,  -O3 -g -fnext-runtime
UNRESOLVED: objc/execute/np-1.m execution,  -O3 -g -fnext-runtime
FAIL: objc/execute/np-1.m compilation,  -Os -fnext-runtime
UNRESOLVED: objc/execute/np-1.m execution,  -Os -fnext-runtime
FAIL: objc/execute/np-2.m compilation,  -O0 -fnext-runtime
UNRESOLVED: objc/execute/np-2.m execution,  -O0 -fnext-runtime
FAIL: objc/execute/np-2.m compilation,  -O1 -fnext-runtime
UNRESOLVED: objc/execute/np-2.m execution,  -O1 -fnext-runtime
FAIL: objc/execute/np-2.m compilation,  -O2 -fnext-runtime
UNRESOLVED: objc/execute/np-2.m execution,  -O2 -fnext-runtime
FAIL: objc/execute/np-2.m compilation,  -O3 -fomit-frame-pointer -fnext-runtime
UNRESOLVED: objc/execute/np-2.m execution,  -O3 -fomit-frame-pointer -fnext-runtime
FAIL: objc/execute/np-2.m compilation,  -O3 -g -fnext-runtime
UNRESOLVED: objc/execute/np-2.m execution,  -O3 -g -fnext-runtime
FAIL: objc/execute/np-2.m compilation,  -Os -fnext-runtime
UNRESOLVED: objc/execute/np-2.m execution,  -Os -fnext-runtime
FAIL: objc/execute/object_is_class.m compilation,  -O0 -fnext-runtime
UNRESOLVED: objc/execute/object_is_class.m execution,  -O0 -fnext-runtime
FAIL: objc/execute/object_is_class.m compilation,  -O1 -fnext-runtime
UNRESOLVED: objc/execute/object_is_class.m execution,  -O1 -fnext-runtime
FAIL: objc/execute/object_is_class.m compilation,  -O2 -fnext-runtime
UNRESOLVED: objc/execute/object_is_class.m execution,  -O2 -fnext-runtime
FAIL: objc/execute/object_is_class.m compilation,  -O3 -fomit-frame-pointer -fnext-runtime
UNRESOLVED: objc/execute/object_is_class.m execution,  -O3 -fomit-frame-pointer -fnext-runtime
FAIL: objc/execute/object_is_class.m compilation,  -O3 -g -fnext-runtime
UNRESOLVED: objc/execute/object_is_class.m execution,  -O3 -g -fnext-runtime
FAIL: objc/execute/object_is_class.m compilation,  -Os -fnext-runtime
UNRESOLVED: objc/execute/object_is_class.m execution,  -Os -fnext-runtime
FAIL: objc/execute/object_is_meta_class.m compilation,  -O0 -fnext-runtime
UNRESOLVED: objc/execute/object_is_meta_class.m execution,  -O0 -fnext-runtime
FAIL: objc/execute/object_is_meta_class.m compilation,  -O1 -fnext-runtime
UNRESOLVED: objc/execute/object_is_meta_class.m execution,  -O1 -fnext-runtime
FAIL: objc/execute/object_is_meta_class.m compilation,  -O2 -fnext-runtime
UNRESOLVED: objc/execute/object_is_meta_class.m execution,  -O2 -fnext-runtime
FAIL: objc/execute/object_is_meta_class.m compilation,  -O3 -fomit-frame-pointer -fnext-runtime
UNRESOLVED: objc/execute/object_is_meta_class.m execution,  -O3 -fomit-frame-pointer -fnext-runtime
FAIL: objc/execute/object_is_meta_class.m compilation,  -O3 -g -fnext-runtime
UNRESOLVED: objc/execute/object_is_meta_class.m execution,  -O3 -g -fnext-runtime
FAIL: objc/execute/object_is_meta_class.m compilation,  -Os -fnext-runtime
UNRESOLVED: objc/execute/object_is_meta_class.m execution,  -Os -fnext-runtime
FAIL: objc/execute/private.m compilation,  -O0 -fnext-runtime
UNRESOLVED: objc/execute/private.m execution,  -O0 -fnext-runtime
FAIL: objc/execute/private.m compilation,  -O1 -fnext-runtime
UNRESOLVED: objc/execute/private.m execution,  -O1 -fnext-runtime
FAIL: objc/execute/private.m compilation,  -O2 -fnext-runtime
UNRESOLVED: objc/execute/private.m execution,  -O2 -fnext-runtime
FAIL: objc/execute/private.m compilation,  -O3 -fomit-frame-pointer -fnext-runtime
UNRESOLVED: objc/execute/private.m execution,  -O3 -fomit-frame-pointer -fnext-runtime
FAIL: objc/execute/private.m compilation,  -O3 -g -fnext-runtime
UNRESOLVED: objc/execute/private.m execution,  -O3 -g -fnext-runtime
FAIL: objc/execute/private.m compilation,  -Os -fnext-runtime
UNRESOLVED: objc/execute/private.m execution,  -Os -fnext-runtime
FAIL: objc/execute/protocol-isEqual-1.m compilation,  -O0 -fnext-runtime
UNRESOLVED: objc/execute/protocol-isEqual-1.m execution,  -O0 -fnext-runtime
FAIL: objc/execute/protocol-isEqual-1.m compilation,  -O1 -fnext-runtime
UNRESOLVED: objc/execute/protocol-isEqual-1.m execution,  -O1 -fnext-runtime
FAIL: objc/execute/protocol-isEqual-1.m compilation,  -O2 -fnext-runtime
UNRESOLVED: objc/execute/protocol-isEqual-1.m execution,  -O2 -fnext-runtime
FAIL: objc/execute/protocol-isEqual-1.m compilation,  -O3 -fomit-frame-pointer -fnext-runtime
UNRESOLVED: objc/execute/protocol-isEqual-1.m execution,  -O3 -fomit-frame-pointer -fnext-runtime
FAIL: objc/execute/protocol-isEqual-1.m compilation,  -O3 -g -fnext-runtime
UNRESOLVED: objc/execute/protocol-isEqual-1.m execution,  -O3 -g -fnext-runtime
FAIL: objc/execute/protocol-isEqual-1.m compilation,  -Os -fnext-runtime
UNRESOLVED: objc/execute/protocol-isEqual-1.m execution,  -Os -fnext-runtime
FAIL: objc/execute/protocol-isEqual-2.m compilation,  -O0 -fnext-runtime
UNRESOLVED: objc/execute/protocol-isEqual-2.m execution,  -O0 -fnext-runtime
FAIL: objc/execute/protocol-isEqual-2.m compilation,  -O1 -fnext-runtime
UNRESOLVED: objc/execute/protocol-isEqual-2.m execution,  -O1 -fnext-runtime
FAIL: objc/execute/protocol-isEqual-2.m compilation,  -O2 -fnext-runtime
UNRESOLVED: objc/execute/protocol-isEqual-2.m execution,  -O2 -fnext-runtime
FAIL: objc/execute/protocol-isEqual-2.m compilation,  -O3 -fomit-frame-pointer -fnext-runtime
UNRESOLVED: objc/execute/protocol-isEqual-2.m execution,  -O3 -fomit-frame-pointer -fnext-runtime
FAIL: objc/execute/protocol-isEqual-2.m compilation,  -O3 -g -fnext-runtime
UNRESOLVED: objc/execute/protocol-isEqual-2.m execution,  -O3 -g -fnext-runtime
FAIL: objc/execute/protocol-isEqual-2.m compilation,  -Os -fnext-runtime
UNRESOLVED: objc/execute/protocol-isEqual-2.m execution,  -Os -fnext-runtime
FAIL: objc/execute/protocol-isEqual-3.m compilation,  -O0 -fnext-runtime
UNRESOLVED: objc/execute/protocol-isEqual-3.m execution,  -O0 -fnext-runtime
FAIL: objc/execute/protocol-isEqual-3.m compilation,  -O1 -fnext-runtime
UNRESOLVED: objc/execute/protocol-isEqual-3.m execution,  -O1 -fnext-runtime
FAIL: objc/execute/protocol-isEqual-3.m compilation,  -O2 -fnext-runtime
UNRESOLVED: objc/execute/protocol-isEqual-3.m execution,  -O2 -fnext-runtime
FAIL: objc/execute/protocol-isEqual-3.m compilation,  -O3 -fomit-frame-pointer -fnext-runtime
UNRESOLVED: objc/execute/protocol-isEqual-3.m execution,  -O3 -fomit-frame-pointer -fnext-runtime
FAIL: objc/execute/protocol-isEqual-3.m compilation,  -O3 -g -fnext-runtime
UNRESOLVED: objc/execute/protocol-isEqual-3.m execution,  -O3 -g -fnext-runtime
FAIL: objc/execute/protocol-isEqual-3.m compilation,  -Os -fnext-runtime
UNRESOLVED: objc/execute/protocol-isEqual-3.m execution,  -Os -fnext-runtime
FAIL: objc/execute/protocol-isEqual-4.m compilation,  -O0 -fnext-runtime
UNRESOLVED: objc/execute/protocol-isEqual-4.m execution,  -O0 -fnext-runtime
FAIL: objc/execute/protocol-isEqual-4.m compilation,  -O1 -fnext-runtime
UNRESOLVED: objc/execute/protocol-isEqual-4.m execution,  -O1 -fnext-runtime
FAIL: objc/execute/protocol-isEqual-4.m compilation,  -O2 -fnext-runtime
UNRESOLVED: objc/execute/protocol-isEqual-4.m execution,  -O2 -fnext-runtime
FAIL: objc/execute/protocol-isEqual-4.m compilation,  -O3 -fomit-frame-pointer -fnext-runtime
UNRESOLVED: objc/execute/protocol-isEqual-4.m execution,  -O3 -fomit-frame-pointer -fnext-runtime
FAIL: objc/execute/protocol-isEqual-4.m compilation,  -O3 -g -fnext-runtime
UNRESOLVED: objc/execute/protocol-isEqual-4.m execution,  -O3 -g -fnext-runtime
FAIL: objc/execute/protocol-isEqual-4.m compilation,  -Os -fnext-runtime
UNRESOLVED: objc/execute/protocol-isEqual-4.m execution,  -Os -fnext-runtime
FAIL: objc/execute/redefining_self.m execution,  -O0 -fnext-runtime
FAIL: objc/execute/redefining_self.m execution,  -O1 -fnext-runtime
FAIL: objc/execute/redefining_self.m execution,  -O2 -fnext-runtime
FAIL: objc/execute/redefining_self.m execution,  -O3 -fomit-frame-pointer -fnext-runtime
FAIL: objc/execute/redefining_self.m execution,  -O3 -g -fnext-runtime
FAIL: objc/execute/redefining_self.m execution,  -Os -fnext-runtime
FAIL: objc/execute/root_methods.m compilation,  -O0 -fnext-runtime
UNRESOLVED: objc/execute/root_methods.m execution,  -O0 -fnext-runtime
FAIL: objc/execute/root_methods.m compilation,  -O1 -fnext-runtime
UNRESOLVED: objc/execute/root_methods.m execution,  -O1 -fnext-runtime
FAIL: objc/execute/root_methods.m compilation,  -O2 -fnext-runtime
UNRESOLVED: objc/execute/root_methods.m execution,  -O2 -fnext-runtime
FAIL: objc/execute/root_methods.m compilation,  -O3 -fomit-frame-pointer -fnext-runtime
UNRESOLVED: objc/execute/root_methods.m execution,  -O3 -fomit-frame-pointer -fnext-runtime
FAIL: objc/execute/root_methods.m compilation,  -O3 -g -fnext-runtime
UNRESOLVED: objc/execute/root_methods.m execution,  -O3 -g -fnext-runtime
FAIL: objc/execute/root_methods.m compilation,  -Os -fnext-runtime
UNRESOLVED: objc/execute/root_methods.m execution,  -Os -fnext-runtime
FAIL: objc/execute/static-1.m execution,  -O0 -fnext-runtime
FAIL: objc/execute/static-1.m execution,  -O1 -fnext-runtime
FAIL: objc/execute/static-1.m execution,  -O2 -fnext-runtime
FAIL: objc/execute/static-1.m execution,  -O3 -fomit-frame-pointer -fnext-runtime
FAIL: objc/execute/static-1.m execution,  -O3 -g -fnext-runtime
FAIL: objc/execute/static-1.m execution,  -Os -fnext-runtime
FAIL: objc/execute/static-2.m execution,  -O0 -fnext-runtime
FAIL: objc/execute/static-2.m execution,  -O1 -fnext-runtime
FAIL: objc/execute/static-2.m execution,  -O2 -fnext-runtime
FAIL: objc/execute/static-2.m execution,  -O3 -fomit-frame-pointer -fnext-runtime
FAIL: objc/execute/static-2.m execution,  -O3 -g -fnext-runtime
FAIL: objc/execute/static-2.m execution,  -Os -fnext-runtime
FAIL: objc/execute/string1.m compilation,  -O0 -fnext-runtime
UNRESOLVED: objc/execute/string1.m execution,  -O0 -fnext-runtime
FAIL: objc/execute/string1.m compilation,  -O1 -fnext-runtime
UNRESOLVED: objc/execute/string1.m execution,  -O1 -fnext-runtime
FAIL: objc/execute/string1.m compilation,  -O2 -fnext-runtime
UNRESOLVED: objc/execute/string1.m execution,  -O2 -fnext-runtime
FAIL: objc/execute/string1.m compilation,  -O3 -fomit-frame-pointer -fnext-runtime
UNRESOLVED: objc/execute/string1.m execution,  -O3 -fomit-frame-pointer -fnext-runtime
FAIL: objc/execute/string1.m compilation,  -O3 -g -fnext-runtime
UNRESOLVED: objc/execute/string1.m execution,  -O3 -g -fnext-runtime
FAIL: objc/execute/string1.m compilation,  -Os -fnext-runtime
UNRESOLVED: objc/execute/string1.m execution,  -Os -fnext-runtime
FAIL: objc/execute/string2.m compilation,  -O0 -fnext-runtime
UNRESOLVED: objc/execute/string2.m execution,  -O0 -fnext-runtime
FAIL: objc/execute/string2.m compilation,  -O1 -fnext-runtime
UNRESOLVED: objc/execute/string2.m execution,  -O1 -fnext-runtime
FAIL: objc/execute/string2.m compilation,  -O2 -fnext-runtime
UNRESOLVED: objc/execute/string2.m execution,  -O2 -fnext-runtime
FAIL: objc/execute/string2.m compilation,  -O3 -fomit-frame-pointer -fnext-runtime
UNRESOLVED: objc/execute/string2.m execution,  -O3 -fomit-frame-pointer -fnext-runtime
FAIL: objc/execute/string2.m compilation,  -O3 -g -fnext-runtime
UNRESOLVED: objc/execute/string2.m execution,  -O3 -g -fnext-runtime
FAIL: objc/execute/string2.m compilation,  -Os -fnext-runtime
UNRESOLVED: objc/execute/string2.m execution,  -Os -fnext-runtime
FAIL: objc/execute/string3.m compilation,  -O0 -fnext-runtime
UNRESOLVED: objc/execute/string3.m execution,  -O0 -fnext-runtime
FAIL: objc/execute/string3.m compilation,  -O1 -fnext-runtime
UNRESOLVED: objc/execute/string3.m execution,  -O1 -fnext-runtime
FAIL: objc/execute/string3.m compilation,  -O2 -fnext-runtime
UNRESOLVED: objc/execute/string3.m execution,  -O2 -fnext-runtime
FAIL: objc/execute/string3.m compilation,  -O3 -fomit-frame-pointer -fnext-runtime
UNRESOLVED: objc/execute/string3.m execution,  -O3 -fomit-frame-pointer -fnext-runtime
FAIL: objc/execute/string3.m compilation,  -O3 -g -fnext-runtime
UNRESOLVED: objc/execute/string3.m execution,  -O3 -g -fnext-runtime
FAIL: objc/execute/string3.m compilation,  -Os -fnext-runtime
UNRESOLVED: objc/execute/string3.m execution,  -Os -fnext-runtime
FAIL: objc/execute/string4.m compilation,  -O0 -fnext-runtime
UNRESOLVED: objc/execute/string4.m execution,  -O0 -fnext-runtime
FAIL: objc/execute/string4.m compilation,  -O1 -fnext-runtime
UNRESOLVED: objc/execute/string4.m execution,  -O1 -fnext-runtime
FAIL: objc/execute/string4.m compilation,  -O2 -fnext-runtime
UNRESOLVED: objc/execute/string4.m execution,  -O2 -fnext-runtime
FAIL: objc/execute/string4.m compilation,  -O3 -fomit-frame-pointer -fnext-runtime
UNRESOLVED: objc/execute/string4.m execution,  -O3 -fomit-frame-pointer -fnext-runtime
FAIL: objc/execute/string4.m compilation,  -O3 -g -fnext-runtime
UNRESOLVED: objc/execute/string4.m execution,  -O3 -g -fnext-runtime
FAIL: objc/execute/string4.m compilation,  -Os -fnext-runtime
UNRESOLVED: objc/execute/string4.m execution,  -Os -fnext-runtime
FAIL: objc/execute/trivial.m compilation,  -O0 -fnext-runtime
UNRESOLVED: objc/execute/trivial.m execution,  -O0 -fnext-runtime
FAIL: objc/execute/trivial.m compilation,  -O1 -fnext-runtime
UNRESOLVED: objc/execute/trivial.m execution,  -O1 -fnext-runtime
FAIL: objc/execute/trivial.m compilation,  -O2 -fnext-runtime
UNRESOLVED: objc/execute/trivial.m execution,  -O2 -fnext-runtime
FAIL: objc/execute/trivial.m compilation,  -O3 -fomit-frame-pointer -fnext-runtime
UNRESOLVED: objc/execute/trivial.m execution,  -O3 -fomit-frame-pointer -fnext-runtime
FAIL: objc/execute/trivial.m compilation,  -O3 -g -fnext-runtime
UNRESOLVED: objc/execute/trivial.m execution,  -O3 -g -fnext-runtime
FAIL: objc/execute/trivial.m compilation,  -Os -fnext-runtime
UNRESOLVED: objc/execute/trivial.m execution,  -Os -fnext-runtime
FAIL: objc/execute/va_method.m execution,  -O0 -fnext-runtime
FAIL: objc/execute/va_method.m execution,  -O1 -fnext-runtime
FAIL: objc/execute/va_method.m execution,  -O2 -fnext-runtime
FAIL: objc/execute/va_method.m execution,  -O3 -fomit-frame-pointer -fnext-runtime
FAIL: objc/execute/va_method.m execution,  -O3 -fomit-frame-pointer -funroll-loops -fnext-runtime
FAIL: objc/execute/va_method.m execution,  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions -fnext-runtime
FAIL: objc/execute/va_method.m execution,  -O3 -g -fnext-runtime
FAIL: objc/execute/va_method.m execution,  -Os -fnext-runtime
FAIL: objc.dg/bitfield-1.m (test for excess errors)
WARNING: objc.dg/bitfield-1.m compilation failed to produce executable
FAIL: objc.dg/bitfield-3.m (test for excess errors)
FAIL: objc.dg/bitfield-5.m (test for excess errors)
FAIL: objc.dg/call-super-1.m (test for excess errors)
WARNING: objc.dg/call-super-1.m compilation failed to produce executable
FAIL: objc.dg/call-super-3.m (test for excess errors)
WARNING: objc.dg/call-super-3.m compilation failed to produce executable
FAIL: objc.dg/category-1.m (test for excess errors)
WARNING: objc.dg/category-1.m compilation failed to produce executable
FAIL: objc.dg/const-str-10.m (test for excess errors)
FAIL: objc.dg/const-str-10.m scan-assembler .long\\t__NSConstantStringClassReference\\n\\t.long\\t.*\\n\\t.long\\t5\\n\\t.data
FAIL: objc.dg/const-str-11.m (test for excess errors)
FAIL: objc.dg/const-str-11.m scan-assembler .long\\t__XStrClassReference\\n\\t.long\\t.*\\n\\t.long\\t5\\n\\t.data
FAIL: objc.dg/const-str-3.m (test for excess errors)
WARNING: objc.dg/const-str-3.m compilation failed to produce executable
FAIL: objc.dg/const-str-7.m (test for excess errors)
WARNING: objc.dg/const-str-7.m compilation failed to produce executable
FAIL: objc.dg/const-str-8.m (test for excess errors)
WARNING: objc.dg/const-str-8.m compilation failed to produce executable
FAIL: objc.dg/const-str-9.m (test for excess errors)
FAIL: objc.dg/const-str-9.m scan-assembler .long\\t__NSConstantStringClassReference\\n\\t.long\\t.*\\n\\t.long\\t5\\n\\t.data
FAIL: objc.dg/defs.m (test for excess errors)
WARNING: objc.dg/defs.m compilation failed to produce executable
FAIL: objc.dg/desig-init-1.m (test for excess errors)
WARNING: objc.dg/desig-init-1.m compilation failed to produce executable
FAIL: objc.dg/encode-2.m (test for excess errors)
WARNING: objc.dg/encode-2.m compilation failed to produce executable
FAIL: objc.dg/encode-3.m (test for excess errors)
WARNING: objc.dg/encode-3.m compilation failed to produce executable
FAIL: objc.dg/encode-4.m (test for excess errors)
WARNING: objc.dg/encode-4.m compilation failed to produce executable
FAIL: objc.dg/encode-5.m (test for excess errors)
FAIL: objc.dg/fix-and-continue-1.m (test for excess errors)
WARNING: objc.dg/fix-and-continue-1.m compilation failed to produce executable
FAIL: objc.dg/func-ptr-1.m (test for excess errors)
WARNING: objc.dg/func-ptr-1.m compilation failed to produce executable
FAIL: objc.dg/func-ptr-2.m (test for excess errors)
WARNING: objc.dg/func-ptr-2.m compilation failed to produce executable
FAIL: objc.dg/headers.m (test for excess errors)
FAIL: objc.dg/layout-1.m (test for excess errors)
FAIL: objc.dg/lookup-1.m (test for excess errors)
WARNING: objc.dg/lookup-1.m compilation failed to produce executable
FAIL: objc.dg/method-10.m (test for excess errors)
WARNING: objc.dg/method-10.m compilation failed to produce executable
FAIL: objc.dg/method-13.m execution test
FAIL: objc.dg/method-3.m (test for excess errors)
WARNING: objc.dg/method-3.m compilation failed to produce executable
FAIL: objc.dg/method-6.m (test for excess errors)
FAIL: objc.dg/next-runtime-1.m scan-assembler L_OBJC_MODULES:\\n[ \\t]*.long\\t6\\n
FAIL: objc.dg/no-extra-load.m (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
FAIL: objc.dg/proto-lossage-3.m (test for excess errors)
WARNING: objc.dg/proto-lossage-3.m compilation failed to produce executable
FAIL: objc.dg/proto-qual-1.m (test for excess errors)
WARNING: objc.dg/proto-qual-1.m compilation failed to produce executable
FAIL: objc.dg/sizeof-1.m (test for excess errors)
WARNING: objc.dg/sizeof-1.m compilation failed to produce executable
FAIL: objc.dg/stret-1.m (test for excess errors)
WARNING: objc.dg/stret-1.m compilation failed to produce executable
FAIL: objc.dg/stret-2.m scan-assembler objc_msgSend_stret
FAIL: objc.dg/stret-2.m scan-assembler-not objc_msgSend[^_S]
FAIL: objc.dg/stret-2.m scan-assembler-not objc_msgSendSuper[^_]
FAIL: objc.dg/stubify-1.m (test for excess errors)
ERROR: objc.dg/stubify-1.m: error executing dg-final: couldn't open "stubify-1.s": no such file or directory
UNRESOLVED: objc.dg/stubify-1.m: error executing dg-final: couldn't open "stubify-1.s": no such file or directory
FAIL: objc.dg/stubify-2.m (test for excess errors)
FAIL: objc.dg/stubify-2.m scan-rtl-dump-not jump "symbol_ref.*"objc_msgSend"": dump file does not exist
FAIL: objc.dg/super-class-3.m (test for excess errors)
WARNING: objc.dg/super-class-3.m compilation failed to produce executable
FAIL: objc.dg/symtab-1.m scan-assembler L_OBJC_SYMBOLS.*:\\n\\t.long\\t0\\n\\t.long\\t0\\n\\t.short\\t2\\n\\t.short\\t0\\n\\t.long\\tL_OBJC_CLASS_Derived.*\\n\\t.long\\tL_OBJC_CLASS_Base.*\\n
FAIL: objc.dg/type-size-2.m (test for excess errors)
FAIL: objc.dg/type-size-2.m execution test
FAIL: objc.dg/va-meth-1.m (test for excess errors)
WARNING: objc.dg/va-meth-1.m compilation failed to produce executable
FAIL: objc.dg/zero-link-3.m (test for excess errors)
WARNING: objc.dg/zero-link-3.m compilation failed to produce executable
FAIL: objc.dg/special/unclaimed-category-1.m unclaimed-category-1a.o (test for excess errors)
FAIL: objc.dg/special/unclaimed-category-1.m unclaimed-category-1a.o execution test

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

# of expected passes		2024
# of unexpected failures	625
# of expected failures		15
# of unresolved testcases	476
# of unsupported tests		2

		=== objc Summary ===

# of expected passes		4993
# of unexpected failures	731
# of expected failures		22
# of unresolved testcases	556
# of unsupported tests		4
/sw/src/fink.build/gcc44-4.4.5-1000/darwin_objdir/gcc/xgcc  version 4.4.5 (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		1373
# of unexpected failures	8
# of unsupported tests		10

Running target unix/-m64

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

# of expected passes		1389
# of unsupported tests		10

		=== libffi Summary ===

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


Running target unix/-m32

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

# of expected passes		2220
# of unsupported tests		128

Running target unix/-m64

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

# of expected passes		2220
# of unsupported tests		128

		=== libgomp Summary ===

# of expected passes		4440
# of unsupported tests		256
		=== libjava tests ===


Running target unix/-m32
FAIL: noclass execution - gij test
FAIL: pr11951 run
FAIL: throwit execution - gij test
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

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

# of expected passes		2540
# of unexpected failures	21
# of untested testcases		12

Running target unix/-m64
FAIL: PR16923 run
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

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

# of expected passes		2564
# of unexpected failures	10
# of untested testcases		1

		=== libjava Summary ===

# of expected passes		5104
# of unexpected failures	31
# of untested testcases		13
		=== libstdc++ tests ===


Running target unix/-m32
FAIL: 21_strings/basic_string/element_access/char/21674.cc execution test
FAIL: 21_strings/basic_string/element_access/wchar_t/21674.cc execution test
FAIL: 26_numerics/headers/cmath/c99_classification_macros_c.cc (test for excess errors)

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

# of expected passes		5609
# of unexpected failures	3
# of expected failures		75
# of unsupported tests		467

Running target unix/-m64
FAIL: 21_strings/basic_string/element_access/char/21674.cc execution test
FAIL: 21_strings/basic_string/element_access/wchar_t/21674.cc execution test
FAIL: 26_numerics/headers/cmath/c99_classification_macros_c.cc (test for excess errors)

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

# of expected passes		5616
# of unexpected failures	3
# of expected failures		75
# of unsupported tests		463

		=== libstdc++ Summary ===

# of expected passes		11225
# of unexpected failures	6
# of expected failures		150
# of unsupported tests		930

Compiler version: 4.4.5 (GCC) 
Platform: x86_64-apple-darwin10.5.0
configure flags: --prefix=/sw --prefix=/sw/lib/gcc4.4 --mandir=/sw/share/man --infodir=/sw/lib/gcc4.4/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.4


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